COLOR #99B992

HEX: #99B992 RGB: (153,185,146)

Color info

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

RGB color model

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

RGB: (153,185,146) (60%, 73%, 57%)

RGB channels and saturation

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

153
185
146

R + G + B ~ 63%. #99B992 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 185 + 146 = 484 (100%)
R 153 of 484 ~ 31.61%
G 185 of 484 ~ 38.22%
B 146 of 484 ~ 30.17'%

%31.61
%38.22
%30.17

CMYK color model

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

  • cyan value is 17.30%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 27.45%

CMYK: (17,0,21,27)
C17M0Y21K27 (17%, 0%, 21%, 27%)
(0.17 / 0.00 / 0.21 / 0.27)

CMYK percentages

%17.3
%0
%21.08
%27.45

Codes

Color #99B992 in popluar color models

99 B9 92
RGB 153 185 146
HSL 109° 21.79% 64.90%
HSB/HSV 109° 21.08% 72.55%
CMYK 17.30% 0.00% 21.08%
27.45%

Color #99B992 in popluar number systems.

HEX 99 B9 92
Decimal 153 185 146
Binary 10011001 10111001 10010010
Octal 231 271 222

Shades and tints

Shades of #99B992

#99B992
(153,185,146)
#8CA985
(140,169,133)
#7F9978
(127,153,120)
#72896B
(114,137,107)
#65795E
(101,121,94)
#586951
(88,105,81)
#4B5944
(75,89,68)
#3E4937
(62,73,55)
#31392A
(49,57,42)
#24291D
(36,41,29)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #99B992

#99B992
(153,185,146)
#A2BF9B
(162,191,155)
#ABC5A4
(171,197,164)
#B4CBAD
(180,203,173)
#BDD1B6
(189,209,182)
#C6D7BF
(198,215,191)
#CFDDC8
(207,221,200)
#D8E3D1
(216,227,209)
#E1E9DA
(225,233,218)
#EAEFE3
(234,239,227)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B992; }

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

This text font color is #99B992.

Background Color

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

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

This div background color is #99B992.

Border color

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

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

This div border color is #99B992.

Opacity

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

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

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

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

This text has shadow with #99B992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B992.

Preview

Color preview on black background

This text has color #99B992 on black background.


Color preview on white background

This text has color #99B992 on white background.


Black color preview on #99B992 background

This text has black color on #99B992 background.


White color preview on #99B992 background

This text has white color on #99B992 background.


Related colors

Complementary color

Complementary color for #hex is #66466D.


I love getcolorcode.com

Triadic colors

1 #9299B9 and #B99299 with #99B992 are triadic colors.

2 #92B999 and #B99992 with #99B992 are triadic colors.