Shades of Spring Rain #9FBA9E
Tints of Spring Rain #9FBA9E
RGB
CMYK
RGB Variations
Color information
#9FBA9E (or 0x9FBA9E) is known color: Spring Rain. HEX triplet: 9F, BA and 9E. RGB value is (159,186,158). Sum of RGB (Red+Green+Blue) = 159+186+158=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBA9E is #604561. Grayscale: #AEAEAE. Windows color (decimal): -6309218 or 10402463. OLE color: 10402463.
HSL color Cylindrical-coordinate representation of color #9FBA9E: hue angle of 117.86º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBA9E is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
RGB | 159 | 186 | 158 | - |
CMYK | 0.15 | 0 | 0.15 | 0.27 |
HSL | 117.86º | 0.17% | 0.67% | - |
HSV(B) | 117.86º | 0.15% | 0.73% | - |
XYZ | 38.03 | 44.96 | 39.02 | - |
YUV | 174.74 | 118.55 | 116.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 186 | 158 | 0.15 | 0 | 0.15 | 0.27 | 117.86 | 0.17 | 0.67 |
Hex | 9F | BA | 9E | F | 0 | F | 1B | 76 | 11 | 43 |
Octal | 237 | 272 | 236 | 17 | 0 | 17 | 33 | 166 | 21 | 103 |
Binary | 10011111 | 10111010 | 10011110 | 1111 | 0 | 1111 | 11011 | 1110110 | 10001 | 1000011 |
Color Harmonies of #9FBA9E
Complementary color
Monochromatic Colors of #9FBA9E
Black with #9FBA9E
Text Example
Text Example
White with #9FBA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA9E; }
p { color: rgb(159,186,158); }
H1.HeaderClassName
{
color: #9FBA9E;
}
.AnyTagClassName
{
color: #9FBA9E;
}
</style>
background-color css
<style>
a { background-color: #9FBA9E; }
a { background-color: rgb(159,186,158); }
div.DivClassName
{
background-color: #9FBA9E;
}
.BgClassName
{
background-color: #9FBA9E;
}
</style>
border-color css
<style>
span { border-color: #9FBA9E; }
span { border-color: rgb(159,186,158); }
td.TdClassName
{
border-color: #9FBA9E;
}
.TagClassName
{
border-color: #9FBA9E;
}
</style>