Shades of Spring Rain #9EBB96
Tints of Spring Rain #9EBB96
RGB
CMYK
RGB Variations
Color information
#9EBB96 (or 0x9EBB96) is known color: Spring Rain. HEX triplet: 9E, BB and 96. RGB value is (158,187,150). Sum of RGB (Red+Green+Blue) = 158+187+150=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBB96 is #614469. Grayscale: #AEAEAE. Windows color (decimal): -6374506 or 9878430. OLE color: 9878430.
HSL color Cylindrical-coordinate representation of color #9EBB96: hue angle of 107.03º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EBB96 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 187 | 150 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.27 |
| HSL | 107.03º | 0.21% | 0.66% | - |
| HSV(B) | 107.03º | 0.2% | 0.73% | - |
| XYZ | 37.38 | 45.01 | 35.57 | - |
| YUV | 174.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 150 | 0.16 | 0 | 0.20 | 0.27 | 107.03 | 0.21 | 0.66 |
| Hex | 9E | BB | 96 | 10 | 0 | 14 | 1B | 6B | 15 | 42 |
| Octal | 236 | 273 | 226 | 20 | 0 | 24 | 33 | 153 | 25 | 102 |
| Binary | 10011110 | 10111011 | 10010110 | 10000 | 0 | 10100 | 11011 | 1101011 | 10101 | 1000010 |
Color Harmonies of #9EBB96
Complementary color
Monochromatic Colors of #9EBB96
Black with #9EBB96
Text Example
Text Example
White with #9EBB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBB96; }
p { color: rgb(158,187,150); }
H1.HeaderClassName
{
color: #9EBB96;
}
.AnyTagClassName
{
color: #9EBB96;
}
</style>
background-color css
<style>
a { background-color: #9EBB96; }
a { background-color: rgb(158,187,150); }
div.DivClassName
{
background-color: #9EBB96;
}
.BgClassName
{
background-color: #9EBB96;
}
</style>
border-color css
<style>
span { border-color: #9EBB96; }
span { border-color: rgb(158,187,150); }
td.TdClassName
{
border-color: #9EBB96;
}
.TagClassName
{
border-color: #9EBB96;
}
</style>