Shades of Spring Rain #9FBA93
Tints of Spring Rain #9FBA93
RGB
CMYK
RGB Variations
Color information
#9FBA93 (or 0x9FBA93) is known color: Spring Rain. HEX triplet: 9F, BA and 93. RGB value is (159,186,147). Sum of RGB (Red+Green+Blue) = 159+186+147=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBA93 is #60456C. Grayscale: #ADADAD. Windows color (decimal): -6309229 or 9681567. OLE color: 9681567.
HSL color Cylindrical-coordinate representation of color #9FBA93: hue angle of 101.54º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FBA93 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 147 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.27 |
| HSL | 101.54º | 0.22% | 0.65% | - |
| HSV(B) | 101.54º | 0.21% | 0.73% | - |
| XYZ | 37.12 | 44.6 | 34.25 | - |
| YUV | 173.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 147 | 0.15 | 0 | 0.21 | 0.27 | 101.54 | 0.22 | 0.65 |
| Hex | 9F | BA | 93 | F | 0 | 15 | 1B | 66 | 16 | 41 |
| Octal | 237 | 272 | 223 | 17 | 0 | 25 | 33 | 146 | 26 | 101 |
| Binary | 10011111 | 10111010 | 10010011 | 1111 | 0 | 10101 | 11011 | 1100110 | 10110 | 1000001 |
Color Harmonies of #9FBA93
Complementary color
Monochromatic Colors of #9FBA93
Black with #9FBA93
Text Example
Text Example
White with #9FBA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA93; }
p { color: rgb(159,186,147); }
H1.HeaderClassName
{
color: #9FBA93;
}
.AnyTagClassName
{
color: #9FBA93;
}
</style>
background-color css
<style>
a { background-color: #9FBA93; }
a { background-color: rgb(159,186,147); }
div.DivClassName
{
background-color: #9FBA93;
}
.BgClassName
{
background-color: #9FBA93;
}
</style>
border-color css
<style>
span { border-color: #9FBA93; }
span { border-color: rgb(159,186,147); }
td.TdClassName
{
border-color: #9FBA93;
}
.TagClassName
{
border-color: #9FBA93;
}
</style>