Shades of Spring Rain #9EBA92
Tints of Spring Rain #9EBA92
RGB
CMYK
RGB Variations
Color information
#9EBA92 (or 0x9EBA92) is known color: Spring Rain. HEX triplet: 9E, BA and 92. RGB value is (158,186,146). Sum of RGB (Red+Green+Blue) = 158+186+146=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBA92 is #61456D. Grayscale: #ADADAD. Windows color (decimal): -6374766 or 9616030. OLE color: 9616030.
HSL color Cylindrical-coordinate representation of color #9EBA92: hue angle of 102º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9EBA92 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 146 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.27 |
| HSL | 102º | 0.22% | 0.65% | - |
| HSV(B) | 102º | 0.22% | 0.73% | - |
| XYZ | 36.85 | 44.46 | 33.83 | - |
| YUV | 173.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 146 | 0.15 | 0 | 0.22 | 0.27 | 102 | 0.22 | 0.65 |
| Hex | 9E | BA | 92 | F | 0 | 16 | 1B | 66 | 16 | 41 |
| Octal | 236 | 272 | 222 | 17 | 0 | 26 | 33 | 146 | 26 | 101 |
| Binary | 10011110 | 10111010 | 10010010 | 1111 | 0 | 10110 | 11011 | 1100110 | 10110 | 1000001 |
Color Harmonies of #9EBA92
Complementary color
Monochromatic Colors of #9EBA92
Black with #9EBA92
Text Example
Text Example
White with #9EBA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA92; }
p { color: rgb(158,186,146); }
H1.HeaderClassName
{
color: #9EBA92;
}
.AnyTagClassName
{
color: #9EBA92;
}
</style>
background-color css
<style>
a { background-color: #9EBA92; }
a { background-color: rgb(158,186,146); }
div.DivClassName
{
background-color: #9EBA92;
}
.BgClassName
{
background-color: #9EBA92;
}
</style>
border-color css
<style>
span { border-color: #9EBA92; }
span { border-color: rgb(158,186,146); }
td.TdClassName
{
border-color: #9EBA92;
}
.TagClassName
{
border-color: #9EBA92;
}
</style>