Shades of Spring Rain #9FB496
Tints of Spring Rain #9FB496
RGB
CMYK
RGB Variations
Color information
#9FB496 (or 0x9FB496) is known color: Spring Rain. HEX triplet: 9F, B4 and 96. RGB value is (159,180,150). Sum of RGB (Red+Green+Blue) = 159+180+150=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB496 is #604B69. Grayscale: #AAAAAA. Windows color (decimal): -6310762 or 9876639. OLE color: 9876639.
HSL color Cylindrical-coordinate representation of color #9FB496: hue angle of 102º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FB496 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 150 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.29 |
| HSL | 102º | 0.17% | 0.65% | - |
| HSV(B) | 102º | 0.17% | 0.71% | - |
| XYZ | 36.12 | 42.22 | 35.1 | - |
| YUV | 170.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 150 | 0.12 | 0 | 0.17 | 0.29 | 102 | 0.17 | 0.65 |
| Hex | 9F | B4 | 96 | C | 0 | 11 | 1D | 66 | 11 | 41 |
| Octal | 237 | 264 | 226 | 14 | 0 | 21 | 35 | 146 | 21 | 101 |
| Binary | 10011111 | 10110100 | 10010110 | 1100 | 0 | 10001 | 11101 | 1100110 | 10001 | 1000001 |
Color Harmonies of #9FB496
Complementary color
Monochromatic Colors of #9FB496
Black with #9FB496
Text Example
Text Example
White with #9FB496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB496; }
p { color: rgb(159,180,150); }
H1.HeaderClassName
{
color: #9FB496;
}
.AnyTagClassName
{
color: #9FB496;
}
</style>
background-color css
<style>
a { background-color: #9FB496; }
a { background-color: rgb(159,180,150); }
div.DivClassName
{
background-color: #9FB496;
}
.BgClassName
{
background-color: #9FB496;
}
</style>
border-color css
<style>
span { border-color: #9FB496; }
span { border-color: rgb(159,180,150); }
td.TdClassName
{
border-color: #9FB496;
}
.TagClassName
{
border-color: #9FB496;
}
</style>