Shades of Shadow Green #9CBCBB
Tints of Shadow Green #9CBCBB
RGB
CMYK
RGB Variations
Color information
#9CBCBB (or 0x9CBCBB) is known color: Shadow Green. HEX triplet: 9C, BC and BB. RGB value is (156,188,187). Sum of RGB (Red+Green+Blue) = 156+188+187=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCBB is #634344. Grayscale: #B2B2B2. Windows color (decimal): -6505285 or 12303516. OLE color: 12303516.
HSL color Cylindrical-coordinate representation of color #9CBCBB: hue angle of 178.12º 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 #9CBCBB is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 187 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.26 |
| HSL | 178.13º | 0.19% | 0.67% | - |
| HSV(B) | 178.13º | 0.17% | 0.74% | - |
| XYZ | 40.66 | 46.62 | 53.87 | - |
| YUV | 178.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 187 | 0.17 | 0 | 0.01 | 0.26 | 178.13 | 0.19 | 0.67 |
| Hex | 9C | BC | BB | 11 | 0 | 1 | 1A | B2 | 13 | 43 |
| Octal | 234 | 274 | 273 | 21 | 0 | 1 | 32 | 262 | 23 | 103 |
| Binary | 10011100 | 10111100 | 10111011 | 10001 | 0 | 1 | 11010 | 10110010 | 10011 | 1000011 |
Color Harmonies of #9CBCBB
Complementary color
Monochromatic Colors of #9CBCBB
Black with #9CBCBB
Text Example
Text Example
White with #9CBCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCBB; }
p { color: rgb(156,188,187); }
H1.HeaderClassName
{
color: #9CBCBB;
}
.AnyTagClassName
{
color: #9CBCBB;
}
</style>
background-color css
<style>
a { background-color: #9CBCBB; }
a { background-color: rgb(156,188,187); }
div.DivClassName
{
background-color: #9CBCBB;
}
.BgClassName
{
background-color: #9CBCBB;
}
</style>
border-color css
<style>
span { border-color: #9CBCBB; }
span { border-color: rgb(156,188,187); }
td.TdClassName
{
border-color: #9CBCBB;
}
.TagClassName
{
border-color: #9CBCBB;
}
</style>