Shades of Spring Rain #9DB991
Tints of Spring Rain #9DB991
RGB
CMYK
RGB Variations
Color information
#9DB991 (or 0x9DB991) is known color: Spring Rain. HEX triplet: 9D, B9 and 91. RGB value is (157,185,145). Sum of RGB (Red+Green+Blue) = 157+185+145=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB991 is #62466E. Grayscale: #ACACAC. Windows color (decimal): -6440559 or 9550237. OLE color: 9550237.
HSL color Cylindrical-coordinate representation of color #9DB991: hue angle of 102º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DB991 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 145 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.27 |
| HSL | 102º | 0.22% | 0.65% | - |
| HSV(B) | 102º | 0.22% | 0.73% | - |
| XYZ | 36.36 | 43.91 | 33.35 | - |
| YUV | 172.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 145 | 0.15 | 0 | 0.22 | 0.27 | 102 | 0.22 | 0.65 |
| Hex | 9D | B9 | 91 | F | 0 | 16 | 1B | 66 | 16 | 41 |
| Octal | 235 | 271 | 221 | 17 | 0 | 26 | 33 | 146 | 26 | 101 |
| Binary | 10011101 | 10111001 | 10010001 | 1111 | 0 | 10110 | 11011 | 1100110 | 10110 | 1000001 |
Color Harmonies of #9DB991
Complementary color
Monochromatic Colors of #9DB991
Black with #9DB991
Text Example
Text Example
White with #9DB991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB991; }
p { color: rgb(157,185,145); }
H1.HeaderClassName
{
color: #9DB991;
}
.AnyTagClassName
{
color: #9DB991;
}
</style>
background-color css
<style>
a { background-color: #9DB991; }
a { background-color: rgb(157,185,145); }
div.DivClassName
{
background-color: #9DB991;
}
.BgClassName
{
background-color: #9DB991;
}
</style>
border-color css
<style>
span { border-color: #9DB991; }
span { border-color: rgb(157,185,145); }
td.TdClassName
{
border-color: #9DB991;
}
.TagClassName
{
border-color: #9DB991;
}
</style>