Shades of Shadow Green #9CBDB7
Tints of Shadow Green #9CBDB7
RGB
CMYK
RGB Variations
Color information
#9CBDB7 (or 0x9CBDB7) is known color: Shadow Green. HEX triplet: 9C, BD and B7. RGB value is (156,189,183). Sum of RGB (Red+Green+Blue) = 156+189+183=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDB7 is #634248. Grayscale: #B2B2B2. Windows color (decimal): -6505033 or 12041628. OLE color: 12041628.
HSL color Cylindrical-coordinate representation of color #9CBDB7: hue angle of 169.09º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBDB7 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 183 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.26 |
| HSL | 169.09º | 0.2% | 0.68% | - |
| HSV(B) | 169.09º | 0.17% | 0.74% | - |
| XYZ | 40.46 | 46.88 | 51.72 | - |
| YUV | 178.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 183 | 0.17 | 0 | 0.03 | 0.26 | 169.09 | 0.2 | 0.68 |
| Hex | 9C | BD | B7 | 11 | 0 | 3 | 1A | A9 | 14 | 44 |
| Octal | 234 | 275 | 267 | 21 | 0 | 3 | 32 | 251 | 24 | 104 |
| Binary | 10011100 | 10111101 | 10110111 | 10001 | 0 | 11 | 11010 | 10101001 | 10100 | 1000100 |
Color Harmonies of #9CBDB7
Complementary color
Monochromatic Colors of #9CBDB7
Black with #9CBDB7
Text Example
Text Example
White with #9CBDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBDB7; }
p { color: rgb(156,189,183); }
H1.HeaderClassName
{
color: #9CBDB7;
}
.AnyTagClassName
{
color: #9CBDB7;
}
</style>
background-color css
<style>
a { background-color: #9CBDB7; }
a { background-color: rgb(156,189,183); }
div.DivClassName
{
background-color: #9CBDB7;
}
.BgClassName
{
background-color: #9CBDB7;
}
</style>
border-color css
<style>
span { border-color: #9CBDB7; }
span { border-color: rgb(156,189,183); }
td.TdClassName
{
border-color: #9CBDB7;
}
.TagClassName
{
border-color: #9CBDB7;
}
</style>