Shades of Spring Rain #9EB99B
Tints of Spring Rain #9EB99B
RGB
CMYK
RGB Variations
Color information
#9EB99B (or 0x9EB99B) is known color: Spring Rain. HEX triplet: 9E, B9 and 9B. RGB value is (158,185,155). Sum of RGB (Red+Green+Blue) = 158+185+155=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB99B is #614664. Grayscale: #ADADAD. Windows color (decimal): -6375013 or 10205598. OLE color: 10205598.
HSL color Cylindrical-coordinate representation of color #9EB99B: hue angle of 114º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EB99B is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 185 | 155 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.27 |
| HSL | 114º | 0.18% | 0.67% | - |
| HSV(B) | 114º | 0.16% | 0.73% | - |
| XYZ | 37.37 | 44.33 | 37.6 | - |
| YUV | 173.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 185 | 155 | 0.15 | 0 | 0.16 | 0.27 | 114 | 0.18 | 0.67 |
| Hex | 9E | B9 | 9B | F | 0 | 10 | 1B | 72 | 12 | 43 |
| Octal | 236 | 271 | 233 | 17 | 0 | 20 | 33 | 162 | 22 | 103 |
| Binary | 10011110 | 10111001 | 10011011 | 1111 | 0 | 10000 | 11011 | 1110010 | 10010 | 1000011 |
Color Harmonies of #9EB99B
Complementary color
Monochromatic Colors of #9EB99B
Black with #9EB99B
Text Example
Text Example
White with #9EB99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB99B; }
p { color: rgb(158,185,155); }
H1.HeaderClassName
{
color: #9EB99B;
}
.AnyTagClassName
{
color: #9EB99B;
}
</style>
background-color css
<style>
a { background-color: #9EB99B; }
a { background-color: rgb(158,185,155); }
div.DivClassName
{
background-color: #9EB99B;
}
.BgClassName
{
background-color: #9EB99B;
}
</style>
border-color css
<style>
span { border-color: #9EB99B; }
span { border-color: rgb(158,185,155); }
td.TdClassName
{
border-color: #9EB99B;
}
.TagClassName
{
border-color: #9EB99B;
}
</style>