Shades of Shadow Green #9DBDB4
Tints of Shadow Green #9DBDB4
RGB
CMYK
RGB Variations
Color information
#9DBDB4 (or 0x9DBDB4) is known color: Shadow Green. HEX triplet: 9D, BD and B4. RGB value is (157,189,180). Sum of RGB (Red+Green+Blue) = 157+189+180=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDB4 is #62424B. Grayscale: #B2B2B2. Windows color (decimal): -6439500 or 11845021. OLE color: 11845021.
HSL color Cylindrical-coordinate representation of color #9DBDB4: hue angle of 163.12º 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 #9DBDB4 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 157 | 189 | 180 | - |
CMYK | 0.17 | 0 | 0.05 | 0.26 |
HSL | 163.13º | 0.2% | 0.68% | - |
HSV(B) | 163.13º | 0.17% | 0.74% | - |
XYZ | 40.34 | 46.86 | 50.1 | - |
YUV | 178.41 | 128.9 | 112.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 189 | 180 | 0.17 | 0 | 0.05 | 0.26 | 163.13 | 0.2 | 0.68 |
Hex | 9D | BD | B4 | 11 | 0 | 5 | 1A | A3 | 14 | 44 |
Octal | 235 | 275 | 264 | 21 | 0 | 5 | 32 | 243 | 24 | 104 |
Binary | 10011101 | 10111101 | 10110100 | 10001 | 0 | 101 | 11010 | 10100011 | 10100 | 1000100 |
Color Harmonies of #9DBDB4
Complementary color
Monochromatic Colors of #9DBDB4
Black with #9DBDB4
Text Example
Text Example
White with #9DBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDB4; }
p { color: rgb(157,189,180); }
H1.HeaderClassName
{
color: #9DBDB4;
}
.AnyTagClassName
{
color: #9DBDB4;
}
</style>
background-color css
<style>
a { background-color: #9DBDB4; }
a { background-color: rgb(157,189,180); }
div.DivClassName
{
background-color: #9DBDB4;
}
.BgClassName
{
background-color: #9DBDB4;
}
</style>
border-color css
<style>
span { border-color: #9DBDB4; }
span { border-color: rgb(157,189,180); }
td.TdClassName
{
border-color: #9DBDB4;
}
.TagClassName
{
border-color: #9DBDB4;
}
</style>