Shades of Spring Rain #9FB19E
Tints of Spring Rain #9FB19E
RGB
CMYK
RGB Variations
Color information
#9FB19E (or 0x9FB19E) is known color: Spring Rain. HEX triplet: 9F, B1 and 9E. RGB value is (159,177,158). Sum of RGB (Red+Green+Blue) = 159+177+158=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB19E is #604E61. Grayscale: #A9A9A9. Windows color (decimal): -6311522 or 10400159. OLE color: 10400159.
HSL color Cylindrical-coordinate representation of color #9FB19E: hue angle of 116.84º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9FB19E is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 158 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.31 |
| HSL | 116.84º | 0.11% | 0.66% | - |
| HSV(B) | 116.84º | 0.11% | 0.69% | - |
| XYZ | 36.19 | 41.28 | 38.41 | - |
| YUV | 169.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 158 | 0.10 | 0 | 0.11 | 0.31 | 116.84 | 0.11 | 0.66 |
| Hex | 9F | B1 | 9E | A | 0 | B | 1F | 75 | B | 42 |
| Octal | 237 | 261 | 236 | 12 | 0 | 13 | 37 | 165 | 13 | 102 |
| Binary | 10011111 | 10110001 | 10011110 | 1010 | 0 | 1011 | 11111 | 1110101 | 1011 | 1000010 |
Color Harmonies of #9FB19E
Complementary color
Monochromatic Colors of #9FB19E
Black with #9FB19E
Text Example
Text Example
White with #9FB19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB19E; }
p { color: rgb(159,177,158); }
H1.HeaderClassName
{
color: #9FB19E;
}
.AnyTagClassName
{
color: #9FB19E;
}
</style>
background-color css
<style>
a { background-color: #9FB19E; }
a { background-color: rgb(159,177,158); }
div.DivClassName
{
background-color: #9FB19E;
}
.BgClassName
{
background-color: #9FB19E;
}
</style>
border-color css
<style>
span { border-color: #9FB19E; }
span { border-color: rgb(159,177,158); }
td.TdClassName
{
border-color: #9FB19E;
}
.TagClassName
{
border-color: #9FB19E;
}
</style>