Shades of Spring Rain #9EBF9C
Tints of Spring Rain #9EBF9C
RGB
CMYK
RGB Variations
Color information
#9EBF9C (or 0x9EBF9C) is known color: Spring Rain. HEX triplet: 9E, BF and 9C. RGB value is (158,191,156). Sum of RGB (Red+Green+Blue) = 158+191+156=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBF9C is #614063. Grayscale: #B1B1B1. Windows color (decimal): -6373476 or 10272670. OLE color: 10272670.
HSL color Cylindrical-coordinate representation of color #9EBF9C: hue angle of 116.57º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EBF9C is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 191 | 156 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.25 |
| HSL | 116.57º | 0.21% | 0.68% | - |
| HSV(B) | 116.57º | 0.18% | 0.75% | - |
| XYZ | 38.73 | 46.93 | 38.47 | - |
| YUV | 177.14 | 116.07 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 191 | 156 | 0.17 | 0 | 0.18 | 0.25 | 116.57 | 0.21 | 0.68 |
| Hex | 9E | BF | 9C | 11 | 0 | 12 | 19 | 75 | 15 | 44 |
| Octal | 236 | 277 | 234 | 21 | 0 | 22 | 31 | 165 | 25 | 104 |
| Binary | 10011110 | 10111111 | 10011100 | 10001 | 0 | 10010 | 11001 | 1110101 | 10101 | 1000100 |
Color Harmonies of #9EBF9C
Complementary color
Monochromatic Colors of #9EBF9C
Black with #9EBF9C
Text Example
Text Example
White with #9EBF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBF9C; }
p { color: rgb(158,191,156); }
H1.HeaderClassName
{
color: #9EBF9C;
}
.AnyTagClassName
{
color: #9EBF9C;
}
</style>
background-color css
<style>
a { background-color: #9EBF9C; }
a { background-color: rgb(158,191,156); }
div.DivClassName
{
background-color: #9EBF9C;
}
.BgClassName
{
background-color: #9EBF9C;
}
</style>
border-color css
<style>
span { border-color: #9EBF9C; }
span { border-color: rgb(158,191,156); }
td.TdClassName
{
border-color: #9EBF9C;
}
.TagClassName
{
border-color: #9EBF9C;
}
</style>