Shades of Spring Rain #9EBA94
Tints of Spring Rain #9EBA94
RGB
CMYK
RGB Variations
Color information
#9EBA94 (or 0x9EBA94) is known color: Spring Rain. HEX triplet: 9E, BA and 94. RGB value is (158,186,148). Sum of RGB (Red+Green+Blue) = 158+186+148=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBA94 is #61456B. Grayscale: #ADADAD. Windows color (decimal): -6374764 or 9747102. OLE color: 9747102.
HSL color Cylindrical-coordinate representation of color #9EBA94: hue angle of 104.21º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EBA94 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 148 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.27 |
| HSL | 104.21º | 0.22% | 0.65% | - |
| HSV(B) | 104.21º | 0.2% | 0.73% | - |
| XYZ | 37 | 44.53 | 34.66 | - |
| YUV | 173.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 148 | 0.15 | 0 | 0.20 | 0.27 | 104.21 | 0.22 | 0.65 |
| Hex | 9E | BA | 94 | F | 0 | 14 | 1B | 68 | 16 | 41 |
| Octal | 236 | 272 | 224 | 17 | 0 | 24 | 33 | 150 | 26 | 101 |
| Binary | 10011110 | 10111010 | 10010100 | 1111 | 0 | 10100 | 11011 | 1101000 | 10110 | 1000001 |
Color Harmonies of #9EBA94
Complementary color
Monochromatic Colors of #9EBA94
Black with #9EBA94
Text Example
Text Example
White with #9EBA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA94; }
p { color: rgb(158,186,148); }
H1.HeaderClassName
{
color: #9EBA94;
}
.AnyTagClassName
{
color: #9EBA94;
}
</style>
background-color css
<style>
a { background-color: #9EBA94; }
a { background-color: rgb(158,186,148); }
div.DivClassName
{
background-color: #9EBA94;
}
.BgClassName
{
background-color: #9EBA94;
}
</style>
border-color css
<style>
span { border-color: #9EBA94; }
span { border-color: rgb(158,186,148); }
td.TdClassName
{
border-color: #9EBA94;
}
.TagClassName
{
border-color: #9EBA94;
}
</style>