Shades of Spring Rain #9EB19A
Tints of Spring Rain #9EB19A
RGB
CMYK
RGB Variations
Color information
#9EB19A (or 0x9EB19A) is known color: Spring Rain. HEX triplet: 9E, B1 and 9A. RGB value is (158,177,154). Sum of RGB (Red+Green+Blue) = 158+177+154=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB19A is #614E65. Grayscale: #A8A8A8. Windows color (decimal): -6377062 or 10138014. OLE color: 10138014.
HSL color Cylindrical-coordinate representation of color #9EB19A: hue angle of 109.57º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9EB19A is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 177 | 154 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.31 |
| HSL | 109.57º | 0.13% | 0.65% | - |
| HSV(B) | 109.57º | 0.13% | 0.69% | - |
| XYZ | 35.66 | 41.05 | 36.62 | - |
| YUV | 168.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 177 | 154 | 0.11 | 0 | 0.13 | 0.31 | 109.57 | 0.13 | 0.65 |
| Hex | 9E | B1 | 9A | B | 0 | D | 1F | 6E | D | 41 |
| Octal | 236 | 261 | 232 | 13 | 0 | 15 | 37 | 156 | 15 | 101 |
| Binary | 10011110 | 10110001 | 10011010 | 1011 | 0 | 1101 | 11111 | 1101110 | 1101 | 1000001 |
Color Harmonies of #9EB19A
Complementary color
Monochromatic Colors of #9EB19A
Black with #9EB19A
Text Example
Text Example
White with #9EB19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB19A; }
p { color: rgb(158,177,154); }
H1.HeaderClassName
{
color: #9EB19A;
}
.AnyTagClassName
{
color: #9EB19A;
}
</style>
background-color css
<style>
a { background-color: #9EB19A; }
a { background-color: rgb(158,177,154); }
div.DivClassName
{
background-color: #9EB19A;
}
.BgClassName
{
background-color: #9EB19A;
}
</style>
border-color css
<style>
span { border-color: #9EB19A; }
span { border-color: rgb(158,177,154); }
td.TdClassName
{
border-color: #9EB19A;
}
.TagClassName
{
border-color: #9EB19A;
}
</style>