Shades of Spring Rain #9EB992
Tints of Spring Rain #9EB992
RGB
CMYK
RGB Variations
Color information
#9EB992 (or 0x9EB992) is known color: Spring Rain. HEX triplet: 9E, B9 and 92. RGB value is (158,185,146). Sum of RGB (Red+Green+Blue) = 158+185+146=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB992 is #61466D. Grayscale: #ACACAC. Windows color (decimal): -6375022 or 9615774. OLE color: 9615774.
HSL color Cylindrical-coordinate representation of color #9EB992: hue angle of 101.54º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EB992 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 185 | 146 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.27 |
| HSL | 101.54º | 0.22% | 0.65% | - |
| HSV(B) | 101.54º | 0.21% | 0.73% | - |
| XYZ | 36.64 | 44.04 | 33.76 | - |
| YUV | 172.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 185 | 146 | 0.15 | 0 | 0.21 | 0.27 | 101.54 | 0.22 | 0.65 |
| Hex | 9E | B9 | 92 | F | 0 | 15 | 1B | 66 | 16 | 41 |
| Octal | 236 | 271 | 222 | 17 | 0 | 25 | 33 | 146 | 26 | 101 |
| Binary | 10011110 | 10111001 | 10010010 | 1111 | 0 | 10101 | 11011 | 1100110 | 10110 | 1000001 |
Color Harmonies of #9EB992
Complementary color
Monochromatic Colors of #9EB992
Black with #9EB992
Text Example
Text Example
White with #9EB992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB992; }
p { color: rgb(158,185,146); }
H1.HeaderClassName
{
color: #9EB992;
}
.AnyTagClassName
{
color: #9EB992;
}
</style>
background-color css
<style>
a { background-color: #9EB992; }
a { background-color: rgb(158,185,146); }
div.DivClassName
{
background-color: #9EB992;
}
.BgClassName
{
background-color: #9EB992;
}
</style>
border-color css
<style>
span { border-color: #9EB992; }
span { border-color: rgb(158,185,146); }
td.TdClassName
{
border-color: #9EB992;
}
.TagClassName
{
border-color: #9EB992;
}
</style>