Shades of Gossip #9FC984
Tints of Gossip #9FC984
RGB
CMYK
RGB Variations
Color information
#9FC984 (or 0x9FC984) is known color: Gossip. HEX triplet: 9F, C9 and 84. RGB value is (159,201,132). Sum of RGB (Red+Green+Blue) = 159+201+132=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC984 is #60367B. Grayscale: #B4B4B4. Windows color (decimal): -6305404 or 8702367. OLE color: 8702367.
HSL color Cylindrical-coordinate representation of color #9FC984: hue angle of 96.52º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FC984 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 132 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.21 |
| HSL | 96.52º | 0.39% | 0.65% | - |
| HSV(B) | 96.52º | 0.34% | 0.79% | - |
| XYZ | 39.35 | 50.81 | 29.56 | - |
| YUV | 180.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 132 | 0.21 | 0 | 0.34 | 0.21 | 96.52 | 0.39 | 0.65 |
| Hex | 9F | C9 | 84 | 15 | 0 | 22 | 15 | 61 | 27 | 41 |
| Octal | 237 | 311 | 204 | 25 | 0 | 42 | 25 | 141 | 47 | 101 |
| Binary | 10011111 | 11001001 | 10000100 | 10101 | 0 | 100010 | 10101 | 1100001 | 100111 | 1000001 |
Color Harmonies of #9FC984
Complementary color
Monochromatic Colors of #9FC984
Black with #9FC984
Text Example
Text Example
White with #9FC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC984; }
p { color: rgb(159,201,132); }
H1.HeaderClassName
{
color: #9FC984;
}
.AnyTagClassName
{
color: #9FC984;
}
</style>
background-color css
<style>
a { background-color: #9FC984; }
a { background-color: rgb(159,201,132); }
div.DivClassName
{
background-color: #9FC984;
}
.BgClassName
{
background-color: #9FC984;
}
</style>
border-color css
<style>
span { border-color: #9FC984; }
span { border-color: rgb(159,201,132); }
td.TdClassName
{
border-color: #9FC984;
}
.TagClassName
{
border-color: #9FC984;
}
</style>