Shades of Spring Rain #9DB596
Tints of Spring Rain #9DB596
RGB
CMYK
RGB Variations
Color information
#9DB596 (or 0x9DB596) is known color: Spring Rain. HEX triplet: 9D, B5 and 96. RGB value is (157,181,150). Sum of RGB (Red+Green+Blue) = 157+181+150=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB596 is #624A69. Grayscale: #AAAAAA. Windows color (decimal): -6441578 or 9876893. OLE color: 9876893.
HSL color Cylindrical-coordinate representation of color #9DB596: hue angle of 106.45º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DB596 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 150 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.29 |
| HSL | 106.45º | 0.17% | 0.65% | - |
| HSV(B) | 106.45º | 0.17% | 0.71% | - |
| XYZ | 35.93 | 42.42 | 35.15 | - |
| YUV | 170.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 150 | 0.13 | 0 | 0.17 | 0.29 | 106.45 | 0.17 | 0.65 |
| Hex | 9D | B5 | 96 | D | 0 | 11 | 1D | 6A | 11 | 41 |
| Octal | 235 | 265 | 226 | 15 | 0 | 21 | 35 | 152 | 21 | 101 |
| Binary | 10011101 | 10110101 | 10010110 | 1101 | 0 | 10001 | 11101 | 1101010 | 10001 | 1000001 |
Color Harmonies of #9DB596
Complementary color
Monochromatic Colors of #9DB596
Black with #9DB596
Text Example
Text Example
White with #9DB596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB596; }
p { color: rgb(157,181,150); }
H1.HeaderClassName
{
color: #9DB596;
}
.AnyTagClassName
{
color: #9DB596;
}
</style>
background-color css
<style>
a { background-color: #9DB596; }
a { background-color: rgb(157,181,150); }
div.DivClassName
{
background-color: #9DB596;
}
.BgClassName
{
background-color: #9DB596;
}
</style>
border-color css
<style>
span { border-color: #9DB596; }
span { border-color: rgb(157,181,150); }
td.TdClassName
{
border-color: #9DB596;
}
.TagClassName
{
border-color: #9DB596;
}
</style>