Shades of Spring Rain #9EBB99
Tints of Spring Rain #9EBB99
RGB
CMYK
RGB Variations
Color information
#9EBB99 (or 0x9EBB99) is known color: Spring Rain. HEX triplet: 9E, BB and 99. RGB value is (158,187,153). Sum of RGB (Red+Green+Blue) = 158+187+153=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBB99 is #614466. Grayscale: #AEAEAE. Windows color (decimal): -6374503 or 10075038. OLE color: 10075038.
HSL color Cylindrical-coordinate representation of color #9EBB99: hue angle of 111.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EBB99 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 187 | 153 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.27 |
| HSL | 111.18º | 0.2% | 0.67% | - |
| HSV(B) | 111.18º | 0.18% | 0.73% | - |
| XYZ | 37.62 | 45.11 | 36.86 | - |
| YUV | 174.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 153 | 0.16 | 0 | 0.18 | 0.27 | 111.18 | 0.2 | 0.67 |
| Hex | 9E | BB | 99 | 10 | 0 | 12 | 1B | 6F | 14 | 43 |
| Octal | 236 | 273 | 231 | 20 | 0 | 22 | 33 | 157 | 24 | 103 |
| Binary | 10011110 | 10111011 | 10011001 | 10000 | 0 | 10010 | 11011 | 1101111 | 10100 | 1000011 |
Color Harmonies of #9EBB99
Complementary color
Monochromatic Colors of #9EBB99
Black with #9EBB99
Text Example
Text Example
White with #9EBB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBB99; }
p { color: rgb(158,187,153); }
H1.HeaderClassName
{
color: #9EBB99;
}
.AnyTagClassName
{
color: #9EBB99;
}
</style>
background-color css
<style>
a { background-color: #9EBB99; }
a { background-color: rgb(158,187,153); }
div.DivClassName
{
background-color: #9EBB99;
}
.BgClassName
{
background-color: #9EBB99;
}
</style>
border-color css
<style>
span { border-color: #9EBB99; }
span { border-color: rgb(158,187,153); }
td.TdClassName
{
border-color: #9EBB99;
}
.TagClassName
{
border-color: #9EBB99;
}
</style>