Shades of Spring Rain #9EBF96
Tints of Spring Rain #9EBF96
RGB
CMYK
RGB Variations
Color information
#9EBF96 (or 0x9EBF96) is known color: Spring Rain. HEX triplet: 9E, BF and 96. RGB value is (158,191,150). Sum of RGB (Red+Green+Blue) = 158+191+150=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBF96 is #614069. Grayscale: #B0B0B0. Windows color (decimal): -6373482 or 9879454. OLE color: 9879454.
HSL color Cylindrical-coordinate representation of color #9EBF96: hue angle of 108.29º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EBF96 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 191 | 150 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.25 |
| HSL | 108.29º | 0.24% | 0.67% | - |
| HSV(B) | 108.29º | 0.21% | 0.75% | - |
| XYZ | 38.24 | 46.73 | 35.86 | - |
| YUV | 176.46 | 113.07 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 191 | 150 | 0.17 | 0 | 0.21 | 0.25 | 108.29 | 0.24 | 0.67 |
| Hex | 9E | BF | 96 | 11 | 0 | 15 | 19 | 6C | 18 | 43 |
| Octal | 236 | 277 | 226 | 21 | 0 | 25 | 31 | 154 | 30 | 103 |
| Binary | 10011110 | 10111111 | 10010110 | 10001 | 0 | 10101 | 11001 | 1101100 | 11000 | 1000011 |
Color Harmonies of #9EBF96
Complementary color
Monochromatic Colors of #9EBF96
Black with #9EBF96
Text Example
Text Example
White with #9EBF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBF96; }
p { color: rgb(158,191,150); }
H1.HeaderClassName
{
color: #9EBF96;
}
.AnyTagClassName
{
color: #9EBF96;
}
</style>
background-color css
<style>
a { background-color: #9EBF96; }
a { background-color: rgb(158,191,150); }
div.DivClassName
{
background-color: #9EBF96;
}
.BgClassName
{
background-color: #9EBF96;
}
</style>
border-color css
<style>
span { border-color: #9EBF96; }
span { border-color: rgb(158,191,150); }
td.TdClassName
{
border-color: #9EBF96;
}
.TagClassName
{
border-color: #9EBF96;
}
</style>