Shades of Spring Rain #9EB998
Tints of Spring Rain #9EB998
RGB
CMYK
RGB Variations
Color information
#9EB998 (or 0x9EB998) is known color: Spring Rain. HEX triplet: 9E, B9 and 98. RGB value is (158,185,152). Sum of RGB (Red+Green+Blue) = 158+185+152=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB998 is #614667. Grayscale: #ADADAD. Windows color (decimal): -6375016 or 10008990. OLE color: 10008990.
HSL color Cylindrical-coordinate representation of color #9EB998: hue angle of 109.09º degrees, saturation: 0.19, 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 #9EB998 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 185 | 152 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.27 |
| HSL | 109.09º | 0.19% | 0.66% | - |
| HSV(B) | 109.09º | 0.18% | 0.73% | - |
| XYZ | 37.12 | 44.23 | 36.29 | - |
| YUV | 173.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 185 | 152 | 0.15 | 0 | 0.18 | 0.27 | 109.09 | 0.19 | 0.66 |
| Hex | 9E | B9 | 98 | F | 0 | 12 | 1B | 6D | 13 | 42 |
| Octal | 236 | 271 | 230 | 17 | 0 | 22 | 33 | 155 | 23 | 102 |
| Binary | 10011110 | 10111001 | 10011000 | 1111 | 0 | 10010 | 11011 | 1101101 | 10011 | 1000010 |
Color Harmonies of #9EB998
Complementary color
Monochromatic Colors of #9EB998
Black with #9EB998
Text Example
Text Example
White with #9EB998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB998; }
p { color: rgb(158,185,152); }
H1.HeaderClassName
{
color: #9EB998;
}
.AnyTagClassName
{
color: #9EB998;
}
</style>
background-color css
<style>
a { background-color: #9EB998; }
a { background-color: rgb(158,185,152); }
div.DivClassName
{
background-color: #9EB998;
}
.BgClassName
{
background-color: #9EB998;
}
</style>
border-color css
<style>
span { border-color: #9EB998; }
span { border-color: rgb(158,185,152); }
td.TdClassName
{
border-color: #9EB998;
}
.TagClassName
{
border-color: #9EB998;
}
</style>