Shades of Shadow Green #99BDB9
Tints of Shadow Green #99BDB9
RGB
CMYK
RGB Variations
Color information
#99BDB9 (or 0x99BDB9) is known color: Shadow Green. HEX triplet: 99, BD and B9. RGB value is (153,189,185). Sum of RGB (Red+Green+Blue) = 153+189+185=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #99BDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDB9 is #664246. Grayscale: #B1B1B1. Windows color (decimal): -6701639 or 12172697. OLE color: 12172697.
HSL color Cylindrical-coordinate representation of color #99BDB9: hue angle of 173.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 #99BDB9 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 185 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.26 |
| HSL | 173.33º | 0.21% | 0.67% | - |
| HSV(B) | 173.33º | 0.19% | 0.74% | - |
| XYZ | 40.09 | 46.67 | 52.79 | - |
| YUV | 177.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 185 | 0.19 | 0 | 0.02 | 0.26 | 173.33 | 0.21 | 0.67 |
| Hex | 99 | BD | B9 | 13 | 0 | 2 | 1A | AD | 15 | 43 |
| Octal | 231 | 275 | 271 | 23 | 0 | 2 | 32 | 255 | 25 | 103 |
| Binary | 10011001 | 10111101 | 10111001 | 10011 | 0 | 10 | 11010 | 10101101 | 10101 | 1000011 |
Color Harmonies of #99BDB9
Complementary color
Monochromatic Colors of #99BDB9
Black with #99BDB9
Text Example
Text Example
White with #99BDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDB9; }
p { color: rgb(153,189,185); }
H1.HeaderClassName
{
color: #99BDB9;
}
.AnyTagClassName
{
color: #99BDB9;
}
</style>
background-color css
<style>
a { background-color: #99BDB9; }
a { background-color: rgb(153,189,185); }
div.DivClassName
{
background-color: #99BDB9;
}
.BgClassName
{
background-color: #99BDB9;
}
</style>
border-color css
<style>
span { border-color: #99BDB9; }
span { border-color: rgb(153,189,185); }
td.TdClassName
{
border-color: #99BDB9;
}
.TagClassName
{
border-color: #99BDB9;
}
</style>