Shades of Spring Rain #9FBC9F
Tints of Spring Rain #9FBC9F
RGB
CMYK
RGB Variations
Color information
#9FBC9F (or 0x9FBC9F) is known color: Spring Rain. HEX triplet: 9F, BC and 9F. RGB value is (159,188,159). Sum of RGB (Red+Green+Blue) = 159+188+159=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC9F is #604360. Grayscale: #B0B0B0. Windows color (decimal): -6308705 or 10468511. OLE color: 10468511.
HSL color Cylindrical-coordinate representation of color #9FBC9F: hue angle of 120º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBC9F is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
RGB | 159 | 188 | 159 | - |
CMYK | 0.15 | 0 | 0.15 | 0.26 |
HSL | 120º | 0.18% | 0.68% | - |
HSV(B) | 120º | 0.15% | 0.74% | - |
XYZ | 38.54 | 45.84 | 39.62 | - |
YUV | 176.02 | 118.39 | 115.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 188 | 159 | 0.15 | 0 | 0.15 | 0.26 | 120 | 0.18 | 0.68 |
Hex | 9F | BC | 9F | F | 0 | F | 1A | 78 | 12 | 44 |
Octal | 237 | 274 | 237 | 17 | 0 | 17 | 32 | 170 | 22 | 104 |
Binary | 10011111 | 10111100 | 10011111 | 1111 | 0 | 1111 | 11010 | 1111000 | 10010 | 1000100 |
Color Harmonies of #9FBC9F
Complementary color
Monochromatic Colors of #9FBC9F
Black with #9FBC9F
Text Example
Text Example
White with #9FBC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC9F; }
p { color: rgb(159,188,159); }
H1.HeaderClassName
{
color: #9FBC9F;
}
.AnyTagClassName
{
color: #9FBC9F;
}
</style>
background-color css
<style>
a { background-color: #9FBC9F; }
a { background-color: rgb(159,188,159); }
div.DivClassName
{
background-color: #9FBC9F;
}
.BgClassName
{
background-color: #9FBC9F;
}
</style>
border-color css
<style>
span { border-color: #9FBC9F; }
span { border-color: rgb(159,188,159); }
td.TdClassName
{
border-color: #9FBC9F;
}
.TagClassName
{
border-color: #9FBC9F;
}
</style>