Shades of Shadow Green #9CBCB9
Tints of Shadow Green #9CBCB9
RGB
CMYK
RGB Variations
Color information
#9CBCB9 (or 0x9CBCB9) is known color: Shadow Green. HEX triplet: 9C, BC and B9. RGB value is (156,188,185). Sum of RGB (Red+Green+Blue) = 156+188+185=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCB9 is #634346. Grayscale: #B2B2B2. Windows color (decimal): -6505287 or 12172444. OLE color: 12172444.
HSL color Cylindrical-coordinate representation of color #9CBCB9: hue angle of 174.38º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBCB9 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 185 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.26 |
| HSL | 174.38º | 0.19% | 0.67% | - |
| HSV(B) | 174.38º | 0.17% | 0.74% | - |
| XYZ | 40.45 | 46.54 | 52.75 | - |
| YUV | 178.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 185 | 0.17 | 0 | 0.02 | 0.26 | 174.38 | 0.19 | 0.67 |
| Hex | 9C | BC | B9 | 11 | 0 | 2 | 1A | AE | 13 | 43 |
| Octal | 234 | 274 | 271 | 21 | 0 | 2 | 32 | 256 | 23 | 103 |
| Binary | 10011100 | 10111100 | 10111001 | 10001 | 0 | 10 | 11010 | 10101110 | 10011 | 1000011 |
Color Harmonies of #9CBCB9
Complementary color
Monochromatic Colors of #9CBCB9
Black with #9CBCB9
Text Example
Text Example
White with #9CBCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCB9; }
p { color: rgb(156,188,185); }
H1.HeaderClassName
{
color: #9CBCB9;
}
.AnyTagClassName
{
color: #9CBCB9;
}
</style>
background-color css
<style>
a { background-color: #9CBCB9; }
a { background-color: rgb(156,188,185); }
div.DivClassName
{
background-color: #9CBCB9;
}
.BgClassName
{
background-color: #9CBCB9;
}
</style>
border-color css
<style>
span { border-color: #9CBCB9; }
span { border-color: rgb(156,188,185); }
td.TdClassName
{
border-color: #9CBCB9;
}
.TagClassName
{
border-color: #9CBCB9;
}
</style>