Shades of Shadow Green #99BDB0
Tints of Shadow Green #99BDB0
RGB
CMYK
RGB Variations
Color information
#99BDB0 (or 0x99BDB0) is known color: Shadow Green. HEX triplet: 99, BD and B0. RGB value is (153,189,176). Sum of RGB (Red+Green+Blue) = 153+189+176=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #99BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BDB0 is #66424F. Grayscale: #B0B0B0. Windows color (decimal): -6701648 or 11582873. OLE color: 11582873.
HSL color Cylindrical-coordinate representation of color #99BDB0: hue angle of 158.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BDB0 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 176 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.26 |
| HSL | 158.33º | 0.21% | 0.67% | - |
| HSV(B) | 158.33º | 0.19% | 0.74% | - |
| XYZ | 39.17 | 46.3 | 47.95 | - |
| YUV | 176.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 176 | 0.19 | 0 | 0.07 | 0.26 | 158.33 | 0.21 | 0.67 |
| Hex | 99 | BD | B0 | 13 | 0 | 7 | 1A | 9E | 15 | 43 |
| Octal | 231 | 275 | 260 | 23 | 0 | 7 | 32 | 236 | 25 | 103 |
| Binary | 10011001 | 10111101 | 10110000 | 10011 | 0 | 111 | 11010 | 10011110 | 10101 | 1000011 |
Color Harmonies of #99BDB0
Complementary color
Monochromatic Colors of #99BDB0
Black with #99BDB0
Text Example
Text Example
White with #99BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDB0; }
p { color: rgb(153,189,176); }
H1.HeaderClassName
{
color: #99BDB0;
}
.AnyTagClassName
{
color: #99BDB0;
}
</style>
background-color css
<style>
a { background-color: #99BDB0; }
a { background-color: rgb(153,189,176); }
div.DivClassName
{
background-color: #99BDB0;
}
.BgClassName
{
background-color: #99BDB0;
}
</style>
border-color css
<style>
span { border-color: #99BDB0; }
span { border-color: rgb(153,189,176); }
td.TdClassName
{
border-color: #99BDB0;
}
.TagClassName
{
border-color: #99BDB0;
}
</style>