COLOR #99B999

HEX: #99B999
RGB: (153,185,153)

Color info

#99B999 contains red, green and blue colors in about the same proportion. Web safe color of #99B999 is #99CC99 (or #9C9).

RGB color model

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

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

RGB channels and saturation

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

153
185
153

R + G + B ~ 64%. #99B999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 185 + 153 = 491 (100%)
R 153 of 491 ~ 31.16%
G 185 of 491 ~ 37.68%
B 153 of 491 ~ 31.16%

%31.16
%37.68
%31.16

CMYK color model

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

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

CMYK percentages

%17.3
%0
%17.3
%27.45

Codes

Color #99B999 in popluar color models

99B999
RGB153185153
HSL120°18.60%66.27%
HSB/HSV120°17.30%72.55%
CMYK17.30%0.00%17.30%
27.45%

Color #99B999 in popluar number systems.

HEX99B999
Decimal153185153
Binary100110011011100110011001
Octal231271231

Shades and tints

Shades of #99B999

#99B999
(153,185,153)
#8CA98C
(140,169,140)
#7F997F
(127,153,127)
#728972
(114,137,114)
#657965
(101,121,101)
#586958
(88,105,88)
#4B594B
(75,89,75)
#3E493E
(62,73,62)
#313931
(49,57,49)
#242924
(36,41,36)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #99B999

#99B999
(153,185,153)
#A2BFA2
(162,191,162)
#ABC5AB
(171,197,171)
#B4CBB4
(180,203,180)
#BDD1BD
(189,209,189)
#C6D7C6
(198,215,198)
#CFDDCF
(207,221,207)
#D8E3D8
(216,227,216)
#E1E9E1
(225,233,225)
#EAEFEA
(234,239,234)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B999; }

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

This text font color is #99B999.


Background Color

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

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

This div background color is #99B999.


Border color

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

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

This div border color is #99B999.


Opacity

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

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

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

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

This text has shadow with #99B999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B999 on black background.


Color preview on white background

This text has color #99B999 on white background.



Black color preview on #99B999 background

This text has black color on #99B999 background.


White color preview on #99B999 background

This text has white color on #99B999 background.