COLOR #84AC55

HEX: #84AC55 RGB: (132,172,85)

Color info

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

RGB color model

#84AC55 color RGB value is (132,172,85).

RGB: (132,172,85) (52%, 67%, 33%)

RGB channels and saturation

R 132 of 255 = 52%
G 172 of 255 = 67%
B 85 of 255 = 33%

132
172
85

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

Portions of RGB colors in percentages

R + G + B = 132 + 172 + 85 = 389 (100%)
R 132 of 389 ~ 33.93%
G 172 of 389 ~ 44.22%
B 85 of 389 ~ 21.85'%

%33.93
%44.22
%21.85

CMYK color model

#84AC55 color CMYK value is (23,0,51,33).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 50.58%
  • key color value is 32.55%

CMYK: (23,0,51,33)
C23M0Y51K33 (23%, 0%, 51%, 33%)
(0.23 / 0.00 / 0.51 / 0.33)

CMYK percentages

%23.26
%0
%50.58
%32.55

Codes

Color #84AC55 in popluar color models

84 AC 55
RGB 132 172 85
HSL 88° 34.39% 50.39%
HSB/HSV 88° 50.58% 67.45%
CMYK 23.26% 0.00% 50.58%
32.55%

Color #84AC55 in popluar number systems.

HEX 84 AC 55
Decimal 132 172 85
Binary 10000100 10101100 1010101
Octal 204 254 125

Shades and tints

Shades of #84AC55

#84AC55
(132,172,85)
#789D4E
(120,157,78)
#6C8E47
(108,142,71)
#607F40
(96,127,64)
#547039
(84,112,57)
#486132
(72,97,50)
#3C522B
(60,82,43)
#304324
(48,67,36)
#24341D
(36,52,29)
#182516
(24,37,22)
#0C160F
(12,22,15)
#000000
(0,0,0)

Tints of #84AC55

#84AC55
(132,172,85)
#8FB364
(143,179,100)
#9ABA73
(154,186,115)
#A5C182
(165,193,130)
#B0C891
(176,200,145)
#BBCFA0
(187,207,160)
#C6D6AF
(198,214,175)
#D1DDBE
(209,221,190)
#DCE4CD
(220,228,205)
#E7EBDC
(231,235,220)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AC55; }

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

This text font color is #84AC55.

Background Color

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

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

This div background color is #84AC55.

Border color

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

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

This div border color is #84AC55.

Opacity

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

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

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

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

This text has shadow with #84AC55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84AC55.

Preview

Color preview on black background

This text has color #84AC55 on black background.


Color preview on white background

This text has color #84AC55 on white background.


Black color preview on #84AC55 background

This text has black color on #84AC55 background.


White color preview on #84AC55 background

This text has white color on #84AC55 background.


Related colors

Complementary color

Complementary color for #hex is #7B53AA.


I love getcolorcode.com

Triadic colors

1 #5584AC and #AC5584 with #84AC55 are triadic colors.

2 #55AC84 and #AC8455 with #84AC55 are triadic colors.