Shades of Spring Rain #9FB797
Tints of Spring Rain #9FB797
RGB
CMYK
RGB Variations
Color information
#9FB797 (or 0x9FB797) is known color: Spring Rain. HEX triplet: 9F, B7 and 97. RGB value is (159,183,151). Sum of RGB (Red+Green+Blue) = 159+183+151=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB797 is #604868. Grayscale: #ACACAC. Windows color (decimal): -6309993 or 9942943. OLE color: 9942943.
HSL color Cylindrical-coordinate representation of color #9FB797: hue angle of 105º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FB797 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 151 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.28 |
| HSL | 105º | 0.18% | 0.65% | - |
| HSV(B) | 105º | 0.17% | 0.72% | - |
| XYZ | 36.82 | 43.47 | 35.73 | - |
| YUV | 172.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 151 | 0.13 | 0 | 0.17 | 0.28 | 105 | 0.18 | 0.65 |
| Hex | 9F | B7 | 97 | D | 0 | 11 | 1C | 69 | 12 | 41 |
| Octal | 237 | 267 | 227 | 15 | 0 | 21 | 34 | 151 | 22 | 101 |
| Binary | 10011111 | 10110111 | 10010111 | 1101 | 0 | 10001 | 11100 | 1101001 | 10010 | 1000001 |
Color Harmonies of #9FB797
Complementary color
Monochromatic Colors of #9FB797
Black with #9FB797
Text Example
Text Example
White with #9FB797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB797; }
p { color: rgb(159,183,151); }
H1.HeaderClassName
{
color: #9FB797;
}
.AnyTagClassName
{
color: #9FB797;
}
</style>
background-color css
<style>
a { background-color: #9FB797; }
a { background-color: rgb(159,183,151); }
div.DivClassName
{
background-color: #9FB797;
}
.BgClassName
{
background-color: #9FB797;
}
</style>
border-color css
<style>
span { border-color: #9FB797; }
span { border-color: rgb(159,183,151); }
td.TdClassName
{
border-color: #9FB797;
}
.TagClassName
{
border-color: #9FB797;
}
</style>