COLOR #85C95C

HEX: #85C95C RGB: (133,201,92)

Color info

#85C95C contains mainly green color. Web safe color of #85C95C is #99CC66 (or #9C6).

RGB color model

#85C95C color RGB value is (133,201,92).

RGB: (133,201,92) (52%, 79%, 36%)

RGB channels and saturation

R 133 of 255 = 52%
G 201 of 255 = 79%
B 92 of 255 = 36%

133
201
92

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

Portions of RGB colors in percentages

R + G + B = 133 + 201 + 92 = 426 (100%)
R 133 of 426 ~ 31.22%
G 201 of 426 ~ 47.18%
B 92 of 426 ~ 21.6'%

%31.22
%47.18
%21.6

CMYK color model

#85C95C color CMYK value is (34,0,54,21).

  • cyan value is 33.83%
  • magenta value is 0.00%
  • yellow value is 54.23%
  • key color value is 21.18%
CMYK: (34,0,54,21) C34M0Y54K21 (34%,0%,54%,21%) (0.34/0.00/0.54/0.21) 

CMYK percentages

%33.83
%0
%54.23
%21.18

Codes

Color #85C95C in popluar color models

85 C9 5C
RGB 133 201 92
HSL 97° 50.23% 57.45%
HSB/HSV 97° 54.23% 78.82%
CMYK 33.83% 0.00% 54.23%
21.18%

Color #85C95C in popluar number systems.

HEX 85 C9 5C
Decimal 133 201 92
Binary 10000101 11001001 1011100
Octal 205 311 134

Shades and tints

Shades of #85C95C

#85C95C
(133,201,92)
#79B754
(121,183,84)
#6DA54C
(109,165,76)
#619344
(97,147,68)
#55813C
(85,129,60)
#496F34
(73,111,52)
#3D5D2C
(61,93,44)
#314B24
(49,75,36)
#25391C
(37,57,28)
#192714
(25,39,20)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #85C95C

#85C95C
(133,201,92)
#90CD6A
(144,205,106)
#9BD178
(155,209,120)
#A6D586
(166,213,134)
#B1D994
(177,217,148)
#BCDDA2
(188,221,162)
#C7E1B0
(199,225,176)
#D2E5BE
(210,229,190)
#DDE9CC
(221,233,204)
#E8EDDA
(232,237,218)
#F3F1E8
(243,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C95C color. Also use rgb(133,201,92) instead hex code.

Text Font Color

.myTextColor { color: #85C95C; }

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

This text font color is #85C95C.

Background Color

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

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

This div background color is #85C95C.

Border color

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

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

This div border color is #85C95C.

Opacity

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

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

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

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

This text has shadow with #85C95C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85C95C.

Preview

Color preview on black background

This text has color #85C95C on black background.


Color preview on white background

This text has color #85C95C on white background.


Black color preview on #85C95C background

This text has black color on #85C95C background.


White color preview on #85C95C background

This text has white color on #85C95C background.


Related colors

Complementary color

Complementary color for #hex is #7A36A3.


I love getcolorcode.com

Triadic colors

1 #5C85C9 and #C95C85 with #85C95C are triadic colors.

2 #5CC985 and #C9855C with #85C95C are triadic colors.