COLOR #84A937

HEX: #84A937
RGB: (132,169,55)

Color info

#84A937 contains mainly red and green colors. Web safe color of #84A937 is #999933 (or #993).

RGB color model

#84A937 color RGB value is (132,169,55).

  • red value is 132;
  • green value is 169;
  • blue value is 55.
RGB:
(132,169,55)
(52%,66%,22%)

RGB channels and saturation

R 132 of 255 = 52%
G 169 of 255 = 66%
B 55 of 255 = 22%

132
169
55

R + G + B ~ 47%. #84A937 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 169 + 55 = 356 (100%)
R 132 of 356 ~ 37.08%
G 169 of 356 ~ 47.47%
B 55 of 356 ~ 15.45%

%37.08
%47.47
%15.45

CMYK color model

#84A937 color CMYK value is (22,0,67,34).

  • cyan value is 21.89%
  • magenta value is 0.00%
  • yellow value is 67.46%
  • key color value is 33.73%
CMYK:
(22,0,67,34)
C22M0Y67K34 
(22%,0%,67%,34%)
(0.22/0.00/0.67/0.34)	

CMYK percentages

%21.89
%0
%67.46
%33.73

Codes

Color #84A937 in popluar color models

84A937
RGB13216955
HSL79°50.89%43.92%
HSB/HSV79°67.46%66.27%
CMYK21.89%0.00%67.46%
33.73%

Color #84A937 in popluar number systems.

HEX84A937
Decimal13216955
Binary1000010010101001110111
Octal20425167

Shades and tints

Shades of #84A937

#84A937
(132,169,55)
#789A32
(120,154,50)
#6C8B2D
(108,139,45)
#607C28
(96,124,40)
#546D23
(84,109,35)
#485E1E
(72,94,30)
#3C4F19
(60,79,25)
#304014
(48,64,20)
#24310F
(36,49,15)
#18220A
(24,34,10)
#0C1305
(12,19,5)
#000000
(0,0,0)

Tints of #84A937

#84A937
(132,169,55)
#8FB049
(143,176,73)
#9AB75B
(154,183,91)
#A5BE6D
(165,190,109)
#B0C57F
(176,197,127)
#BBCC91
(187,204,145)
#C6D3A3
(198,211,163)
#D1DAB5
(209,218,181)
#DCE1C7
(220,225,199)
#E7E8D9
(231,232,217)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A937 color. Also use rgb(132,169,55) instead hex code.

Text Font Color

.myTextColor { color: #84A937; }

<p style="color:#84A937">This sample text font color is #84A937.</p>

This text font color is #84A937.


Background Color

.myBgColor { background-color: #84A937; }

<div style="background-color:#84A937">Inner text</div>

This div background color is #84A937.


Border color

.myBorderColor { border: 1px solid #84A937; }

<div style="border:3px solid #84A937">Div</div>

This div border color is #84A937.


Opacity

.myOpacity80 { color: #84A937; opacity: 0.8; }

<p style="color:#84A937;opacity:0.8;">80%</p>

Text with #84A937 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #84A937;}

<p style="text-shadow: 3px 3px 1px #84A937">Text here.</p>

This text has shadow with #84A937 color.

.textShadow {text-shadow: 3px 3px 1px #84A937, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #84A937, 5px 5px 20px red">Text here.</p>

This text has shadow with #84A937 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84A937, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#84A937, Direction=45, Strength=4)">Text</p>

This text has shadow with #84A937 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #84A937;
  -webkit-box-shadow:	1px 1px 3px 2px #84A937;
  box-shadow:		1px 1px 3px 2px #84A937;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84A937;
-webkit-box-shadow: 1px 1px 3px 2px #84A937;
box-shadow:1px 1px 3px 2px #84A937;">
Div content here</div>
This div box has shadow with color #84A937.

Preview

Color preview on black background

This text has color #84A937 on black background.


Color preview on white background

This text has color #84A937 on white background.



Black color preview on #84A937 background

This text has black color on #84A937 background.


White color preview on #84A937 background

This text has white color on #84A937 background.