Shades of Spring Rain #9FBA9C
Tints of Spring Rain #9FBA9C
RGB
CMYK
RGB Variations
Color information
#9FBA9C (or 0x9FBA9C) is known color: Spring Rain. HEX triplet: 9F, BA and 9C. RGB value is (159,186,156). Sum of RGB (Red+Green+Blue) = 159+186+156=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBA9C is #604563. Grayscale: #AEAEAE. Windows color (decimal): -6309220 or 10271391. OLE color: 10271391.
HSL color Cylindrical-coordinate representation of color #9FBA9C: hue angle of 114º degrees, saturation: 0.18, 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 #9FBA9C is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
RGB | 159 | 186 | 156 | - |
CMYK | 0.15 | 0 | 0.16 | 0.27 |
HSL | 114º | 0.18% | 0.67% | - |
HSV(B) | 114º | 0.16% | 0.73% | - |
XYZ | 37.86 | 44.89 | 38.12 | - |
YUV | 174.51 | 117.55 | 116.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 186 | 156 | 0.15 | 0 | 0.16 | 0.27 | 114 | 0.18 | 0.67 |
Hex | 9F | BA | 9C | F | 0 | 10 | 1B | 72 | 12 | 43 |
Octal | 237 | 272 | 234 | 17 | 0 | 20 | 33 | 162 | 22 | 103 |
Binary | 10011111 | 10111010 | 10011100 | 1111 | 0 | 10000 | 11011 | 1110010 | 10010 | 1000011 |
Color Harmonies of #9FBA9C
Complementary color
Monochromatic Colors of #9FBA9C
Black with #9FBA9C
Text Example
Text Example
White with #9FBA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA9C; }
p { color: rgb(159,186,156); }
H1.HeaderClassName
{
color: #9FBA9C;
}
.AnyTagClassName
{
color: #9FBA9C;
}
</style>
background-color css
<style>
a { background-color: #9FBA9C; }
a { background-color: rgb(159,186,156); }
div.DivClassName
{
background-color: #9FBA9C;
}
.BgClassName
{
background-color: #9FBA9C;
}
</style>
border-color css
<style>
span { border-color: #9FBA9C; }
span { border-color: rgb(159,186,156); }
td.TdClassName
{
border-color: #9FBA9C;
}
.TagClassName
{
border-color: #9FBA9C;
}
</style>