Shades of Spring Rain #9FB497
Tints of Spring Rain #9FB497
RGB
CMYK
RGB Variations
Color information
#9FB497 (or 0x9FB497) is known color: Spring Rain. HEX triplet: 9F, B4 and 97. RGB value is (159,180,151). Sum of RGB (Red+Green+Blue) = 159+180+151=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB497 is #604B68. Grayscale: #AAAAAA. Windows color (decimal): -6310761 or 9942175. OLE color: 9942175.
HSL color Cylindrical-coordinate representation of color #9FB497: hue angle of 103.45º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FB497 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 151 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.29 |
| HSL | 103.45º | 0.16% | 0.65% | - |
| HSV(B) | 103.45º | 0.16% | 0.71% | - |
| XYZ | 36.21 | 42.25 | 35.52 | - |
| YUV | 170.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 151 | 0.12 | 0 | 0.16 | 0.29 | 103.45 | 0.16 | 0.65 |
| Hex | 9F | B4 | 97 | C | 0 | 10 | 1D | 67 | 10 | 41 |
| Octal | 237 | 264 | 227 | 14 | 0 | 20 | 35 | 147 | 20 | 101 |
| Binary | 10011111 | 10110100 | 10010111 | 1100 | 0 | 10000 | 11101 | 1100111 | 10000 | 1000001 |
Color Harmonies of #9FB497
Complementary color
Monochromatic Colors of #9FB497
Black with #9FB497
Text Example
Text Example
White with #9FB497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB497; }
p { color: rgb(159,180,151); }
H1.HeaderClassName
{
color: #9FB497;
}
.AnyTagClassName
{
color: #9FB497;
}
</style>
background-color css
<style>
a { background-color: #9FB497; }
a { background-color: rgb(159,180,151); }
div.DivClassName
{
background-color: #9FB497;
}
.BgClassName
{
background-color: #9FB497;
}
</style>
border-color css
<style>
span { border-color: #9FB497; }
span { border-color: rgb(159,180,151); }
td.TdClassName
{
border-color: #9FB497;
}
.TagClassName
{
border-color: #9FB497;
}
</style>