Shades of Spring Rain #9EB995
Tints of Spring Rain #9EB995
RGB
CMYK
RGB Variations
Color information
#9EB995 (or 0x9EB995) is known color: Spring Rain. HEX triplet: 9E, B9 and 95. RGB value is (158,185,149). Sum of RGB (Red+Green+Blue) = 158+185+149=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB995 is #61466A. Grayscale: #ACACAC. Windows color (decimal): -6375019 or 9812382. OLE color: 9812382.
HSL color Cylindrical-coordinate representation of color #9EB995: hue angle of 105º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EB995 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 185 | 149 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.27 |
| HSL | 105º | 0.2% | 0.65% | - |
| HSV(B) | 105º | 0.19% | 0.73% | - |
| XYZ | 36.87 | 44.14 | 35.01 | - |
| YUV | 172.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 185 | 149 | 0.15 | 0 | 0.19 | 0.27 | 105 | 0.2 | 0.65 |
| Hex | 9E | B9 | 95 | F | 0 | 13 | 1B | 69 | 14 | 41 |
| Octal | 236 | 271 | 225 | 17 | 0 | 23 | 33 | 151 | 24 | 101 |
| Binary | 10011110 | 10111001 | 10010101 | 1111 | 0 | 10011 | 11011 | 1101001 | 10100 | 1000001 |
Color Harmonies of #9EB995
Complementary color
Monochromatic Colors of #9EB995
Black with #9EB995
Text Example
Text Example
White with #9EB995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB995; }
p { color: rgb(158,185,149); }
H1.HeaderClassName
{
color: #9EB995;
}
.AnyTagClassName
{
color: #9EB995;
}
</style>
background-color css
<style>
a { background-color: #9EB995; }
a { background-color: rgb(158,185,149); }
div.DivClassName
{
background-color: #9EB995;
}
.BgClassName
{
background-color: #9EB995;
}
</style>
border-color css
<style>
span { border-color: #9EB995; }
span { border-color: rgb(158,185,149); }
td.TdClassName
{
border-color: #9EB995;
}
.TagClassName
{
border-color: #9EB995;
}
</style>