#99BBAF

Color #99BBAF Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #99BBAF

Tints of Shadow Green #99BBAF

Color information

#99BBAF (or 0x99BBAF) is unknown color: approx Shadow Green. HEX triplet: 99, BB and AF. RGB value is (153,187,175). Sum of RGB (Red+Green+Blue) = 153+187+175=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #99BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BBAF is #664450. Grayscale: #AFAFAF. Windows color (decimal): -6702161 or 11516825. OLE color: 11516825.

HSL color Cylindrical-coordinate representation of color #99BBAF: hue angle of 158.82º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BBAF is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB153187175-
CMYK0.1800.060.27
HSL158.82º20%66.67%-
HSV(B)158.82º18.18%73.33%-
XYZ38.6545.4147.29-
YUV175.47127.74111.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 29.71%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=29.71%
G=36.31%
B=33.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531871750.1800.060.27158.822066.67
Hex99BBAF12061B9f1443
Octal23127325722063323724103
Binary1001100110111011101011111001001101101110011111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BBAF; }

 p { color: rgb(153,187,175); }

 H1.HeaderClassName
 {
   color: #99BBAF;
 }
 .AnyTagClassName
 {
   color: #99BBAF;
 }
</style>
background-color css

<style>
 a { background-color: #99BBAF; }

 a { background-color: rgb(153,187,175); }

 div.DivClassName
 {
   background-color: #99BBAF;
 }
 .BgClassName
 {
   background-color: #99BBAF;
 }
</style>
border-color css

<style>
 span { border-color: #99BBAF; }

 span { border-color: rgb(153,187,175); }

 td.TdClassName
 {
   border-color: #99BBAF;
 }
 .TagClassName
 {
   border-color: #99BBAF;
 }
</style>