Shades of Spring Rain #9DB498
Tints of Spring Rain #9DB498
RGB
CMYK
RGB Variations
Color information
#9DB498 (or 0x9DB498) is known color: Spring Rain. HEX triplet: 9D, B4 and 98. RGB value is (157,180,152). Sum of RGB (Red+Green+Blue) = 157+180+152=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB498 is #624B67. Grayscale: #AAAAAA. Windows color (decimal): -6441832 or 10007709. OLE color: 10007709.
HSL color Cylindrical-coordinate representation of color #9DB498: hue angle of 109.29º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DB498 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 152 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.29 |
| HSL | 109.29º | 0.16% | 0.65% | - |
| HSV(B) | 109.29º | 0.16% | 0.71% | - |
| XYZ | 35.89 | 42.08 | 35.94 | - |
| YUV | 169.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 152 | 0.13 | 0 | 0.16 | 0.29 | 109.29 | 0.16 | 0.65 |
| Hex | 9D | B4 | 98 | D | 0 | 10 | 1D | 6D | 10 | 41 |
| Octal | 235 | 264 | 230 | 15 | 0 | 20 | 35 | 155 | 20 | 101 |
| Binary | 10011101 | 10110100 | 10011000 | 1101 | 0 | 10000 | 11101 | 1101101 | 10000 | 1000001 |
Color Harmonies of #9DB498
Complementary color
Monochromatic Colors of #9DB498
Black with #9DB498
Text Example
Text Example
White with #9DB498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB498; }
p { color: rgb(157,180,152); }
H1.HeaderClassName
{
color: #9DB498;
}
.AnyTagClassName
{
color: #9DB498;
}
</style>
background-color css
<style>
a { background-color: #9DB498; }
a { background-color: rgb(157,180,152); }
div.DivClassName
{
background-color: #9DB498;
}
.BgClassName
{
background-color: #9DB498;
}
</style>
border-color css
<style>
span { border-color: #9DB498; }
span { border-color: rgb(157,180,152); }
td.TdClassName
{
border-color: #9DB498;
}
.TagClassName
{
border-color: #9DB498;
}
</style>