Shades of Shadow Green #9CBCB4
Tints of Shadow Green #9CBCB4
RGB
CMYK
RGB Variations
Color information
#9CBCB4 (or 0x9CBCB4) is known color: Shadow Green. HEX triplet: 9C, BC and B4. RGB value is (156,188,180). Sum of RGB (Red+Green+Blue) = 156+188+180=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCB4 is #63434B. Grayscale: #B1B1B1. Windows color (decimal): -6505292 or 11844764. OLE color: 11844764.
HSL color Cylindrical-coordinate representation of color #9CBCB4: hue angle of 165º 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 #9CBCB4 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 180 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.26 |
| HSL | 165º | 0.19% | 0.67% | - |
| HSV(B) | 165º | 0.17% | 0.74% | - |
| XYZ | 39.93 | 46.33 | 50.02 | - |
| YUV | 177.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 180 | 0.17 | 0 | 0.04 | 0.26 | 165 | 0.19 | 0.67 |
| Hex | 9C | BC | B4 | 11 | 0 | 4 | 1A | A5 | 13 | 43 |
| Octal | 234 | 274 | 264 | 21 | 0 | 4 | 32 | 245 | 23 | 103 |
| Binary | 10011100 | 10111100 | 10110100 | 10001 | 0 | 100 | 11010 | 10100101 | 10011 | 1000011 |
Color Harmonies of #9CBCB4
Complementary color
Monochromatic Colors of #9CBCB4
Black with #9CBCB4
Text Example
Text Example
White with #9CBCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCB4; }
p { color: rgb(156,188,180); }
H1.HeaderClassName
{
color: #9CBCB4;
}
.AnyTagClassName
{
color: #9CBCB4;
}
</style>
background-color css
<style>
a { background-color: #9CBCB4; }
a { background-color: rgb(156,188,180); }
div.DivClassName
{
background-color: #9CBCB4;
}
.BgClassName
{
background-color: #9CBCB4;
}
</style>
border-color css
<style>
span { border-color: #9CBCB4; }
span { border-color: rgb(156,188,180); }
td.TdClassName
{
border-color: #9CBCB4;
}
.TagClassName
{
border-color: #9CBCB4;
}
</style>