Shades of Spring Rain #9EB097
Tints of Spring Rain #9EB097
RGB
CMYK
RGB Variations
Color information
#9EB097 (or 0x9EB097) is known color: Spring Rain. HEX triplet: 9E, B0 and 97. RGB value is (158,176,151). Sum of RGB (Red+Green+Blue) = 158+176+151=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 176 - color contains mainly: green. Hex color #9EB097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB097 is #614F68. Grayscale: #A7A7A7. Windows color (decimal): -6377321 or 9941150. OLE color: 9941150.
HSL color Cylindrical-coordinate representation of color #9EB097: hue angle of 103.2º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EB097 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 176 | 151 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.31 |
| HSL | 103.2º | 0.14% | 0.64% | - |
| HSV(B) | 103.2º | 0.14% | 0.69% | - |
| XYZ | 35.21 | 40.55 | 35.25 | - |
| YUV | 167.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 176 | 151 | 0.10 | 0 | 0.14 | 0.31 | 103.2 | 0.14 | 0.64 |
| Hex | 9E | B0 | 97 | A | 0 | E | 1F | 67 | E | 40 |
| Octal | 236 | 260 | 227 | 12 | 0 | 16 | 37 | 147 | 16 | 100 |
| Binary | 10011110 | 10110000 | 10010111 | 1010 | 0 | 1110 | 11111 | 1100111 | 1110 | 1000000 |
Color Harmonies of #9EB097
Complementary color
Monochromatic Colors of #9EB097
Black with #9EB097
Text Example
Text Example
White with #9EB097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB097; }
p { color: rgb(158,176,151); }
H1.HeaderClassName
{
color: #9EB097;
}
.AnyTagClassName
{
color: #9EB097;
}
</style>
background-color css
<style>
a { background-color: #9EB097; }
a { background-color: rgb(158,176,151); }
div.DivClassName
{
background-color: #9EB097;
}
.BgClassName
{
background-color: #9EB097;
}
</style>
border-color css
<style>
span { border-color: #9EB097; }
span { border-color: rgb(158,176,151); }
td.TdClassName
{
border-color: #9EB097;
}
.TagClassName
{
border-color: #9EB097;
}
</style>