COLOR #84AC5A

HEX: #84AC5A
RGB: (132,172,90)

Color info

#84AC5A contains mainly red and green colors. Web safe color of #84AC5A is #999966 (or #996).

RGB color model

#84AC5A color RGB value is (132,172,90).

  • red value is 132;
  • green value is 172;
  • blue value is 90.
RGB:
(132,172,90)
(52%,67%,35%)

RGB channels and saturation

R 132 of 255 = 52%
G 172 of 255 = 67%
B 90 of 255 = 35%

132
172
90

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

Portions of RGB colors in percentages

R + G + B =
132 + 172 + 90 = 394 (100%)
R 132 of 394 ~ 33.5%
G 172 of 394 ~ 43.65%
B 90 of 394 ~ 22.84%

%33.5
%43.65
%22.84

CMYK color model

#84AC5A color CMYK value is (23,0,48,33).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 47.67%
  • key color value is 32.55%
CMYK:
(23,0,48,33)
C23M0Y48K33 
(23%,0%,48%,33%)
(0.23/0.00/0.48/0.33)	

CMYK percentages

%23.26
%0
%47.67
%32.55

Codes

Color #84AC5A in popluar color models

84AC5A
RGB13217290
HSL89°33.06%51.37%
HSB/HSV89°47.67%67.45%
CMYK23.26%0.00%47.67%
32.55%

Color #84AC5A in popluar number systems.

HEX84AC5A
Decimal13217290
Binary10000100101011001011010
Octal204254132

Shades and tints

Shades of #84AC5A

#84AC5A
(132,172,90)
#789D52
(120,157,82)
#6C8E4A
(108,142,74)
#607F42
(96,127,66)
#54703A
(84,112,58)
#486132
(72,97,50)
#3C522A
(60,82,42)
#304322
(48,67,34)
#24341A
(36,52,26)
#182512
(24,37,18)
#0C160A
(12,22,10)
#000000
(0,0,0)

Tints of #84AC5A

#84AC5A
(132,172,90)
#8FB369
(143,179,105)
#9ABA78
(154,186,120)
#A5C187
(165,193,135)
#B0C896
(176,200,150)
#BBCFA5
(187,207,165)
#C6D6B4
(198,214,180)
#D1DDC3
(209,221,195)
#DCE4D2
(220,228,210)
#E7EBE1
(231,235,225)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AC5A color. Also use rgb(132,172,90) instead hex code.

Text Font Color

.myTextColor { color: #84AC5A; }

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

This text font color is #84AC5A.


Background Color

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

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

This div background color is #84AC5A.


Border color

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

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

This div border color is #84AC5A.


Opacity

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

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

Text with #84AC5A 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 #84AC5A;}

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

This text has shadow with #84AC5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AC5A on black background.


Color preview on white background

This text has color #84AC5A on white background.



Black color preview on #84AC5A background

This text has black color on #84AC5A background.


White color preview on #84AC5A background

This text has white color on #84AC5A background.