Shades of Shadow Green #9CBCB6
Tints of Shadow Green #9CBCB6
RGB
CMYK
RGB Variations
Color information
#9CBCB6 (or 0x9CBCB6) is known color: Shadow Green. HEX triplet: 9C, BC and B6. RGB value is (156,188,182). Sum of RGB (Red+Green+Blue) = 156+188+182=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCB6 is #634349. Grayscale: #B1B1B1. Windows color (decimal): -6505290 or 11975836. OLE color: 11975836.
HSL color Cylindrical-coordinate representation of color #9CBCB6: hue angle of 168.75º 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 #9CBCB6 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 182 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.26 |
| HSL | 168.75º | 0.19% | 0.67% | - |
| HSV(B) | 168.75º | 0.17% | 0.74% | - |
| XYZ | 40.14 | 46.41 | 51.1 | - |
| YUV | 177.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 182 | 0.17 | 0 | 0.03 | 0.26 | 168.75 | 0.19 | 0.67 |
| Hex | 9C | BC | B6 | 11 | 0 | 3 | 1A | A9 | 13 | 43 |
| Octal | 234 | 274 | 266 | 21 | 0 | 3 | 32 | 251 | 23 | 103 |
| Binary | 10011100 | 10111100 | 10110110 | 10001 | 0 | 11 | 11010 | 10101001 | 10011 | 1000011 |
Color Harmonies of #9CBCB6
Complementary color
Monochromatic Colors of #9CBCB6
Black with #9CBCB6
Text Example
Text Example
White with #9CBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCB6; }
p { color: rgb(156,188,182); }
H1.HeaderClassName
{
color: #9CBCB6;
}
.AnyTagClassName
{
color: #9CBCB6;
}
</style>
background-color css
<style>
a { background-color: #9CBCB6; }
a { background-color: rgb(156,188,182); }
div.DivClassName
{
background-color: #9CBCB6;
}
.BgClassName
{
background-color: #9CBCB6;
}
</style>
border-color css
<style>
span { border-color: #9CBCB6; }
span { border-color: rgb(156,188,182); }
td.TdClassName
{
border-color: #9CBCB6;
}
.TagClassName
{
border-color: #9CBCB6;
}
</style>