Shades of Spring Rain #9FB29D
Tints of Spring Rain #9FB29D
RGB
CMYK
RGB Variations
Color information
#9FB29D (or 0x9FB29D) is known color: Spring Rain. HEX triplet: 9F, B2 and 9D. RGB value is (159,178,157). Sum of RGB (Red+Green+Blue) = 159+178+157=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB29D is #604D62. Grayscale: #A9A9A9. Windows color (decimal): -6311267 or 10334879. OLE color: 10334879.
HSL color Cylindrical-coordinate representation of color #9FB29D: hue angle of 114.29º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FB29D is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 178 | 157 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.30 |
| HSL | 114.29º | 0.12% | 0.66% | - |
| HSV(B) | 114.29º | 0.12% | 0.7% | - |
| XYZ | 36.3 | 41.65 | 38.02 | - |
| YUV | 169.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 157 | 0.11 | 0 | 0.12 | 0.30 | 114.29 | 0.12 | 0.66 |
| Hex | 9F | B2 | 9D | B | 0 | C | 1E | 72 | C | 42 |
| Octal | 237 | 262 | 235 | 13 | 0 | 14 | 36 | 162 | 14 | 102 |
| Binary | 10011111 | 10110010 | 10011101 | 1011 | 0 | 1100 | 11110 | 1110010 | 1100 | 1000010 |
Color Harmonies of #9FB29D
Complementary color
Monochromatic Colors of #9FB29D
Black with #9FB29D
Text Example
Text Example
White with #9FB29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB29D; }
p { color: rgb(159,178,157); }
H1.HeaderClassName
{
color: #9FB29D;
}
.AnyTagClassName
{
color: #9FB29D;
}
</style>
background-color css
<style>
a { background-color: #9FB29D; }
a { background-color: rgb(159,178,157); }
div.DivClassName
{
background-color: #9FB29D;
}
.BgClassName
{
background-color: #9FB29D;
}
</style>
border-color css
<style>
span { border-color: #9FB29D; }
span { border-color: rgb(159,178,157); }
td.TdClassName
{
border-color: #9FB29D;
}
.TagClassName
{
border-color: #9FB29D;
}
</style>