Shades of Shadow Green #99BDB6
Tints of Shadow Green #99BDB6
RGB
CMYK
RGB Variations
Color information
#99BDB6 (or 0x99BDB6) is known color: Shadow Green. HEX triplet: 99, BD and B6. RGB value is (153,189,182). Sum of RGB (Red+Green+Blue) = 153+189+182=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #99BDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDB6 is #664249. Grayscale: #B1B1B1. Windows color (decimal): -6701642 or 11976089. OLE color: 11976089.
HSL color Cylindrical-coordinate representation of color #99BDB6: hue angle of 168.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 #99BDB6 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 182 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.26 |
| HSL | 168.33º | 0.21% | 0.67% | - |
| HSV(B) | 168.33º | 0.19% | 0.74% | - |
| XYZ | 39.78 | 46.54 | 51.14 | - |
| YUV | 177.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 182 | 0.19 | 0 | 0.04 | 0.26 | 168.33 | 0.21 | 0.67 |
| Hex | 99 | BD | B6 | 13 | 0 | 4 | 1A | A8 | 15 | 43 |
| Octal | 231 | 275 | 266 | 23 | 0 | 4 | 32 | 250 | 25 | 103 |
| Binary | 10011001 | 10111101 | 10110110 | 10011 | 0 | 100 | 11010 | 10101000 | 10101 | 1000011 |
Color Harmonies of #99BDB6
Complementary color
Monochromatic Colors of #99BDB6
Black with #99BDB6
Text Example
Text Example
White with #99BDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDB6; }
p { color: rgb(153,189,182); }
H1.HeaderClassName
{
color: #99BDB6;
}
.AnyTagClassName
{
color: #99BDB6;
}
</style>
background-color css
<style>
a { background-color: #99BDB6; }
a { background-color: rgb(153,189,182); }
div.DivClassName
{
background-color: #99BDB6;
}
.BgClassName
{
background-color: #99BDB6;
}
</style>
border-color css
<style>
span { border-color: #99BDB6; }
span { border-color: rgb(153,189,182); }
td.TdClassName
{
border-color: #99BDB6;
}
.TagClassName
{
border-color: #99BDB6;
}
</style>