Shades of Spring Rain #9EBA98
Tints of Spring Rain #9EBA98
RGB
CMYK
RGB Variations
Color information
#9EBA98 (or 0x9EBA98) is known color: Spring Rain. HEX triplet: 9E, BA and 98. RGB value is (158,186,152). Sum of RGB (Red+Green+Blue) = 158+186+152=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBA98 is #614567. Grayscale: #ADADAD. Windows color (decimal): -6374760 or 10009246. OLE color: 10009246.
HSL color Cylindrical-coordinate representation of color #9EBA98: hue angle of 109.41º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EBA98 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 152 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.27 |
| HSL | 109.41º | 0.2% | 0.66% | - |
| HSV(B) | 109.41º | 0.18% | 0.73% | - |
| XYZ | 37.33 | 44.65 | 36.36 | - |
| YUV | 173.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 152 | 0.15 | 0 | 0.18 | 0.27 | 109.41 | 0.2 | 0.66 |
| Hex | 9E | BA | 98 | F | 0 | 12 | 1B | 6D | 14 | 42 |
| Octal | 236 | 272 | 230 | 17 | 0 | 22 | 33 | 155 | 24 | 102 |
| Binary | 10011110 | 10111010 | 10011000 | 1111 | 0 | 10010 | 11011 | 1101101 | 10100 | 1000010 |
Color Harmonies of #9EBA98
Complementary color
Monochromatic Colors of #9EBA98
Black with #9EBA98
Text Example
Text Example
White with #9EBA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA98; }
p { color: rgb(158,186,152); }
H1.HeaderClassName
{
color: #9EBA98;
}
.AnyTagClassName
{
color: #9EBA98;
}
</style>
background-color css
<style>
a { background-color: #9EBA98; }
a { background-color: rgb(158,186,152); }
div.DivClassName
{
background-color: #9EBA98;
}
.BgClassName
{
background-color: #9EBA98;
}
</style>
border-color css
<style>
span { border-color: #9EBA98; }
span { border-color: rgb(158,186,152); }
td.TdClassName
{
border-color: #9EBA98;
}
.TagClassName
{
border-color: #9EBA98;
}
</style>