Shades of Shadow Green #9DBBB6
Tints of Shadow Green #9DBBB6
RGB
CMYK
RGB Variations
Color information
#9DBBB6 (or 0x9DBBB6) is known color: Shadow Green. HEX triplet: 9D, BB and B6. RGB value is (157,187,182). Sum of RGB (Red+Green+Blue) = 157+187+182=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBB6 is #624449. Grayscale: #B1B1B1. Windows color (decimal): -6440010 or 11975581. OLE color: 11975581.
HSL color Cylindrical-coordinate representation of color #9DBBB6: hue angle of 170º 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 #9DBBB6 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 182 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.27 |
| HSL | 170º | 0.18% | 0.67% | - |
| HSV(B) | 170º | 0.16% | 0.73% | - |
| XYZ | 40.12 | 46.09 | 51.04 | - |
| YUV | 177.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 182 | 0.16 | 0 | 0.03 | 0.27 | 170 | 0.18 | 0.67 |
| Hex | 9D | BB | B6 | 10 | 0 | 3 | 1B | AA | 12 | 43 |
| Octal | 235 | 273 | 266 | 20 | 0 | 3 | 33 | 252 | 22 | 103 |
| Binary | 10011101 | 10111011 | 10110110 | 10000 | 0 | 11 | 11011 | 10101010 | 10010 | 1000011 |
Color Harmonies of #9DBBB6
Complementary color
Monochromatic Colors of #9DBBB6
Black with #9DBBB6
Text Example
Text Example
White with #9DBBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBB6; }
p { color: rgb(157,187,182); }
H1.HeaderClassName
{
color: #9DBBB6;
}
.AnyTagClassName
{
color: #9DBBB6;
}
</style>
background-color css
<style>
a { background-color: #9DBBB6; }
a { background-color: rgb(157,187,182); }
div.DivClassName
{
background-color: #9DBBB6;
}
.BgClassName
{
background-color: #9DBBB6;
}
</style>
border-color css
<style>
span { border-color: #9DBBB6; }
span { border-color: rgb(157,187,182); }
td.TdClassName
{
border-color: #9DBBB6;
}
.TagClassName
{
border-color: #9DBBB6;
}
</style>