Shades of Shadow Green #99BFB0
Tints of Shadow Green #99BFB0
RGB
CMYK
RGB Variations
Color information
#99BFB0 (or 0x99BFB0) is known color: Shadow Green. HEX triplet: 99, BF and B0. RGB value is (153,191,176). Sum of RGB (Red+Green+Blue) = 153+191+176=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #99BFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BFB0 is #66404F. Grayscale: #B1B1B1. Windows color (decimal): -6701136 or 11583385. OLE color: 11583385.
HSL color Cylindrical-coordinate representation of color #99BFB0: hue angle of 156.32º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99BFB0 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 176 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.25 |
| HSL | 156.32º | 0.23% | 0.67% | - |
| HSV(B) | 156.32º | 0.2% | 0.75% | - |
| XYZ | 39.6 | 47.17 | 48.09 | - |
| YUV | 177.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 176 | 0.20 | 0 | 0.08 | 0.25 | 156.32 | 0.23 | 0.67 |
| Hex | 99 | BF | B0 | 14 | 0 | 8 | 19 | 9C | 17 | 43 |
| Octal | 231 | 277 | 260 | 24 | 0 | 10 | 31 | 234 | 27 | 103 |
| Binary | 10011001 | 10111111 | 10110000 | 10100 | 0 | 1000 | 11001 | 10011100 | 10111 | 1000011 |
Color Harmonies of #99BFB0
Complementary color
Monochromatic Colors of #99BFB0
Black with #99BFB0
Text Example
Text Example
White with #99BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFB0; }
p { color: rgb(153,191,176); }
H1.HeaderClassName
{
color: #99BFB0;
}
.AnyTagClassName
{
color: #99BFB0;
}
</style>
background-color css
<style>
a { background-color: #99BFB0; }
a { background-color: rgb(153,191,176); }
div.DivClassName
{
background-color: #99BFB0;
}
.BgClassName
{
background-color: #99BFB0;
}
</style>
border-color css
<style>
span { border-color: #99BFB0; }
span { border-color: rgb(153,191,176); }
td.TdClassName
{
border-color: #99BFB0;
}
.TagClassName
{
border-color: #99BFB0;
}
</style>