Shades of Shadow Green #9DBDB9
Tints of Shadow Green #9DBDB9
RGB
CMYK
RGB Variations
Color information
#9DBDB9 (or 0x9DBDB9) is known color: Shadow Green. HEX triplet: 9D, BD and B9. RGB value is (157,189,185). Sum of RGB (Red+Green+Blue) = 157+189+185=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDB9 is #624246. Grayscale: #B2B2B2. Windows color (decimal): -6439495 or 12172701. OLE color: 12172701.
HSL color Cylindrical-coordinate representation of color #9DBDB9: hue angle of 172.5º 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 #9DBDB9 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 157 | 189 | 185 | - |
CMYK | 0.17 | 0 | 0.02 | 0.26 |
HSL | 172.5º | 0.2% | 0.68% | - |
HSV(B) | 172.5º | 0.17% | 0.74% | - |
XYZ | 40.86 | 47.07 | 52.83 | - |
YUV | 178.98 | 131.4 | 112.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 189 | 185 | 0.17 | 0 | 0.02 | 0.26 | 172.5 | 0.2 | 0.68 |
Hex | 9D | BD | B9 | 11 | 0 | 2 | 1A | AC | 14 | 44 |
Octal | 235 | 275 | 271 | 21 | 0 | 2 | 32 | 254 | 24 | 104 |
Binary | 10011101 | 10111101 | 10111001 | 10001 | 0 | 10 | 11010 | 10101100 | 10100 | 1000100 |
Color Harmonies of #9DBDB9
Complementary color
Monochromatic Colors of #9DBDB9
Black with #9DBDB9
Text Example
Text Example
White with #9DBDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDB9; }
p { color: rgb(157,189,185); }
H1.HeaderClassName
{
color: #9DBDB9;
}
.AnyTagClassName
{
color: #9DBDB9;
}
</style>
background-color css
<style>
a { background-color: #9DBDB9; }
a { background-color: rgb(157,189,185); }
div.DivClassName
{
background-color: #9DBDB9;
}
.BgClassName
{
background-color: #9DBDB9;
}
</style>
border-color css
<style>
span { border-color: #9DBDB9; }
span { border-color: rgb(157,189,185); }
td.TdClassName
{
border-color: #9DBDB9;
}
.TagClassName
{
border-color: #9DBDB9;
}
</style>