Shades of Spring Rain #9EBE9A
Tints of Spring Rain #9EBE9A
RGB
CMYK
RGB Variations
Color information
#9EBE9A (or 0x9EBE9A) is known color: Spring Rain. HEX triplet: 9E, BE and 9A. RGB value is (158,190,154). Sum of RGB (Red+Green+Blue) = 158+190+154=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBE9A is #614165. Grayscale: #B0B0B0. Windows color (decimal): -6373734 or 10141342. OLE color: 10141342.
HSL color Cylindrical-coordinate representation of color #9EBE9A: hue angle of 113.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EBE9A is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 190 | 154 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.25 |
| HSL | 113.33º | 0.22% | 0.67% | - |
| HSV(B) | 113.33º | 0.19% | 0.75% | - |
| XYZ | 38.35 | 46.43 | 37.51 | - |
| YUV | 176.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 190 | 154 | 0.17 | 0 | 0.19 | 0.25 | 113.33 | 0.22 | 0.67 |
| Hex | 9E | BE | 9A | 11 | 0 | 13 | 19 | 71 | 16 | 43 |
| Octal | 236 | 276 | 232 | 21 | 0 | 23 | 31 | 161 | 26 | 103 |
| Binary | 10011110 | 10111110 | 10011010 | 10001 | 0 | 10011 | 11001 | 1110001 | 10110 | 1000011 |
Color Harmonies of #9EBE9A
Complementary color
Monochromatic Colors of #9EBE9A
Black with #9EBE9A
Text Example
Text Example
White with #9EBE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBE9A; }
p { color: rgb(158,190,154); }
H1.HeaderClassName
{
color: #9EBE9A;
}
.AnyTagClassName
{
color: #9EBE9A;
}
</style>
background-color css
<style>
a { background-color: #9EBE9A; }
a { background-color: rgb(158,190,154); }
div.DivClassName
{
background-color: #9EBE9A;
}
.BgClassName
{
background-color: #9EBE9A;
}
</style>
border-color css
<style>
span { border-color: #9EBE9A; }
span { border-color: rgb(158,190,154); }
td.TdClassName
{
border-color: #9EBE9A;
}
.TagClassName
{
border-color: #9EBE9A;
}
</style>