Shades of Spring Rain #9EBA9C
Tints of Spring Rain #9EBA9C
RGB
CMYK
RGB Variations
Color information
#9EBA9C (or 0x9EBA9C) is known color: Spring Rain. HEX triplet: 9E, BA and 9C. RGB value is (158,186,156). Sum of RGB (Red+Green+Blue) = 158+186+156=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBA9C is #614563. Grayscale: #AEAEAE. Windows color (decimal): -6374756 or 10271390. OLE color: 10271390.
HSL color Cylindrical-coordinate representation of color #9EBA9C: hue angle of 116º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBA9C is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 156 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.27 |
| HSL | 116º | 0.18% | 0.67% | - |
| HSV(B) | 116º | 0.16% | 0.73% | - |
| XYZ | 37.66 | 44.79 | 38.11 | - |
| YUV | 174.21 | 117.72 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 156 | 0.15 | 0 | 0.16 | 0.27 | 116 | 0.18 | 0.67 |
| Hex | 9E | BA | 9C | F | 0 | 10 | 1B | 74 | 12 | 43 |
| Octal | 236 | 272 | 234 | 17 | 0 | 20 | 33 | 164 | 22 | 103 |
| Binary | 10011110 | 10111010 | 10011100 | 1111 | 0 | 10000 | 11011 | 1110100 | 10010 | 1000011 |
Color Harmonies of #9EBA9C
Complementary color
Monochromatic Colors of #9EBA9C
Black with #9EBA9C
Text Example
Text Example
White with #9EBA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA9C; }
p { color: rgb(158,186,156); }
H1.HeaderClassName
{
color: #9EBA9C;
}
.AnyTagClassName
{
color: #9EBA9C;
}
</style>
background-color css
<style>
a { background-color: #9EBA9C; }
a { background-color: rgb(158,186,156); }
div.DivClassName
{
background-color: #9EBA9C;
}
.BgClassName
{
background-color: #9EBA9C;
}
</style>
border-color css
<style>
span { border-color: #9EBA9C; }
span { border-color: rgb(158,186,156); }
td.TdClassName
{
border-color: #9EBA9C;
}
.TagClassName
{
border-color: #9EBA9C;
}
</style>