Shades of Shadow Green #9DBBB7
Tints of Shadow Green #9DBBB7
RGB
CMYK
RGB Variations
Color information
#9DBBB7 (or 0x9DBBB7) is known color: Shadow Green. HEX triplet: 9D, BB and B7. RGB value is (157,187,183). Sum of RGB (Red+Green+Blue) = 157+187+183=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBB7 is #624448. Grayscale: #B1B1B1. Windows color (decimal): -6440009 or 12041117. OLE color: 12041117.
HSL color Cylindrical-coordinate representation of color #9DBBB7: hue angle of 172º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBBB7 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 183 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.27 |
| HSL | 172º | 0.18% | 0.67% | - |
| HSV(B) | 172º | 0.16% | 0.73% | - |
| XYZ | 40.22 | 46.13 | 51.58 | - |
| YUV | 177.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 183 | 0.16 | 0 | 0.02 | 0.27 | 172 | 0.18 | 0.67 |
| Hex | 9D | BB | B7 | 10 | 0 | 2 | 1B | AC | 12 | 43 |
| Octal | 235 | 273 | 267 | 20 | 0 | 2 | 33 | 254 | 22 | 103 |
| Binary | 10011101 | 10111011 | 10110111 | 10000 | 0 | 10 | 11011 | 10101100 | 10010 | 1000011 |
Color Harmonies of #9DBBB7
Complementary color
Monochromatic Colors of #9DBBB7
Black with #9DBBB7
Text Example
Text Example
White with #9DBBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBB7; }
p { color: rgb(157,187,183); }
H1.HeaderClassName
{
color: #9DBBB7;
}
.AnyTagClassName
{
color: #9DBBB7;
}
</style>
background-color css
<style>
a { background-color: #9DBBB7; }
a { background-color: rgb(157,187,183); }
div.DivClassName
{
background-color: #9DBBB7;
}
.BgClassName
{
background-color: #9DBBB7;
}
</style>
border-color css
<style>
span { border-color: #9DBBB7; }
span { border-color: rgb(157,187,183); }
td.TdClassName
{
border-color: #9DBBB7;
}
.TagClassName
{
border-color: #9DBBB7;
}
</style>