Shades of Shadow Green #9CC2BD
Tints of Shadow Green #9CC2BD
RGB
CMYK
RGB Variations
Color information
#9CC2BD (or 0x9CC2BD) is known color: Shadow Green. HEX triplet: 9C, C2 and BD. RGB value is (156,194,189). Sum of RGB (Red+Green+Blue) = 156+194+189=539 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.94% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC2BD is #633D42. Grayscale: #B6B6B6. Windows color (decimal): -6503747 or 12436124. OLE color: 12436124.
HSL color Cylindrical-coordinate representation of color #9CC2BD: hue angle of 172.11º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CC2BD is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 189 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.24 |
| HSL | 172.11º | 0.24% | 0.69% | - |
| HSV(B) | 172.11º | 0.2% | 0.76% | - |
| XYZ | 42.19 | 49.33 | 55.44 | - |
| YUV | 182.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 189 | 0.20 | 0 | 0.03 | 0.24 | 172.11 | 0.24 | 0.69 |
| Hex | 9C | C2 | BD | 14 | 0 | 3 | 18 | AC | 18 | 45 |
| Octal | 234 | 302 | 275 | 24 | 0 | 3 | 30 | 254 | 30 | 105 |
| Binary | 10011100 | 11000010 | 10111101 | 10100 | 0 | 11 | 11000 | 10101100 | 11000 | 1000101 |
Color Harmonies of #9CC2BD
Complementary color
Monochromatic Colors of #9CC2BD
Black with #9CC2BD
Text Example
Text Example
White with #9CC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC2BD; }
p { color: rgb(156,194,189); }
H1.HeaderClassName
{
color: #9CC2BD;
}
.AnyTagClassName
{
color: #9CC2BD;
}
</style>
background-color css
<style>
a { background-color: #9CC2BD; }
a { background-color: rgb(156,194,189); }
div.DivClassName
{
background-color: #9CC2BD;
}
.BgClassName
{
background-color: #9CC2BD;
}
</style>
border-color css
<style>
span { border-color: #9CC2BD; }
span { border-color: rgb(156,194,189); }
td.TdClassName
{
border-color: #9CC2BD;
}
.TagClassName
{
border-color: #9CC2BD;
}
</style>