Shades of Spring Rain #9DB499
Tints of Spring Rain #9DB499
RGB
CMYK
RGB Variations
Color information
#9DB499 (or 0x9DB499) is known color: Spring Rain. HEX triplet: 9D, B4 and 99. RGB value is (157,180,153). Sum of RGB (Red+Green+Blue) = 157+180+153=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB499 is #624B66. Grayscale: #AAAAAA. Windows color (decimal): -6441831 or 10073245. OLE color: 10073245.
HSL color Cylindrical-coordinate representation of color #9DB499: hue angle of 111.11º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9DB499 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 153 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.29 |
| HSL | 111.11º | 0.15% | 0.65% | - |
| HSV(B) | 111.11º | 0.15% | 0.71% | - |
| XYZ | 35.98 | 42.11 | 36.37 | - |
| YUV | 170.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 153 | 0.13 | 0 | 0.15 | 0.29 | 111.11 | 0.15 | 0.65 |
| Hex | 9D | B4 | 99 | D | 0 | F | 1D | 6F | F | 41 |
| Octal | 235 | 264 | 231 | 15 | 0 | 17 | 35 | 157 | 17 | 101 |
| Binary | 10011101 | 10110100 | 10011001 | 1101 | 0 | 1111 | 11101 | 1101111 | 1111 | 1000001 |
Color Harmonies of #9DB499
Complementary color
Monochromatic Colors of #9DB499
Black with #9DB499
Text Example
Text Example
White with #9DB499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB499; }
p { color: rgb(157,180,153); }
H1.HeaderClassName
{
color: #9DB499;
}
.AnyTagClassName
{
color: #9DB499;
}
</style>
background-color css
<style>
a { background-color: #9DB499; }
a { background-color: rgb(157,180,153); }
div.DivClassName
{
background-color: #9DB499;
}
.BgClassName
{
background-color: #9DB499;
}
</style>
border-color css
<style>
span { border-color: #9DB499; }
span { border-color: rgb(157,180,153); }
td.TdClassName
{
border-color: #9DB499;
}
.TagClassName
{
border-color: #9DB499;
}
</style>