Shades of Shadow Green #9CBCB1
Tints of Shadow Green #9CBCB1
RGB
CMYK
RGB Variations
Color information
#9CBCB1 (or 0x9CBCB1) is known color: Shadow Green. HEX triplet: 9C, BC and B1. RGB value is (156,188,177). Sum of RGB (Red+Green+Blue) = 156+188+177=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBCB1 is #63434E. Grayscale: #B1B1B1. Windows color (decimal): -6505295 or 11648156. OLE color: 11648156.
HSL color Cylindrical-coordinate representation of color #9CBCB1: hue angle of 159.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 #9CBCB1 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 177 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.26 |
| HSL | 159.38º | 0.19% | 0.67% | - |
| HSV(B) | 159.38º | 0.17% | 0.74% | - |
| XYZ | 39.63 | 46.21 | 48.43 | - |
| YUV | 177.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 177 | 0.17 | 0 | 0.06 | 0.26 | 159.38 | 0.19 | 0.67 |
| Hex | 9C | BC | B1 | 11 | 0 | 6 | 1A | 9F | 13 | 43 |
| Octal | 234 | 274 | 261 | 21 | 0 | 6 | 32 | 237 | 23 | 103 |
| Binary | 10011100 | 10111100 | 10110001 | 10001 | 0 | 110 | 11010 | 10011111 | 10011 | 1000011 |
Color Harmonies of #9CBCB1
Complementary color
Monochromatic Colors of #9CBCB1
Black with #9CBCB1
Text Example
Text Example
White with #9CBCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCB1; }
p { color: rgb(156,188,177); }
H1.HeaderClassName
{
color: #9CBCB1;
}
.AnyTagClassName
{
color: #9CBCB1;
}
</style>
background-color css
<style>
a { background-color: #9CBCB1; }
a { background-color: rgb(156,188,177); }
div.DivClassName
{
background-color: #9CBCB1;
}
.BgClassName
{
background-color: #9CBCB1;
}
</style>
border-color css
<style>
span { border-color: #9CBCB1; }
span { border-color: rgb(156,188,177); }
td.TdClassName
{
border-color: #9CBCB1;
}
.TagClassName
{
border-color: #9CBCB1;
}
</style>