Shades of Gossip #9FC487
Tints of Gossip #9FC487
RGB
CMYK
RGB Variations
Color information
#9FC487 (or 0x9FC487) is known color: Gossip. HEX triplet: 9F, C4 and 87. RGB value is (159,196,135). Sum of RGB (Red+Green+Blue) = 159+196+135=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC487 is #603B78. Grayscale: #B2B2B2. Windows color (decimal): -6306681 or 8897695. OLE color: 8897695.
HSL color Cylindrical-coordinate representation of color #9FC487: hue angle of 96.39º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FC487 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 196 | 135 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.23 |
| HSL | 96.39º | 0.34% | 0.65% | - |
| HSV(B) | 96.39º | 0.31% | 0.77% | - |
| XYZ | 38.41 | 48.6 | 30.28 | - |
| YUV | 177.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 196 | 135 | 0.19 | 0 | 0.31 | 0.23 | 96.39 | 0.34 | 0.65 |
| Hex | 9F | C4 | 87 | 13 | 0 | 1F | 17 | 60 | 22 | 41 |
| Octal | 237 | 304 | 207 | 23 | 0 | 37 | 27 | 140 | 42 | 101 |
| Binary | 10011111 | 11000100 | 10000111 | 10011 | 0 | 11111 | 10111 | 1100000 | 100010 | 1000001 |
Color Harmonies of #9FC487
Complementary color
Monochromatic Colors of #9FC487
Black with #9FC487
Text Example
Text Example
White with #9FC487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC487; }
p { color: rgb(159,196,135); }
H1.HeaderClassName
{
color: #9FC487;
}
.AnyTagClassName
{
color: #9FC487;
}
</style>
background-color css
<style>
a { background-color: #9FC487; }
a { background-color: rgb(159,196,135); }
div.DivClassName
{
background-color: #9FC487;
}
.BgClassName
{
background-color: #9FC487;
}
</style>
border-color css
<style>
span { border-color: #9FC487; }
span { border-color: rgb(159,196,135); }
td.TdClassName
{
border-color: #9FC487;
}
.TagClassName
{
border-color: #9FC487;
}
</style>