Shades of Gossip #9FCA84
Tints of Gossip #9FCA84
RGB
CMYK
RGB Variations
Color information
#9FCA84 (or 0x9FCA84) is known color: Gossip. HEX triplet: 9F, CA and 84. RGB value is (159,202,132). Sum of RGB (Red+Green+Blue) = 159+202+132=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCA84 is #60357B. Grayscale: #B5B5B5. Windows color (decimal): -6305148 or 8702623. OLE color: 8702623.
HSL color Cylindrical-coordinate representation of color #9FCA84: hue angle of 96.86º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FCA84 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 202 | 132 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.21 |
| HSL | 96.86º | 0.4% | 0.65% | - |
| HSV(B) | 96.86º | 0.35% | 0.79% | - |
| XYZ | 39.58 | 51.28 | 29.64 | - |
| YUV | 181.16 | 100.25 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 132 | 0.21 | 0 | 0.35 | 0.21 | 96.86 | 0.4 | 0.65 |
| Hex | 9F | CA | 84 | 15 | 0 | 23 | 15 | 61 | 28 | 41 |
| Octal | 237 | 312 | 204 | 25 | 0 | 43 | 25 | 141 | 50 | 101 |
| Binary | 10011111 | 11001010 | 10000100 | 10101 | 0 | 100011 | 10101 | 1100001 | 101000 | 1000001 |
Color Harmonies of #9FCA84
Complementary color
Monochromatic Colors of #9FCA84
Black with #9FCA84
Text Example
Text Example
White with #9FCA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCA84; }
p { color: rgb(159,202,132); }
H1.HeaderClassName
{
color: #9FCA84;
}
.AnyTagClassName
{
color: #9FCA84;
}
</style>
background-color css
<style>
a { background-color: #9FCA84; }
a { background-color: rgb(159,202,132); }
div.DivClassName
{
background-color: #9FCA84;
}
.BgClassName
{
background-color: #9FCA84;
}
</style>
border-color css
<style>
span { border-color: #9FCA84; }
span { border-color: rgb(159,202,132); }
td.TdClassName
{
border-color: #9FCA84;
}
.TagClassName
{
border-color: #9FCA84;
}
</style>