Shades of Spring Rain #9FBA96
Tints of Spring Rain #9FBA96
RGB
CMYK
RGB Variations
Color information
#9FBA96 (or 0x9FBA96) is known color: Spring Rain. HEX triplet: 9F, BA and 96. RGB value is (159,186,150). Sum of RGB (Red+Green+Blue) = 159+186+150=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBA96 is #604569. Grayscale: #ADADAD. Windows color (decimal): -6309226 or 9878175. OLE color: 9878175.
HSL color Cylindrical-coordinate representation of color #9FBA96: hue angle of 105º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FBA96 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 150 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.27 |
| HSL | 105º | 0.21% | 0.66% | - |
| HSV(B) | 105º | 0.19% | 0.73% | - |
| XYZ | 37.36 | 44.69 | 35.51 | - |
| YUV | 173.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 150 | 0.15 | 0 | 0.19 | 0.27 | 105 | 0.21 | 0.66 |
| Hex | 9F | BA | 96 | F | 0 | 13 | 1B | 69 | 15 | 42 |
| Octal | 237 | 272 | 226 | 17 | 0 | 23 | 33 | 151 | 25 | 102 |
| Binary | 10011111 | 10111010 | 10010110 | 1111 | 0 | 10011 | 11011 | 1101001 | 10101 | 1000010 |
Color Harmonies of #9FBA96
Complementary color
Monochromatic Colors of #9FBA96
Black with #9FBA96
Text Example
Text Example
White with #9FBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA96; }
p { color: rgb(159,186,150); }
H1.HeaderClassName
{
color: #9FBA96;
}
.AnyTagClassName
{
color: #9FBA96;
}
</style>
background-color css
<style>
a { background-color: #9FBA96; }
a { background-color: rgb(159,186,150); }
div.DivClassName
{
background-color: #9FBA96;
}
.BgClassName
{
background-color: #9FBA96;
}
</style>
border-color css
<style>
span { border-color: #9FBA96; }
span { border-color: rgb(159,186,150); }
td.TdClassName
{
border-color: #9FBA96;
}
.TagClassName
{
border-color: #9FBA96;
}
</style>