COLOR #99B792

HEX: #99B792
RGB: (153,183,146)

Color info

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

RGB color model

#99B792 color RGB value is (153,183,146).

  • red value is 153;
  • green value is 183;
  • blue value is 146.
RGB:
(153,183,146)
(60%,72%,57%)

RGB channels and saturation

R 153 of 255 = 60%
G 183 of 255 = 72%
B 146 of 255 = 57%

153
183
146

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

Portions of RGB colors in percentages

R + G + B =
153 + 183 + 146 = 482 (100%)
R 153 of 482 ~ 31.74%
G 183 of 482 ~ 37.97%
B 146 of 482 ~ 30.29%

%31.74
%37.97
%30.29

CMYK color model

#99B792 color CMYK value is (16,0,20,28).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 20.22%
  • key color value is 28.24%
CMYK:
(16,0,20,28)
C16M0Y20K28 
(16%,0%,20%,28%)
(0.16/0.00/0.20/0.28)	

CMYK percentages

%16.39
%0
%20.22
%28.24

Codes

Color #99B792 in popluar color models

99B792
RGB153183146
HSL109°20.44%64.51%
HSB/HSV109°20.22%71.76%
CMYK16.39%0.00%20.22%
28.24%

Color #99B792 in popluar number systems.

HEX99B792
Decimal153183146
Binary100110011011011110010010
Octal231267222

Shades and tints

Shades of #99B792

#99B792
(153,183,146)
#8CA785
(140,167,133)
#7F9778
(127,151,120)
#72876B
(114,135,107)
#65775E
(101,119,94)
#586751
(88,103,81)
#4B5744
(75,87,68)
#3E4737
(62,71,55)
#31372A
(49,55,42)
#24271D
(36,39,29)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #99B792

#99B792
(153,183,146)
#A2BD9B
(162,189,155)
#ABC3A4
(171,195,164)
#B4C9AD
(180,201,173)
#BDCFB6
(189,207,182)
#C6D5BF
(198,213,191)
#CFDBC8
(207,219,200)
#D8E1D1
(216,225,209)
#E1E7DA
(225,231,218)
#EAEDE3
(234,237,227)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B792; }

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

This text font color is #99B792.


Background Color

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

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

This div background color is #99B792.


Border color

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

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

This div border color is #99B792.


Opacity

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

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

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

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

This text has shadow with #99B792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B792 on black background.


Color preview on white background

This text has color #99B792 on white background.



Black color preview on #99B792 background

This text has black color on #99B792 background.


White color preview on #99B792 background

This text has white color on #99B792 background.