COLOR #85C59A

HEX: #85C59A
RGB: (133,197,154)

Color info

#85C59A contains mainly green and blue colors. Web safe color of #85C59A is #99CC99 (or #9C9).

RGB color model

#85C59A color RGB value is (133,197,154).

  • red value is 133;
  • green value is 197;
  • blue value is 154.
RGB:
(133,197,154)
(52%,77%,60%)

RGB channels and saturation

R 133 of 255 = 52%
G 197 of 255 = 77%
B 154 of 255 = 60%

133
197
154

R + G + B ~ 63%. #85C59A is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 197 + 154 = 484 (100%)
R 133 of 484 ~ 27.48%
G 197 of 484 ~ 40.7%
B 154 of 484 ~ 31.82%

%27.48
%40.7
%31.82

CMYK color model

#85C59A color CMYK value is (32,0,22,23).

  • cyan value is 32.49%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 22.75%
CMYK:
(32,0,22,23)
C32M0Y22K23 
(32%,0%,22%,23%)
(0.32/0.00/0.22/0.23)	

CMYK percentages

%32.49
%0
%21.83
%22.75

Codes

Color #85C59A in popluar color models

85C59A
RGB133197154
HSL140°35.56%64.71%
HSB/HSV140°32.49%77.25%
CMYK32.49%0.00%21.83%
22.75%

Color #85C59A in popluar number systems.

HEX85C59A
Decimal133197154
Binary100001011100010110011010
Octal205305232

Shades and tints

Shades of #85C59A

#85C59A
(133,197,154)
#79B48C
(121,180,140)
#6DA37E
(109,163,126)
#619270
(97,146,112)
#558162
(85,129,98)
#497054
(73,112,84)
#3D5F46
(61,95,70)
#314E38
(49,78,56)
#253D2A
(37,61,42)
#192C1C
(25,44,28)
#0D1B0E
(13,27,14)
#000000
(0,0,0)

Tints of #85C59A

#85C59A
(133,197,154)
#90CAA3
(144,202,163)
#9BCFAC
(155,207,172)
#A6D4B5
(166,212,181)
#B1D9BE
(177,217,190)
#BCDEC7
(188,222,199)
#C7E3D0
(199,227,208)
#D2E8D9
(210,232,217)
#DDEDE2
(221,237,226)
#E8F2EB
(232,242,235)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C59A color. Also use rgb(133,197,154) instead hex code.

Text Font Color

.myTextColor { color: #85C59A; }

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

This text font color is #85C59A.


Background Color

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

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

This div background color is #85C59A.


Border color

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

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

This div border color is #85C59A.


Opacity

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

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

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

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

This text has shadow with #85C59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C59A on black background.


Color preview on white background

This text has color #85C59A on white background.



Black color preview on #85C59A background

This text has black color on #85C59A background.


White color preview on #85C59A background

This text has white color on #85C59A background.