Shades of Shadow Green #9DBBB5
Tints of Shadow Green #9DBBB5
RGB
CMYK
RGB Variations
Color information
#9DBBB5 (or 0x9DBBB5) is known color: Shadow Green. HEX triplet: 9D, BB and B5. RGB value is (157,187,181). Sum of RGB (Red+Green+Blue) = 157+187+181=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBB5 is #62444A. Grayscale: #B1B1B1. Windows color (decimal): -6440011 or 11910045. OLE color: 11910045.
HSL color Cylindrical-coordinate representation of color #9DBBB5: hue angle of 168º 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 #9DBBB5 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 181 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.27 |
| HSL | 168º | 0.18% | 0.67% | - |
| HSV(B) | 168º | 0.16% | 0.73% | - |
| XYZ | 40.02 | 46.04 | 50.49 | - |
| YUV | 177.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 181 | 0.16 | 0 | 0.03 | 0.27 | 168 | 0.18 | 0.67 |
| Hex | 9D | BB | B5 | 10 | 0 | 3 | 1B | A8 | 12 | 43 |
| Octal | 235 | 273 | 265 | 20 | 0 | 3 | 33 | 250 | 22 | 103 |
| Binary | 10011101 | 10111011 | 10110101 | 10000 | 0 | 11 | 11011 | 10101000 | 10010 | 1000011 |
Color Harmonies of #9DBBB5
Complementary color
Monochromatic Colors of #9DBBB5
Black with #9DBBB5
Text Example
Text Example
White with #9DBBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBB5; }
p { color: rgb(157,187,181); }
H1.HeaderClassName
{
color: #9DBBB5;
}
.AnyTagClassName
{
color: #9DBBB5;
}
</style>
background-color css
<style>
a { background-color: #9DBBB5; }
a { background-color: rgb(157,187,181); }
div.DivClassName
{
background-color: #9DBBB5;
}
.BgClassName
{
background-color: #9DBBB5;
}
</style>
border-color css
<style>
span { border-color: #9DBBB5; }
span { border-color: rgb(157,187,181); }
td.TdClassName
{
border-color: #9DBBB5;
}
.TagClassName
{
border-color: #9DBBB5;
}
</style>