Shades of Spring Rain #9FB99B
Tints of Spring Rain #9FB99B
RGB
CMYK
RGB Variations
Color information
#9FB99B (or 0x9FB99B) is known color: Spring Rain. HEX triplet: 9F, B9 and 9B. RGB value is (159,185,155). Sum of RGB (Red+Green+Blue) = 159+185+155=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB99B is #604664. Grayscale: #ADADAD. Windows color (decimal): -6309477 or 10205599. OLE color: 10205599.
HSL color Cylindrical-coordinate representation of color #9FB99B: hue angle of 112º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FB99B is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 185 | 155 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.27 |
| HSL | 112º | 0.18% | 0.67% | - |
| HSV(B) | 112º | 0.16% | 0.73% | - |
| XYZ | 37.56 | 44.44 | 37.61 | - |
| YUV | 173.81 | 117.39 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 185 | 155 | 0.14 | 0 | 0.16 | 0.27 | 112 | 0.18 | 0.67 |
| Hex | 9F | B9 | 9B | E | 0 | 10 | 1B | 70 | 12 | 43 |
| Octal | 237 | 271 | 233 | 16 | 0 | 20 | 33 | 160 | 22 | 103 |
| Binary | 10011111 | 10111001 | 10011011 | 1110 | 0 | 10000 | 11011 | 1110000 | 10010 | 1000011 |
Color Harmonies of #9FB99B
Complementary color
Monochromatic Colors of #9FB99B
Black with #9FB99B
Text Example
Text Example
White with #9FB99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB99B; }
p { color: rgb(159,185,155); }
H1.HeaderClassName
{
color: #9FB99B;
}
.AnyTagClassName
{
color: #9FB99B;
}
</style>
background-color css
<style>
a { background-color: #9FB99B; }
a { background-color: rgb(159,185,155); }
div.DivClassName
{
background-color: #9FB99B;
}
.BgClassName
{
background-color: #9FB99B;
}
</style>
border-color css
<style>
span { border-color: #9FB99B; }
span { border-color: rgb(159,185,155); }
td.TdClassName
{
border-color: #9FB99B;
}
.TagClassName
{
border-color: #9FB99B;
}
</style>