Shades of Shadow Green #9CBDB9
Tints of Shadow Green #9CBDB9
RGB
CMYK
RGB Variations
Color information
#9CBDB9 (or 0x9CBDB9) is known color: Shadow Green. HEX triplet: 9C, BD and B9. RGB value is (156,189,185). Sum of RGB (Red+Green+Blue) = 156+189+185=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDB9 is #634246. Grayscale: #B2B2B2. Windows color (decimal): -6505031 or 12172700. OLE color: 12172700.
HSL color Cylindrical-coordinate representation of color #9CBDB9: hue angle of 172.73º 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 #9CBDB9 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 185 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.26 |
| HSL | 172.73º | 0.2% | 0.68% | - |
| HSV(B) | 172.73º | 0.17% | 0.74% | - |
| XYZ | 40.66 | 46.97 | 52.82 | - |
| YUV | 178.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 185 | 0.17 | 0 | 0.02 | 0.26 | 172.73 | 0.2 | 0.68 |
| Hex | 9C | BD | B9 | 11 | 0 | 2 | 1A | AD | 14 | 44 |
| Octal | 234 | 275 | 271 | 21 | 0 | 2 | 32 | 255 | 24 | 104 |
| Binary | 10011100 | 10111101 | 10111001 | 10001 | 0 | 10 | 11010 | 10101101 | 10100 | 1000100 |
Color Harmonies of #9CBDB9
Complementary color
Monochromatic Colors of #9CBDB9
Black with #9CBDB9
Text Example
Text Example
White with #9CBDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBDB9; }
p { color: rgb(156,189,185); }
H1.HeaderClassName
{
color: #9CBDB9;
}
.AnyTagClassName
{
color: #9CBDB9;
}
</style>
background-color css
<style>
a { background-color: #9CBDB9; }
a { background-color: rgb(156,189,185); }
div.DivClassName
{
background-color: #9CBDB9;
}
.BgClassName
{
background-color: #9CBDB9;
}
</style>
border-color css
<style>
span { border-color: #9CBDB9; }
span { border-color: rgb(156,189,185); }
td.TdClassName
{
border-color: #9CBDB9;
}
.TagClassName
{
border-color: #9CBDB9;
}
</style>