Shades of Spring Rain #9EB895
Tints of Spring Rain #9EB895
RGB
CMYK
RGB Variations
Color information
#9EB895 (or 0x9EB895) is known color: Spring Rain. HEX triplet: 9E, B8 and 95. RGB value is (158,184,149). Sum of RGB (Red+Green+Blue) = 158+184+149=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB895 is #61476A. Grayscale: #ACACAC. Windows color (decimal): -6375275 or 9812126. OLE color: 9812126.
HSL color Cylindrical-coordinate representation of color #9EB895: hue angle of 104.57º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EB895 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 158 | 184 | 149 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.28 |
| HSL | 104.57º | 0.2% | 0.65% | - |
| HSV(B) | 104.57º | 0.19% | 0.72% | - |
| XYZ | 36.67 | 43.72 | 34.94 | - |
| YUV | 172.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 184 | 149 | 0.14 | 0 | 0.19 | 0.28 | 104.57 | 0.2 | 0.65 |
| Hex | 9E | B8 | 95 | E | 0 | 13 | 1C | 69 | 14 | 41 |
| Octal | 236 | 270 | 225 | 16 | 0 | 23 | 34 | 151 | 24 | 101 |
| Binary | 10011110 | 10111000 | 10010101 | 1110 | 0 | 10011 | 11100 | 1101001 | 10100 | 1000001 |
Color Harmonies of #9EB895
Complementary color
Monochromatic Colors of #9EB895
Black with #9EB895
Text Example
Text Example
White with #9EB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB895; }
p { color: rgb(158,184,149); }
H1.HeaderClassName
{
color: #9EB895;
}
.AnyTagClassName
{
color: #9EB895;
}
</style>
background-color css
<style>
a { background-color: #9EB895; }
a { background-color: rgb(158,184,149); }
div.DivClassName
{
background-color: #9EB895;
}
.BgClassName
{
background-color: #9EB895;
}
</style>
border-color css
<style>
span { border-color: #9EB895; }
span { border-color: rgb(158,184,149); }
td.TdClassName
{
border-color: #9EB895;
}
.TagClassName
{
border-color: #9EB895;
}
</style>