Shades of Spring Rain #9DB395
Tints of Spring Rain #9DB395
RGB
CMYK
RGB Variations
Color information
#9DB395 (or 0x9DB395) is known color: Spring Rain. HEX triplet: 9D, B3 and 95. RGB value is (157,179,149). Sum of RGB (Red+Green+Blue) = 157+179+149=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB395 is #624C6A. Grayscale: #A9A9A9. Windows color (decimal): -6442091 or 9810845. OLE color: 9810845.
HSL color Cylindrical-coordinate representation of color #9DB395: hue angle of 104º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DB395 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 149 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.30 |
| HSL | 104º | 0.16% | 0.64% | - |
| HSV(B) | 104º | 0.17% | 0.7% | - |
| XYZ | 35.45 | 41.58 | 34.59 | - |
| YUV | 169 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 149 | 0.12 | 0 | 0.17 | 0.30 | 104 | 0.16 | 0.64 |
| Hex | 9D | B3 | 95 | C | 0 | 11 | 1E | 68 | 10 | 40 |
| Octal | 235 | 263 | 225 | 14 | 0 | 21 | 36 | 150 | 20 | 100 |
| Binary | 10011101 | 10110011 | 10010101 | 1100 | 0 | 10001 | 11110 | 1101000 | 10000 | 1000000 |
Color Harmonies of #9DB395
Complementary color
Monochromatic Colors of #9DB395
Black with #9DB395
Text Example
Text Example
White with #9DB395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB395; }
p { color: rgb(157,179,149); }
H1.HeaderClassName
{
color: #9DB395;
}
.AnyTagClassName
{
color: #9DB395;
}
</style>
background-color css
<style>
a { background-color: #9DB395; }
a { background-color: rgb(157,179,149); }
div.DivClassName
{
background-color: #9DB395;
}
.BgClassName
{
background-color: #9DB395;
}
</style>
border-color css
<style>
span { border-color: #9DB395; }
span { border-color: rgb(157,179,149); }
td.TdClassName
{
border-color: #9DB395;
}
.TagClassName
{
border-color: #9DB395;
}
</style>