Shades of Spring Rain #9FBF99
Tints of Spring Rain #9FBF99
RGB
CMYK
RGB Variations
Color information
#9FBF99 (or 0x9FBF99) is known color: Spring Rain. HEX triplet: 9F, BF and 99. RGB value is (159,191,153). Sum of RGB (Red+Green+Blue) = 159+191+153=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBF99 is #604066. Grayscale: #B1B1B1. Windows color (decimal): -6307943 or 10076063. OLE color: 10076063.
HSL color Cylindrical-coordinate representation of color #9FBF99: hue angle of 110.53º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FBF99 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 191 | 153 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.25 |
| HSL | 110.53º | 0.23% | 0.67% | - |
| HSV(B) | 110.53º | 0.2% | 0.75% | - |
| XYZ | 38.68 | 46.93 | 37.16 | - |
| YUV | 177.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 191 | 153 | 0.17 | 0 | 0.20 | 0.25 | 110.53 | 0.23 | 0.67 |
| Hex | 9F | BF | 99 | 11 | 0 | 14 | 19 | 6F | 17 | 43 |
| Octal | 237 | 277 | 231 | 21 | 0 | 24 | 31 | 157 | 27 | 103 |
| Binary | 10011111 | 10111111 | 10011001 | 10001 | 0 | 10100 | 11001 | 1101111 | 10111 | 1000011 |
Color Harmonies of #9FBF99
Complementary color
Monochromatic Colors of #9FBF99
Black with #9FBF99
Text Example
Text Example
White with #9FBF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBF99; }
p { color: rgb(159,191,153); }
H1.HeaderClassName
{
color: #9FBF99;
}
.AnyTagClassName
{
color: #9FBF99;
}
</style>
background-color css
<style>
a { background-color: #9FBF99; }
a { background-color: rgb(159,191,153); }
div.DivClassName
{
background-color: #9FBF99;
}
.BgClassName
{
background-color: #9FBF99;
}
</style>
border-color css
<style>
span { border-color: #9FBF99; }
span { border-color: rgb(159,191,153); }
td.TdClassName
{
border-color: #9FBF99;
}
.TagClassName
{
border-color: #9FBF99;
}
</style>