Shades of Spring Rain #9EBA96
Tints of Spring Rain #9EBA96
RGB
CMYK
RGB Variations
Color information
#9EBA96 (or 0x9EBA96) is known color: Spring Rain. HEX triplet: 9E, BA and 96. RGB value is (158,186,150). Sum of RGB (Red+Green+Blue) = 158+186+150=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBA96 is #614569. Grayscale: #ADADAD. Windows color (decimal): -6374762 or 9878174. OLE color: 9878174.
HSL color Cylindrical-coordinate representation of color #9EBA96: hue angle of 106.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EBA96 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 150 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.27 |
| HSL | 106.67º | 0.21% | 0.66% | - |
| HSV(B) | 106.67º | 0.19% | 0.73% | - |
| XYZ | 37.16 | 44.59 | 35.5 | - |
| YUV | 173.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 150 | 0.15 | 0 | 0.19 | 0.27 | 106.67 | 0.21 | 0.66 |
| Hex | 9E | BA | 96 | F | 0 | 13 | 1B | 6B | 15 | 42 |
| Octal | 236 | 272 | 226 | 17 | 0 | 23 | 33 | 153 | 25 | 102 |
| Binary | 10011110 | 10111010 | 10010110 | 1111 | 0 | 10011 | 11011 | 1101011 | 10101 | 1000010 |
Color Harmonies of #9EBA96
Complementary color
Monochromatic Colors of #9EBA96
Black with #9EBA96
Text Example
Text Example
White with #9EBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA96; }
p { color: rgb(158,186,150); }
H1.HeaderClassName
{
color: #9EBA96;
}
.AnyTagClassName
{
color: #9EBA96;
}
</style>
background-color css
<style>
a { background-color: #9EBA96; }
a { background-color: rgb(158,186,150); }
div.DivClassName
{
background-color: #9EBA96;
}
.BgClassName
{
background-color: #9EBA96;
}
</style>
border-color css
<style>
span { border-color: #9EBA96; }
span { border-color: rgb(158,186,150); }
td.TdClassName
{
border-color: #9EBA96;
}
.TagClassName
{
border-color: #9EBA96;
}
</style>