Shades of Shadow Green #9CBCB2
Tints of Shadow Green #9CBCB2
RGB
CMYK
RGB Variations
Color information
#9CBCB2 (or 0x9CBCB2) is known color: Shadow Green. HEX triplet: 9C, BC and B2. RGB value is (156,188,178). Sum of RGB (Red+Green+Blue) = 156+188+178=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBCB2 is #63434D. Grayscale: #B1B1B1. Windows color (decimal): -6505294 or 11713692. OLE color: 11713692.
HSL color Cylindrical-coordinate representation of color #9CBCB2: hue angle of 161.25º 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 #9CBCB2 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 178 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.26 |
| HSL | 161.25º | 0.19% | 0.67% | - |
| HSV(B) | 161.25º | 0.17% | 0.74% | - |
| XYZ | 39.73 | 46.25 | 48.95 | - |
| YUV | 177.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 178 | 0.17 | 0 | 0.05 | 0.26 | 161.25 | 0.19 | 0.67 |
| Hex | 9C | BC | B2 | 11 | 0 | 5 | 1A | A1 | 13 | 43 |
| Octal | 234 | 274 | 262 | 21 | 0 | 5 | 32 | 241 | 23 | 103 |
| Binary | 10011100 | 10111100 | 10110010 | 10001 | 0 | 101 | 11010 | 10100001 | 10011 | 1000011 |
Color Harmonies of #9CBCB2
Complementary color
Monochromatic Colors of #9CBCB2
Black with #9CBCB2
Text Example
Text Example
White with #9CBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCB2; }
p { color: rgb(156,188,178); }
H1.HeaderClassName
{
color: #9CBCB2;
}
.AnyTagClassName
{
color: #9CBCB2;
}
</style>
background-color css
<style>
a { background-color: #9CBCB2; }
a { background-color: rgb(156,188,178); }
div.DivClassName
{
background-color: #9CBCB2;
}
.BgClassName
{
background-color: #9CBCB2;
}
</style>
border-color css
<style>
span { border-color: #9CBCB2; }
span { border-color: rgb(156,188,178); }
td.TdClassName
{
border-color: #9CBCB2;
}
.TagClassName
{
border-color: #9CBCB2;
}
</style>