Shades of Spring Rain #9DB699
Tints of Spring Rain #9DB699
RGB
CMYK
RGB Variations
Color information
#9DB699 (or 0x9DB699) is known color: Spring Rain. HEX triplet: 9D, B6 and 99. RGB value is (157,182,153). Sum of RGB (Red+Green+Blue) = 157+182+153=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB699 is #624966. Grayscale: #ABABAB. Windows color (decimal): -6441319 or 10073757. OLE color: 10073757.
HSL color Cylindrical-coordinate representation of color #9DB699: hue angle of 111.72º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DB699 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 182 | 153 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.29 |
| HSL | 111.72º | 0.17% | 0.66% | - |
| HSV(B) | 111.72º | 0.16% | 0.71% | - |
| XYZ | 36.38 | 42.92 | 36.5 | - |
| YUV | 171.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 182 | 153 | 0.14 | 0 | 0.16 | 0.29 | 111.72 | 0.17 | 0.66 |
| Hex | 9D | B6 | 99 | E | 0 | 10 | 1D | 70 | 11 | 42 |
| Octal | 235 | 266 | 231 | 16 | 0 | 20 | 35 | 160 | 21 | 102 |
| Binary | 10011101 | 10110110 | 10011001 | 1110 | 0 | 10000 | 11101 | 1110000 | 10001 | 1000010 |
Color Harmonies of #9DB699
Complementary color
Monochromatic Colors of #9DB699
Black with #9DB699
Text Example
Text Example
White with #9DB699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB699; }
p { color: rgb(157,182,153); }
H1.HeaderClassName
{
color: #9DB699;
}
.AnyTagClassName
{
color: #9DB699;
}
</style>
background-color css
<style>
a { background-color: #9DB699; }
a { background-color: rgb(157,182,153); }
div.DivClassName
{
background-color: #9DB699;
}
.BgClassName
{
background-color: #9DB699;
}
</style>
border-color css
<style>
span { border-color: #9DB699; }
span { border-color: rgb(157,182,153); }
td.TdClassName
{
border-color: #9DB699;
}
.TagClassName
{
border-color: #9DB699;
}
</style>