Shades of Spring Rain #9FBA9D
Tints of Spring Rain #9FBA9D
RGB
CMYK
RGB Variations
Color information
#9FBA9D (or 0x9FBA9D) is known color: Spring Rain. HEX triplet: 9F, BA and 9D. RGB value is (159,186,157). Sum of RGB (Red+Green+Blue) = 159+186+157=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBA9D is #604562. Grayscale: #AEAEAE. Windows color (decimal): -6309219 or 10336927. OLE color: 10336927.
HSL color Cylindrical-coordinate representation of color #9FBA9D: hue angle of 115.86º degrees, saturation: 0.17, 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 #9FBA9D is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 157 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.27 |
| HSL | 115.86º | 0.17% | 0.67% | - |
| HSV(B) | 115.86º | 0.16% | 0.73% | - |
| XYZ | 37.94 | 44.92 | 38.57 | - |
| YUV | 174.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 157 | 0.15 | 0 | 0.16 | 0.27 | 115.86 | 0.17 | 0.67 |
| Hex | 9F | BA | 9D | F | 0 | 10 | 1B | 74 | 11 | 43 |
| Octal | 237 | 272 | 235 | 17 | 0 | 20 | 33 | 164 | 21 | 103 |
| Binary | 10011111 | 10111010 | 10011101 | 1111 | 0 | 10000 | 11011 | 1110100 | 10001 | 1000011 |
Color Harmonies of #9FBA9D
Complementary color
Monochromatic Colors of #9FBA9D
Black with #9FBA9D
Text Example
Text Example
White with #9FBA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA9D; }
p { color: rgb(159,186,157); }
H1.HeaderClassName
{
color: #9FBA9D;
}
.AnyTagClassName
{
color: #9FBA9D;
}
</style>
background-color css
<style>
a { background-color: #9FBA9D; }
a { background-color: rgb(159,186,157); }
div.DivClassName
{
background-color: #9FBA9D;
}
.BgClassName
{
background-color: #9FBA9D;
}
</style>
border-color css
<style>
span { border-color: #9FBA9D; }
span { border-color: rgb(159,186,157); }
td.TdClassName
{
border-color: #9FBA9D;
}
.TagClassName
{
border-color: #9FBA9D;
}
</style>