Shades of Shadow Green #9CBBB9
Tints of Shadow Green #9CBBB9
RGB
CMYK
RGB Variations
Color information
#9CBBB9 (or 0x9CBBB9) is known color: Shadow Green. HEX triplet: 9C, BB and B9. RGB value is (156,187,185). Sum of RGB (Red+Green+Blue) = 156+187+185=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBB9 is #634446. Grayscale: #B1B1B1. Windows color (decimal): -6505543 or 12172188. OLE color: 12172188.
HSL color Cylindrical-coordinate representation of color #9CBBB9: hue angle of 176.13º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBBB9 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 187 | 185 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.27 |
| HSL | 176.13º | 0.19% | 0.67% | - |
| HSV(B) | 176.13º | 0.17% | 0.73% | - |
| XYZ | 40.24 | 46.11 | 52.68 | - |
| YUV | 177.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 185 | 0.17 | 0 | 0.01 | 0.27 | 176.13 | 0.19 | 0.67 |
| Hex | 9C | BB | B9 | 11 | 0 | 1 | 1B | B0 | 13 | 43 |
| Octal | 234 | 273 | 271 | 21 | 0 | 1 | 33 | 260 | 23 | 103 |
| Binary | 10011100 | 10111011 | 10111001 | 10001 | 0 | 1 | 11011 | 10110000 | 10011 | 1000011 |
Color Harmonies of #9CBBB9
Complementary color
Monochromatic Colors of #9CBBB9
Black with #9CBBB9
Text Example
Text Example
White with #9CBBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBBB9; }
p { color: rgb(156,187,185); }
H1.HeaderClassName
{
color: #9CBBB9;
}
.AnyTagClassName
{
color: #9CBBB9;
}
</style>
background-color css
<style>
a { background-color: #9CBBB9; }
a { background-color: rgb(156,187,185); }
div.DivClassName
{
background-color: #9CBBB9;
}
.BgClassName
{
background-color: #9CBBB9;
}
</style>
border-color css
<style>
span { border-color: #9CBBB9; }
span { border-color: rgb(156,187,185); }
td.TdClassName
{
border-color: #9CBBB9;
}
.TagClassName
{
border-color: #9CBBB9;
}
</style>