COLOR #99B666

HEX: #99B666
RGB: (153,182,102)

Color info

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

RGB color model

#99B666 color RGB value is (153,182,102).

  • red value is 153;
  • green value is 182;
  • blue value is 102.
RGB:
(153,182,102)
(60%,71%,40%)

RGB channels and saturation

R 153 of 255 = 60%
G 182 of 255 = 71%
B 102 of 255 = 40%

153
182
102

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

Portions of RGB colors in percentages

R + G + B =
153 + 182 + 102 = 437 (100%)
R 153 of 437 ~ 35.01%
G 182 of 437 ~ 41.65%
B 102 of 437 ~ 23.34%

%35.01
%41.65
%23.34

CMYK color model

#99B666 color CMYK value is (16,0,44,29).

  • cyan value is 15.93%
  • magenta value is 0.00%
  • yellow value is 43.96%
  • key color value is 28.63%
CMYK:
(16,0,44,29)
C16M0Y44K29 
(16%,0%,44%,29%)
(0.16/0.00/0.44/0.29)	

CMYK percentages

%15.93
%0
%43.96
%28.63

Codes

Color #99B666 in popluar color models

99B666
RGB153182102
HSL82°35.40%55.69%
HSB/HSV82°43.96%71.37%
CMYK15.93%0.00%43.96%
28.63%

Color #99B666 in popluar number systems.

HEX99B666
Decimal153182102
Binary10011001101101101100110
Octal231266146

Shades and tints

Shades of #99B666

#99B666
(153,182,102)
#8CA65D
(140,166,93)
#7F9654
(127,150,84)
#72864B
(114,134,75)
#657642
(101,118,66)
#586639
(88,102,57)
#4B5630
(75,86,48)
#3E4627
(62,70,39)
#31361E
(49,54,30)
#242615
(36,38,21)
#17160C
(23,22,12)
#000000
(0,0,0)

Tints of #99B666

#99B666
(153,182,102)
#A2BC73
(162,188,115)
#ABC280
(171,194,128)
#B4C88D
(180,200,141)
#BDCE9A
(189,206,154)
#C6D4A7
(198,212,167)
#CFDAB4
(207,218,180)
#D8E0C1
(216,224,193)
#E1E6CE
(225,230,206)
#EAECDB
(234,236,219)
#F3F2E8
(243,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B666 color. Also use rgb(153,182,102) instead hex code.

Text Font Color

.myTextColor { color: #99B666; }

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

This text font color is #99B666.


Background Color

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

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

This div background color is #99B666.


Border color

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

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

This div border color is #99B666.


Opacity

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

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

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

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

This text has shadow with #99B666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B666 on black background.


Color preview on white background

This text has color #99B666 on white background.



Black color preview on #99B666 background

This text has black color on #99B666 background.


White color preview on #99B666 background

This text has white color on #99B666 background.