Shades of Spring Rain #9FB69B
Tints of Spring Rain #9FB69B
RGB
CMYK
RGB Variations
Color information
#9FB69B (or 0x9FB69B) is known color: Spring Rain. HEX triplet: 9F, B6 and 9B. RGB value is (159,182,155). Sum of RGB (Red+Green+Blue) = 159+182+155=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB69B is #604964. Grayscale: #ACACAC. Windows color (decimal): -6310245 or 10204831. OLE color: 10204831.
HSL color Cylindrical-coordinate representation of color #9FB69B: hue angle of 111.11º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FB69B is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 182 | 155 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.29 |
| HSL | 111.11º | 0.16% | 0.66% | - |
| HSV(B) | 111.11º | 0.15% | 0.71% | - |
| XYZ | 36.94 | 43.19 | 37.4 | - |
| YUV | 172.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 182 | 155 | 0.13 | 0 | 0.15 | 0.29 | 111.11 | 0.16 | 0.66 |
| Hex | 9F | B6 | 9B | D | 0 | F | 1D | 6F | 10 | 42 |
| Octal | 237 | 266 | 233 | 15 | 0 | 17 | 35 | 157 | 20 | 102 |
| Binary | 10011111 | 10110110 | 10011011 | 1101 | 0 | 1111 | 11101 | 1101111 | 10000 | 1000010 |
Color Harmonies of #9FB69B
Complementary color
Monochromatic Colors of #9FB69B
Black with #9FB69B
Text Example
Text Example
White with #9FB69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB69B; }
p { color: rgb(159,182,155); }
H1.HeaderClassName
{
color: #9FB69B;
}
.AnyTagClassName
{
color: #9FB69B;
}
</style>
background-color css
<style>
a { background-color: #9FB69B; }
a { background-color: rgb(159,182,155); }
div.DivClassName
{
background-color: #9FB69B;
}
.BgClassName
{
background-color: #9FB69B;
}
</style>
border-color css
<style>
span { border-color: #9FB69B; }
span { border-color: rgb(159,182,155); }
td.TdClassName
{
border-color: #9FB69B;
}
.TagClassName
{
border-color: #9FB69B;
}
</style>