COLOR #85B552

HEX: #85B552 RGB: (133,181,82)

Color info

#85B552 contains mainly red and green colors. Web safe color of #85B552 is #99CC66 (or #9C6).

RGB color model

#85B552 color RGB value is (133,181,82).

RGB: (133,181,82) (52%, 71%, 32%)

RGB channels and saturation

R 133 of 255 = 52%
G 181 of 255 = 71%
B 82 of 255 = 32%

133
181
82

R + G + B ~ 52%. #85B552 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 181 + 82 = 396 (100%)
R 133 of 396 ~ 33.59%
G 181 of 396 ~ 45.71%
B 82 of 396 ~ 20.71'%

%33.59
%45.71
%20.71

CMYK color model

#85B552 color CMYK value is (27,0,55,29).

  • cyan value is 26.52%
  • magenta value is 0.00%
  • yellow value is 54.70%
  • key color value is 29.02%
CMYK: (27,0,55,29) C27M0Y55K29 (27%,0%,55%,29%) (0.27/0.00/0.55/0.29) 

CMYK percentages

%26.52
%0
%54.7
%29.02

Codes

Color #85B552 in popluar color models

85 B5 52
RGB 133 181 82
HSL 89° 40.08% 51.57%
HSB/HSV 89° 54.70% 70.98%
CMYK 26.52% 0.00% 54.70%
29.02%

Color #85B552 in popluar number systems.

HEX 85 B5 52
Decimal 133 181 82
Binary 10000101 10110101 1010010
Octal 205 265 122

Shades and tints

Shades of #85B552

#85B552
(133,181,82)
#79A54B
(121,165,75)
#6D9544
(109,149,68)
#61853D
(97,133,61)
#557536
(85,117,54)
#49652F
(73,101,47)
#3D5528
(61,85,40)
#314521
(49,69,33)
#25351A
(37,53,26)
#192513
(25,37,19)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #85B552

#85B552
(133,181,82)
#90BB61
(144,187,97)
#9BC170
(155,193,112)
#A6C77F
(166,199,127)
#B1CD8E
(177,205,142)
#BCD39D
(188,211,157)
#C7D9AC
(199,217,172)
#D2DFBB
(210,223,187)
#DDE5CA
(221,229,202)
#E8EBD9
(232,235,217)
#F3F1E8
(243,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B552 color. Also use rgb(133,181,82) instead hex code.

Text Font Color

.myTextColor { color: #85B552; }

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

This text font color is #85B552.

Background Color

.myBgColor { background-color: #85B552; }

<div style="background-color:#85B552">Inner text</div>

This div background color is #85B552.

Border color

.myBorderColor { border: 1px solid #85B552; }

<div style="border:3px solid #85B552">Div</div>

This div border color is #85B552.

Opacity

.myOpacity80 { color: #85B552; opacity: 0.8; }

<p style="color:#85B552;opacity:0.8;">80%</p>

Text with #85B552 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 #85B552;}

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

This text has shadow with #85B552 color.


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

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

This text has shadow with #85B552 primary color and red secondary color.


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

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

This text has shadow with #85B552 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85B552.

Preview

Color preview on black background

This text has color #85B552 on black background.


Color preview on white background

This text has color #85B552 on white background.


Black color preview on #85B552 background

This text has black color on #85B552 background.


White color preview on #85B552 background

This text has white color on #85B552 background.


Related colors

Complementary color

Complementary color for #hex is #7A4AAD.


I love getcolorcode.com

Triadic colors

1 #5285B5 and #B55285 with #85B552 are triadic colors.

2 #52B585 and #B58552 with #85B552 are triadic colors.