Shades of Shadow Green #9DBDB8
Tints of Shadow Green #9DBDB8
RGB
CMYK
RGB Variations
Color information
#9DBDB8 (or 0x9DBDB8) is known color: Shadow Green. HEX triplet: 9D, BD and B8. RGB value is (157,189,184). Sum of RGB (Red+Green+Blue) = 157+189+184=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDB8 is #624247. Grayscale: #B2B2B2. Windows color (decimal): -6439496 or 12107165. OLE color: 12107165.
HSL color Cylindrical-coordinate representation of color #9DBDB8: hue angle of 170.62º 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 #9DBDB8 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
RGB | 157 | 189 | 184 | - |
CMYK | 0.17 | 0 | 0.03 | 0.26 |
HSL | 170.63º | 0.2% | 0.68% | - |
HSV(B) | 170.63º | 0.17% | 0.74% | - |
XYZ | 40.75 | 47.02 | 52.28 | - |
YUV | 178.86 | 130.9 | 112.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 189 | 184 | 0.17 | 0 | 0.03 | 0.26 | 170.63 | 0.2 | 0.68 |
Hex | 9D | BD | B8 | 11 | 0 | 3 | 1A | AB | 14 | 44 |
Octal | 235 | 275 | 270 | 21 | 0 | 3 | 32 | 253 | 24 | 104 |
Binary | 10011101 | 10111101 | 10111000 | 10001 | 0 | 11 | 11010 | 10101011 | 10100 | 1000100 |
Color Harmonies of #9DBDB8
Complementary color
Monochromatic Colors of #9DBDB8
Black with #9DBDB8
Text Example
Text Example
White with #9DBDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDB8; }
p { color: rgb(157,189,184); }
H1.HeaderClassName
{
color: #9DBDB8;
}
.AnyTagClassName
{
color: #9DBDB8;
}
</style>
background-color css
<style>
a { background-color: #9DBDB8; }
a { background-color: rgb(157,189,184); }
div.DivClassName
{
background-color: #9DBDB8;
}
.BgClassName
{
background-color: #9DBDB8;
}
</style>
border-color css
<style>
span { border-color: #9DBDB8; }
span { border-color: rgb(157,189,184); }
td.TdClassName
{
border-color: #9DBDB8;
}
.TagClassName
{
border-color: #9DBDB8;
}
</style>