COLOR #99B96F

HEX: #99B96F
RGB: (153,185,111)

Color info

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

RGB color model

#99B96F color RGB value is (153,185,111).

  • red value is 153;
  • green value is 185;
  • blue value is 111.
RGB:
(153,185,111)
(60%,73%,44%)

RGB channels and saturation

R 153 of 255 = 60%
G 185 of 255 = 73%
B 111 of 255 = 44%

153
185
111

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

Portions of RGB colors in percentages

R + G + B =
153 + 185 + 111 = 449 (100%)
R 153 of 449 ~ 34.08%
G 185 of 449 ~ 41.2%
B 111 of 449 ~ 24.72%

%34.08
%41.2
%24.72

CMYK color model

#99B96F color CMYK value is (17,0,40,27).

  • cyan value is 17.30%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 27.45%
CMYK:
(17,0,40,27)
C17M0Y40K27 
(17%,0%,40%,27%)
(0.17/0.00/0.40/0.27)	

CMYK percentages

%17.3
%0
%40
%27.45

Codes

Color #99B96F in popluar color models

99B96F
RGB153185111
HSL86°34.58%58.04%
HSB/HSV86°40.00%72.55%
CMYK17.30%0.00%40.00%
27.45%

Color #99B96F in popluar number systems.

HEX99B96F
Decimal153185111
Binary10011001101110011101111
Octal231271157

Shades and tints

Shades of #99B96F

#99B96F
(153,185,111)
#8CA965
(140,169,101)
#7F995B
(127,153,91)
#728951
(114,137,81)
#657947
(101,121,71)
#58693D
(88,105,61)
#4B5933
(75,89,51)
#3E4929
(62,73,41)
#31391F
(49,57,31)
#242915
(36,41,21)
#17190B
(23,25,11)
#000000
(0,0,0)

Tints of #99B96F

#99B96F
(153,185,111)
#A2BF7C
(162,191,124)
#ABC589
(171,197,137)
#B4CB96
(180,203,150)
#BDD1A3
(189,209,163)
#C6D7B0
(198,215,176)
#CFDDBD
(207,221,189)
#D8E3CA
(216,227,202)
#E1E9D7
(225,233,215)
#EAEFE4
(234,239,228)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B96F color. Also use rgb(153,185,111) instead hex code.

Text Font Color

.myTextColor { color: #99B96F; }

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

This text font color is #99B96F.


Background Color

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

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

This div background color is #99B96F.


Border color

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

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

This div border color is #99B96F.


Opacity

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

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

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

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

This text has shadow with #99B96F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B96F on black background.


Color preview on white background

This text has color #99B96F on white background.



Black color preview on #99B96F background

This text has black color on #99B96F background.


White color preview on #99B96F background

This text has white color on #99B96F background.