Shades of Shadow Green #9DBBB1
Tints of Shadow Green #9DBBB1
RGB
CMYK
RGB Variations
Color information
#9DBBB1 (or 0x9DBBB1) is known color: Shadow Green. HEX triplet: 9D, BB and B1. RGB value is (157,187,177). Sum of RGB (Red+Green+Blue) = 157+187+177=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBBB1 is #62444E. Grayscale: #B0B0B0. Windows color (decimal): -6440015 or 11647901. OLE color: 11647901.
HSL color Cylindrical-coordinate representation of color #9DBBB1: hue angle of 160º 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 #9DBBB1 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 177 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.27 |
| HSL | 160º | 0.18% | 0.67% | - |
| HSV(B) | 160º | 0.16% | 0.73% | - |
| XYZ | 39.61 | 45.88 | 48.36 | - |
| YUV | 176.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 177 | 0.16 | 0 | 0.05 | 0.27 | 160 | 0.18 | 0.67 |
| Hex | 9D | BB | B1 | 10 | 0 | 5 | 1B | A0 | 12 | 43 |
| Octal | 235 | 273 | 261 | 20 | 0 | 5 | 33 | 240 | 22 | 103 |
| Binary | 10011101 | 10111011 | 10110001 | 10000 | 0 | 101 | 11011 | 10100000 | 10010 | 1000011 |
Color Harmonies of #9DBBB1
Complementary color
Monochromatic Colors of #9DBBB1
Black with #9DBBB1
Text Example
Text Example
White with #9DBBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBB1; }
p { color: rgb(157,187,177); }
H1.HeaderClassName
{
color: #9DBBB1;
}
.AnyTagClassName
{
color: #9DBBB1;
}
</style>
background-color css
<style>
a { background-color: #9DBBB1; }
a { background-color: rgb(157,187,177); }
div.DivClassName
{
background-color: #9DBBB1;
}
.BgClassName
{
background-color: #9DBBB1;
}
</style>
border-color css
<style>
span { border-color: #9DBBB1; }
span { border-color: rgb(157,187,177); }
td.TdClassName
{
border-color: #9DBBB1;
}
.TagClassName
{
border-color: #9DBBB1;
}
</style>