Shades of Spring Rain #9FB39B
Tints of Spring Rain #9FB39B
RGB
CMYK
RGB Variations
Color information
#9FB39B (or 0x9FB39B) is known color: Spring Rain. HEX triplet: 9F, B3 and 9B. RGB value is (159,179,155). Sum of RGB (Red+Green+Blue) = 159+179+155=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB39B is #604C64. Grayscale: #AAAAAA. Windows color (decimal): -6311013 or 10204063. OLE color: 10204063.
HSL color Cylindrical-coordinate representation of color #9FB39B: hue angle of 110º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FB39B is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 155 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.30 |
| HSL | 110º | 0.14% | 0.65% | - |
| HSV(B) | 110º | 0.13% | 0.7% | - |
| XYZ | 36.33 | 41.98 | 37.2 | - |
| YUV | 170.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 155 | 0.11 | 0 | 0.13 | 0.30 | 110 | 0.14 | 0.65 |
| Hex | 9F | B3 | 9B | B | 0 | D | 1E | 6E | E | 41 |
| Octal | 237 | 263 | 233 | 13 | 0 | 15 | 36 | 156 | 16 | 101 |
| Binary | 10011111 | 10110011 | 10011011 | 1011 | 0 | 1101 | 11110 | 1101110 | 1110 | 1000001 |
Color Harmonies of #9FB39B
Complementary color
Monochromatic Colors of #9FB39B
Black with #9FB39B
Text Example
Text Example
White with #9FB39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB39B; }
p { color: rgb(159,179,155); }
H1.HeaderClassName
{
color: #9FB39B;
}
.AnyTagClassName
{
color: #9FB39B;
}
</style>
background-color css
<style>
a { background-color: #9FB39B; }
a { background-color: rgb(159,179,155); }
div.DivClassName
{
background-color: #9FB39B;
}
.BgClassName
{
background-color: #9FB39B;
}
</style>
border-color css
<style>
span { border-color: #9FB39B; }
span { border-color: rgb(159,179,155); }
td.TdClassName
{
border-color: #9FB39B;
}
.TagClassName
{
border-color: #9FB39B;
}
</style>