Shades of Spring Rain #9FBF9E
Tints of Spring Rain #9FBF9E
RGB
CMYK
RGB Variations
Color information
#9FBF9E (or 0x9FBF9E) is known color: Spring Rain. HEX triplet: 9F, BF and 9E. RGB value is (159,191,158). Sum of RGB (Red+Green+Blue) = 159+191+158=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBF9E is #604061. Grayscale: #B1B1B1. Windows color (decimal): -6307938 or 10403743. OLE color: 10403743.
HSL color Cylindrical-coordinate representation of color #9FBF9E: hue angle of 118.18º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FBF9E is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 191 | 158 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.25 |
| HSL | 118.18º | 0.2% | 0.68% | - |
| HSV(B) | 118.18º | 0.17% | 0.75% | - |
| XYZ | 39.1 | 47.1 | 39.38 | - |
| YUV | 177.67 | 116.9 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 191 | 158 | 0.17 | 0 | 0.17 | 0.25 | 118.18 | 0.2 | 0.68 |
| Hex | 9F | BF | 9E | 11 | 0 | 11 | 19 | 76 | 14 | 44 |
| Octal | 237 | 277 | 236 | 21 | 0 | 21 | 31 | 166 | 24 | 104 |
| Binary | 10011111 | 10111111 | 10011110 | 10001 | 0 | 10001 | 11001 | 1110110 | 10100 | 1000100 |
Color Harmonies of #9FBF9E
Complementary color
Monochromatic Colors of #9FBF9E
Black with #9FBF9E
Text Example
Text Example
White with #9FBF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBF9E; }
p { color: rgb(159,191,158); }
H1.HeaderClassName
{
color: #9FBF9E;
}
.AnyTagClassName
{
color: #9FBF9E;
}
</style>
background-color css
<style>
a { background-color: #9FBF9E; }
a { background-color: rgb(159,191,158); }
div.DivClassName
{
background-color: #9FBF9E;
}
.BgClassName
{
background-color: #9FBF9E;
}
</style>
border-color css
<style>
span { border-color: #9FBF9E; }
span { border-color: rgb(159,191,158); }
td.TdClassName
{
border-color: #9FBF9E;
}
.TagClassName
{
border-color: #9FBF9E;
}
</style>