Shades of Spring Rain #9FB398
Tints of Spring Rain #9FB398
RGB
CMYK
RGB Variations
Color information
#9FB398 (or 0x9FB398) is known color: Spring Rain. HEX triplet: 9F, B3 and 98. RGB value is (159,179,152). Sum of RGB (Red+Green+Blue) = 159+179+152=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB398 is #604C67. Grayscale: #AAAAAA. Windows color (decimal): -6311016 or 10007455. OLE color: 10007455.
HSL color Cylindrical-coordinate representation of color #9FB398: hue angle of 104.44º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FB398 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 152 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.30 |
| HSL | 104.44º | 0.15% | 0.65% | - |
| HSV(B) | 104.44º | 0.15% | 0.7% | - |
| XYZ | 36.09 | 41.88 | 35.89 | - |
| YUV | 169.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 152 | 0.11 | 0 | 0.15 | 0.30 | 104.44 | 0.15 | 0.65 |
| Hex | 9F | B3 | 98 | B | 0 | F | 1E | 68 | F | 41 |
| Octal | 237 | 263 | 230 | 13 | 0 | 17 | 36 | 150 | 17 | 101 |
| Binary | 10011111 | 10110011 | 10011000 | 1011 | 0 | 1111 | 11110 | 1101000 | 1111 | 1000001 |
Color Harmonies of #9FB398
Complementary color
Monochromatic Colors of #9FB398
Black with #9FB398
Text Example
Text Example
White with #9FB398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB398; }
p { color: rgb(159,179,152); }
H1.HeaderClassName
{
color: #9FB398;
}
.AnyTagClassName
{
color: #9FB398;
}
</style>
background-color css
<style>
a { background-color: #9FB398; }
a { background-color: rgb(159,179,152); }
div.DivClassName
{
background-color: #9FB398;
}
.BgClassName
{
background-color: #9FB398;
}
</style>
border-color css
<style>
span { border-color: #9FB398; }
span { border-color: rgb(159,179,152); }
td.TdClassName
{
border-color: #9FB398;
}
.TagClassName
{
border-color: #9FB398;
}
</style>