Shades of Spring Rain #9EBC91
Tints of Spring Rain #9EBC91
RGB
CMYK
RGB Variations
Color information
#9EBC91 (or 0x9EBC91) is known color: Spring Rain. HEX triplet: 9E, BC and 91. RGB value is (158,188,145). Sum of RGB (Red+Green+Blue) = 158+188+145=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBC91 is #61436E. Grayscale: #AEAEAE. Windows color (decimal): -6374255 or 9551006. OLE color: 9551006.
HSL color Cylindrical-coordinate representation of color #9EBC91: hue angle of 101.86º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EBC91 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 188 | 145 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.26 |
| HSL | 101.86º | 0.24% | 0.65% | - |
| HSV(B) | 101.86º | 0.23% | 0.74% | - |
| XYZ | 37.19 | 45.28 | 33.57 | - |
| YUV | 174.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 188 | 145 | 0.16 | 0 | 0.23 | 0.26 | 101.86 | 0.24 | 0.65 |
| Hex | 9E | BC | 91 | 10 | 0 | 17 | 1A | 66 | 18 | 41 |
| Octal | 236 | 274 | 221 | 20 | 0 | 27 | 32 | 146 | 30 | 101 |
| Binary | 10011110 | 10111100 | 10010001 | 10000 | 0 | 10111 | 11010 | 1100110 | 11000 | 1000001 |
Color Harmonies of #9EBC91
Complementary color
Monochromatic Colors of #9EBC91
Black with #9EBC91
Text Example
Text Example
White with #9EBC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBC91; }
p { color: rgb(158,188,145); }
H1.HeaderClassName
{
color: #9EBC91;
}
.AnyTagClassName
{
color: #9EBC91;
}
</style>
background-color css
<style>
a { background-color: #9EBC91; }
a { background-color: rgb(158,188,145); }
div.DivClassName
{
background-color: #9EBC91;
}
.BgClassName
{
background-color: #9EBC91;
}
</style>
border-color css
<style>
span { border-color: #9EBC91; }
span { border-color: rgb(158,188,145); }
td.TdClassName
{
border-color: #9EBC91;
}
.TagClassName
{
border-color: #9EBC91;
}
</style>