COLOR #99B872

HEX: #99B872
RGB: (153,184,114)

Color info

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

RGB color model

#99B872 color RGB value is (153,184,114).

  • red value is 153;
  • green value is 184;
  • blue value is 114.
RGB:
(153,184,114)
(60%,72%,45%)

RGB channels and saturation

R 153 of 255 = 60%
G 184 of 255 = 72%
B 114 of 255 = 45%

153
184
114

R + G + B ~ 59%. #99B872 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 184 + 114 = 451 (100%)
R 153 of 451 ~ 33.92%
G 184 of 451 ~ 40.8%
B 114 of 451 ~ 25.28%

%33.92
%40.8
%25.28

CMYK color model

#99B872 color CMYK value is (17,0,38,28).

  • cyan value is 16.85%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 27.84%
CMYK:
(17,0,38,28)
C17M0Y38K28 
(17%,0%,38%,28%)
(0.17/0.00/0.38/0.28)	

CMYK percentages

%16.85
%0
%38.04
%27.84

Codes

Color #99B872 in popluar color models

99B872
RGB153184114
HSL87°33.02%58.43%
HSB/HSV87°38.04%72.16%
CMYK16.85%0.00%38.04%
27.84%

Color #99B872 in popluar number systems.

HEX99B872
Decimal153184114
Binary10011001101110001110010
Octal231270162

Shades and tints

Shades of #99B872

#99B872
(153,184,114)
#8CA868
(140,168,104)
#7F985E
(127,152,94)
#728854
(114,136,84)
#65784A
(101,120,74)
#586840
(88,104,64)
#4B5836
(75,88,54)
#3E482C
(62,72,44)
#313822
(49,56,34)
#242818
(36,40,24)
#17180E
(23,24,14)
#000000
(0,0,0)

Tints of #99B872

#99B872
(153,184,114)
#A2BE7E
(162,190,126)
#ABC48A
(171,196,138)
#B4CA96
(180,202,150)
#BDD0A2
(189,208,162)
#C6D6AE
(198,214,174)
#CFDCBA
(207,220,186)
#D8E2C6
(216,226,198)
#E1E8D2
(225,232,210)
#EAEEDE
(234,238,222)
#F3F4EA
(243,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B872 color. Also use rgb(153,184,114) instead hex code.

Text Font Color

.myTextColor { color: #99B872; }

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

This text font color is #99B872.


Background Color

.myBgColor { background-color: #99B872; }

<div style="background-color:#99B872">Inner text</div>

This div background color is #99B872.


Border color

.myBorderColor { border: 1px solid #99B872; }

<div style="border:3px solid #99B872">Div</div>

This div border color is #99B872.


Opacity

.myOpacity80 { color: #99B872; opacity: 0.8; }

<p style="color:#99B872;opacity:0.8;">80%</p>

Text with #99B872 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 #99B872;}

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

This text has shadow with #99B872 color.

.textShadow {text-shadow: 3px 3px 1px #99B872, 3px 3px 1px red;}

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

This text has shadow with #99B872 primary color and red secondary color.


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

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

This text has shadow with #99B872 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B872 on black background.


Color preview on white background

This text has color #99B872 on white background.



Black color preview on #99B872 background

This text has black color on #99B872 background.


White color preview on #99B872 background

This text has white color on #99B872 background.