Shades of Spring Rain #9EB29A
Tints of Spring Rain #9EB29A
RGB
CMYK
RGB Variations
Color information
#9EB29A (or 0x9EB29A) is known color: Spring Rain. HEX triplet: 9E, B2 and 9A. RGB value is (158,178,154). Sum of RGB (Red+Green+Blue) = 158+178+154=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB29A is #614D65. Grayscale: #A9A9A9. Windows color (decimal): -6376806 or 10138270. OLE color: 10138270.
HSL color Cylindrical-coordinate representation of color #9EB29A: hue angle of 110º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9EB29A is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 178 | 154 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.30 |
| HSL | 110º | 0.13% | 0.65% | - |
| HSV(B) | 110º | 0.13% | 0.7% | - |
| XYZ | 35.85 | 41.44 | 36.68 | - |
| YUV | 169.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 178 | 154 | 0.11 | 0 | 0.13 | 0.30 | 110 | 0.13 | 0.65 |
| Hex | 9E | B2 | 9A | B | 0 | D | 1E | 6E | D | 41 |
| Octal | 236 | 262 | 232 | 13 | 0 | 15 | 36 | 156 | 15 | 101 |
| Binary | 10011110 | 10110010 | 10011010 | 1011 | 0 | 1101 | 11110 | 1101110 | 1101 | 1000001 |
Color Harmonies of #9EB29A
Complementary color
Monochromatic Colors of #9EB29A
Black with #9EB29A
Text Example
Text Example
White with #9EB29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB29A; }
p { color: rgb(158,178,154); }
H1.HeaderClassName
{
color: #9EB29A;
}
.AnyTagClassName
{
color: #9EB29A;
}
</style>
background-color css
<style>
a { background-color: #9EB29A; }
a { background-color: rgb(158,178,154); }
div.DivClassName
{
background-color: #9EB29A;
}
.BgClassName
{
background-color: #9EB29A;
}
</style>
border-color css
<style>
span { border-color: #9EB29A; }
span { border-color: rgb(158,178,154); }
td.TdClassName
{
border-color: #9EB29A;
}
.TagClassName
{
border-color: #9EB29A;
}
</style>