Shades of Spring Rain #9FB996
Tints of Spring Rain #9FB996
RGB
CMYK
RGB Variations
Color information
#9FB996 (or 0x9FB996) is known color: Spring Rain. HEX triplet: 9F, B9 and 96. RGB value is (159,185,150). Sum of RGB (Red+Green+Blue) = 159+185+150=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB996 is #604669. Grayscale: #ADADAD. Windows color (decimal): -6309482 or 9877919. OLE color: 9877919.
HSL color Cylindrical-coordinate representation of color #9FB996: hue angle of 104.57º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FB996 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 185 | 150 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.27 |
| HSL | 104.57º | 0.2% | 0.66% | - |
| HSV(B) | 104.57º | 0.19% | 0.73% | - |
| XYZ | 37.15 | 44.27 | 35.44 | - |
| YUV | 173.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 185 | 150 | 0.14 | 0 | 0.19 | 0.27 | 104.57 | 0.2 | 0.66 |
| Hex | 9F | B9 | 96 | E | 0 | 13 | 1B | 69 | 14 | 42 |
| Octal | 237 | 271 | 226 | 16 | 0 | 23 | 33 | 151 | 24 | 102 |
| Binary | 10011111 | 10111001 | 10010110 | 1110 | 0 | 10011 | 11011 | 1101001 | 10100 | 1000010 |
Color Harmonies of #9FB996
Complementary color
Monochromatic Colors of #9FB996
Black with #9FB996
Text Example
Text Example
White with #9FB996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB996; }
p { color: rgb(159,185,150); }
H1.HeaderClassName
{
color: #9FB996;
}
.AnyTagClassName
{
color: #9FB996;
}
</style>
background-color css
<style>
a { background-color: #9FB996; }
a { background-color: rgb(159,185,150); }
div.DivClassName
{
background-color: #9FB996;
}
.BgClassName
{
background-color: #9FB996;
}
</style>
border-color css
<style>
span { border-color: #9FB996; }
span { border-color: rgb(159,185,150); }
td.TdClassName
{
border-color: #9FB996;
}
.TagClassName
{
border-color: #9FB996;
}
</style>