Shades of Spring Rain #9EB696
Tints of Spring Rain #9EB696
RGB
CMYK
RGB Variations
Color information
#9EB696 (or 0x9EB696) is known color: Spring Rain. HEX triplet: 9E, B6 and 96. RGB value is (158,182,150). Sum of RGB (Red+Green+Blue) = 158+182+150=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB696 is #614969. Grayscale: #ABABAB. Windows color (decimal): -6375786 or 9877150. OLE color: 9877150.
HSL color Cylindrical-coordinate representation of color #9EB696: hue angle of 105º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EB696 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 182 | 150 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.29 |
| HSL | 105º | 0.18% | 0.65% | - |
| HSV(B) | 105º | 0.18% | 0.71% | - |
| XYZ | 36.33 | 42.93 | 35.22 | - |
| YUV | 171.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 182 | 150 | 0.13 | 0 | 0.18 | 0.29 | 105 | 0.18 | 0.65 |
| Hex | 9E | B6 | 96 | D | 0 | 12 | 1D | 69 | 12 | 41 |
| Octal | 236 | 266 | 226 | 15 | 0 | 22 | 35 | 151 | 22 | 101 |
| Binary | 10011110 | 10110110 | 10010110 | 1101 | 0 | 10010 | 11101 | 1101001 | 10010 | 1000001 |
Color Harmonies of #9EB696
Complementary color
Monochromatic Colors of #9EB696
Black with #9EB696
Text Example
Text Example
White with #9EB696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB696; }
p { color: rgb(158,182,150); }
H1.HeaderClassName
{
color: #9EB696;
}
.AnyTagClassName
{
color: #9EB696;
}
</style>
background-color css
<style>
a { background-color: #9EB696; }
a { background-color: rgb(158,182,150); }
div.DivClassName
{
background-color: #9EB696;
}
.BgClassName
{
background-color: #9EB696;
}
</style>
border-color css
<style>
span { border-color: #9EB696; }
span { border-color: rgb(158,182,150); }
td.TdClassName
{
border-color: #9EB696;
}
.TagClassName
{
border-color: #9EB696;
}
</style>