Shades of Spring Rain #9FB197
Tints of Spring Rain #9FB197
RGB
CMYK
RGB Variations
Color information
#9FB197 (or 0x9FB197) is known color: Spring Rain. HEX triplet: 9F, B1 and 97. RGB value is (159,177,151). Sum of RGB (Red+Green+Blue) = 159+177+151=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB197 is #604E68. Grayscale: #A8A8A8. Windows color (decimal): -6311529 or 9941407. OLE color: 9941407.
HSL color Cylindrical-coordinate representation of color #9FB197: hue angle of 101.54º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FB197 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 151 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.31 |
| HSL | 101.54º | 0.14% | 0.64% | - |
| HSV(B) | 101.54º | 0.15% | 0.69% | - |
| XYZ | 35.61 | 41.05 | 35.32 | - |
| YUV | 168.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 151 | 0.10 | 0 | 0.15 | 0.31 | 101.54 | 0.14 | 0.64 |
| Hex | 9F | B1 | 97 | A | 0 | F | 1F | 66 | E | 40 |
| Octal | 237 | 261 | 227 | 12 | 0 | 17 | 37 | 146 | 16 | 100 |
| Binary | 10011111 | 10110001 | 10010111 | 1010 | 0 | 1111 | 11111 | 1100110 | 1110 | 1000000 |
Color Harmonies of #9FB197
Complementary color
Monochromatic Colors of #9FB197
Black with #9FB197
Text Example
Text Example
White with #9FB197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB197; }
p { color: rgb(159,177,151); }
H1.HeaderClassName
{
color: #9FB197;
}
.AnyTagClassName
{
color: #9FB197;
}
</style>
background-color css
<style>
a { background-color: #9FB197; }
a { background-color: rgb(159,177,151); }
div.DivClassName
{
background-color: #9FB197;
}
.BgClassName
{
background-color: #9FB197;
}
</style>
border-color css
<style>
span { border-color: #9FB197; }
span { border-color: rgb(159,177,151); }
td.TdClassName
{
border-color: #9FB197;
}
.TagClassName
{
border-color: #9FB197;
}
</style>