Shades of Spring Rain #9EB99D
Tints of Spring Rain #9EB99D
RGB
CMYK
RGB Variations
Color information
#9EB99D (or 0x9EB99D) is known color: Spring Rain. HEX triplet: 9E, B9 and 9D. RGB value is (158,185,157). Sum of RGB (Red+Green+Blue) = 158+185+157=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB99D is #614662. Grayscale: #ADADAD. Windows color (decimal): -6375011 or 10336670. OLE color: 10336670.
HSL color Cylindrical-coordinate representation of color #9EB99D: hue angle of 117.86º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EB99D is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 185 | 157 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.27 |
| HSL | 117.86º | 0.17% | 0.67% | - |
| HSV(B) | 117.86º | 0.15% | 0.73% | - |
| XYZ | 37.54 | 44.4 | 38.49 | - |
| YUV | 173.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 185 | 157 | 0.15 | 0 | 0.15 | 0.27 | 117.86 | 0.17 | 0.67 |
| Hex | 9E | B9 | 9D | F | 0 | F | 1B | 76 | 11 | 43 |
| Octal | 236 | 271 | 235 | 17 | 0 | 17 | 33 | 166 | 21 | 103 |
| Binary | 10011110 | 10111001 | 10011101 | 1111 | 0 | 1111 | 11011 | 1110110 | 10001 | 1000011 |
Color Harmonies of #9EB99D
Complementary color
Monochromatic Colors of #9EB99D
Black with #9EB99D
Text Example
Text Example
White with #9EB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB99D; }
p { color: rgb(158,185,157); }
H1.HeaderClassName
{
color: #9EB99D;
}
.AnyTagClassName
{
color: #9EB99D;
}
</style>
background-color css
<style>
a { background-color: #9EB99D; }
a { background-color: rgb(158,185,157); }
div.DivClassName
{
background-color: #9EB99D;
}
.BgClassName
{
background-color: #9EB99D;
}
</style>
border-color css
<style>
span { border-color: #9EB99D; }
span { border-color: rgb(158,185,157); }
td.TdClassName
{
border-color: #9EB99D;
}
.TagClassName
{
border-color: #9EB99D;
}
</style>