COLOR #85AE51

HEX: #85AE51 RGB: (133,174,81)

Color info

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

RGB color model

#85AE51 color RGB value is (133,174,81).

RGB: (133,174,81) (52%, 68%, 32%)

RGB channels and saturation

R 133 of 255 = 52%
G 174 of 255 = 68%
B 81 of 255 = 32%

133
174
81

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

Portions of RGB colors in percentages

R + G + B = 133 + 174 + 81 = 388 (100%)
R 133 of 388 ~ 34.28%
G 174 of 388 ~ 44.85%
B 81 of 388 ~ 20.88'%

%34.28
%44.85
%20.88

CMYK color model

#85AE51 color CMYK value is (24,0,53,32).

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 53.45%
  • key color value is 31.76%

CMYK: (24,0,53,32)
C24M0Y53K32 (24%, 0%, 53%, 32%)
(0.24 / 0.00 / 0.53 / 0.32)

CMYK percentages

%23.56
%0
%53.45
%31.76

Codes

Color #85AE51 in popluar color models

85 AE 51
RGB 133 174 81
HSL 86° 36.47% 50.00%
HSB/HSV 86° 53.45% 68.24%
CMYK 23.56% 0.00% 53.45%
31.76%

Color #85AE51 in popluar number systems.

HEX 85 AE 51
Decimal 133 174 81
Binary 10000101 10101110 1010001
Octal 205 256 121

Shades and tints

Shades of #85AE51

#85AE51
(133,174,81)
#799F4A
(121,159,74)
#6D9043
(109,144,67)
#61813C
(97,129,60)
#557235
(85,114,53)
#49632E
(73,99,46)
#3D5427
(61,84,39)
#314520
(49,69,32)
#253619
(37,54,25)
#192712
(25,39,18)
#0D180B
(13,24,11)
#000000
(0,0,0)

Tints of #85AE51

#85AE51
(133,174,81)
#90B560
(144,181,96)
#9BBC6F
(155,188,111)
#A6C37E
(166,195,126)
#B1CA8D
(177,202,141)
#BCD19C
(188,209,156)
#C7D8AB
(199,216,171)
#D2DFBA
(210,223,186)
#DDE6C9
(221,230,201)
#E8EDD8
(232,237,216)
#F3F4E7
(243,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AE51 color. Also use rgb(133,174,81) instead hex code.

Text Font Color

.myTextColor { color: #85AE51; }

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

This text font color is #85AE51.

Background Color

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

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

This div background color is #85AE51.

Border color

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

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

This div border color is #85AE51.

Opacity

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

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

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

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

This text has shadow with #85AE51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85AE51.

Preview

Color preview on black background

This text has color #85AE51 on black background.


Color preview on white background

This text has color #85AE51 on white background.


Black color preview on #85AE51 background

This text has black color on #85AE51 background.


White color preview on #85AE51 background

This text has white color on #85AE51 background.


Related colors

Complementary color

Complementary color for #hex is #7A51AE.


I love getcolorcode.com

Triadic colors

1 #5185AE and #AE5185 with #85AE51 are triadic colors.

2 #51AE85 and #AE8551 with #85AE51 are triadic colors.