Shades of Spring Rain #9EBA91
Tints of Spring Rain #9EBA91
RGB
CMYK
RGB Variations
Color information
#9EBA91 (or 0x9EBA91) is known color: Spring Rain. HEX triplet: 9E, BA and 91. RGB value is (158,186,145). Sum of RGB (Red+Green+Blue) = 158+186+145=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBA91 is #61456E. Grayscale: #ADADAD. Windows color (decimal): -6374767 or 9550494. OLE color: 9550494.
HSL color Cylindrical-coordinate representation of color #9EBA91: hue angle of 100.98º degrees, saturation: 0.23, 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 #9EBA91 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 145 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.27 |
| HSL | 100.98º | 0.23% | 0.65% | - |
| HSV(B) | 100.98º | 0.22% | 0.73% | - |
| XYZ | 36.77 | 44.43 | 33.43 | - |
| YUV | 172.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 145 | 0.15 | 0 | 0.22 | 0.27 | 100.98 | 0.23 | 0.65 |
| Hex | 9E | BA | 91 | F | 0 | 16 | 1B | 65 | 17 | 41 |
| Octal | 236 | 272 | 221 | 17 | 0 | 26 | 33 | 145 | 27 | 101 |
| Binary | 10011110 | 10111010 | 10010001 | 1111 | 0 | 10110 | 11011 | 1100101 | 10111 | 1000001 |
Color Harmonies of #9EBA91
Complementary color
Monochromatic Colors of #9EBA91
Black with #9EBA91
Text Example
Text Example
White with #9EBA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA91; }
p { color: rgb(158,186,145); }
H1.HeaderClassName
{
color: #9EBA91;
}
.AnyTagClassName
{
color: #9EBA91;
}
</style>
background-color css
<style>
a { background-color: #9EBA91; }
a { background-color: rgb(158,186,145); }
div.DivClassName
{
background-color: #9EBA91;
}
.BgClassName
{
background-color: #9EBA91;
}
</style>
border-color css
<style>
span { border-color: #9EBA91; }
span { border-color: rgb(158,186,145); }
td.TdClassName
{
border-color: #9EBA91;
}
.TagClassName
{
border-color: #9EBA91;
}
</style>