Shades of Shadow Green #9DBDB2
Tints of Shadow Green #9DBDB2
RGB
CMYK
RGB Variations
Color information
#9DBDB2 (or 0x9DBDB2) is known color: Shadow Green. HEX triplet: 9D, BD and B2. RGB value is (157,189,178). Sum of RGB (Red+Green+Blue) = 157+189+178=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBDB2 is #62424D. Grayscale: #B2B2B2. Windows color (decimal): -6439502 or 11713949. OLE color: 11713949.
HSL color Cylindrical-coordinate representation of color #9DBDB2: hue angle of 159.38º 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 #9DBDB2 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 178 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.26 |
| HSL | 159.38º | 0.2% | 0.68% | - |
| HSV(B) | 159.38º | 0.17% | 0.74% | - |
| XYZ | 40.14 | 46.78 | 49.03 | - |
| YUV | 178.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 178 | 0.17 | 0 | 0.06 | 0.26 | 159.38 | 0.2 | 0.68 |
| Hex | 9D | BD | B2 | 11 | 0 | 6 | 1A | 9F | 14 | 44 |
| Octal | 235 | 275 | 262 | 21 | 0 | 6 | 32 | 237 | 24 | 104 |
| Binary | 10011101 | 10111101 | 10110010 | 10001 | 0 | 110 | 11010 | 10011111 | 10100 | 1000100 |
Color Harmonies of #9DBDB2
Complementary color
Monochromatic Colors of #9DBDB2
Black with #9DBDB2
Text Example
Text Example
White with #9DBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDB2; }
p { color: rgb(157,189,178); }
H1.HeaderClassName
{
color: #9DBDB2;
}
.AnyTagClassName
{
color: #9DBDB2;
}
</style>
background-color css
<style>
a { background-color: #9DBDB2; }
a { background-color: rgb(157,189,178); }
div.DivClassName
{
background-color: #9DBDB2;
}
.BgClassName
{
background-color: #9DBDB2;
}
</style>
border-color css
<style>
span { border-color: #9DBDB2; }
span { border-color: rgb(157,189,178); }
td.TdClassName
{
border-color: #9DBDB2;
}
.TagClassName
{
border-color: #9DBDB2;
}
</style>