Shades of Shadow Green #9DBAB5
Tints of Shadow Green #9DBAB5
RGB
CMYK
RGB Variations
Color information
#9DBAB5 (or 0x9DBAB5) is known color: Shadow Green. HEX triplet: 9D, BA and B5. RGB value is (157,186,181). Sum of RGB (Red+Green+Blue) = 157+186+181=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBAB5 is #62454A. Grayscale: #B0B0B0. Windows color (decimal): -6440267 or 11909789. OLE color: 11909789.
HSL color Cylindrical-coordinate representation of color #9DBAB5: hue angle of 169.66º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBAB5 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 181 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.27 |
| HSL | 169.66º | 0.17% | 0.67% | - |
| HSV(B) | 169.66º | 0.16% | 0.73% | - |
| XYZ | 39.8 | 45.62 | 50.42 | - |
| YUV | 176.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 181 | 0.16 | 0 | 0.03 | 0.27 | 169.66 | 0.17 | 0.67 |
| Hex | 9D | BA | B5 | 10 | 0 | 3 | 1B | AA | 11 | 43 |
| Octal | 235 | 272 | 265 | 20 | 0 | 3 | 33 | 252 | 21 | 103 |
| Binary | 10011101 | 10111010 | 10110101 | 10000 | 0 | 11 | 11011 | 10101010 | 10001 | 1000011 |
Color Harmonies of #9DBAB5
Complementary color
Monochromatic Colors of #9DBAB5
Black with #9DBAB5
Text Example
Text Example
White with #9DBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAB5; }
p { color: rgb(157,186,181); }
H1.HeaderClassName
{
color: #9DBAB5;
}
.AnyTagClassName
{
color: #9DBAB5;
}
</style>
background-color css
<style>
a { background-color: #9DBAB5; }
a { background-color: rgb(157,186,181); }
div.DivClassName
{
background-color: #9DBAB5;
}
.BgClassName
{
background-color: #9DBAB5;
}
</style>
border-color css
<style>
span { border-color: #9DBAB5; }
span { border-color: rgb(157,186,181); }
td.TdClassName
{
border-color: #9DBAB5;
}
.TagClassName
{
border-color: #9DBAB5;
}
</style>