Shades of Gossip #9FCC84
Tints of Gossip #9FCC84
RGB
CMYK
RGB Variations
Color information
#9FCC84 (or 0x9FCC84) is known color: Gossip. HEX triplet: 9F, CC and 84. RGB value is (159,204,132). Sum of RGB (Red+Green+Blue) = 159+204+132=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCC84 is #60337B. Grayscale: #B6B6B6. Windows color (decimal): -6304636 or 8703135. OLE color: 8703135.
HSL color Cylindrical-coordinate representation of color #9FCC84: hue angle of 97.5º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FCC84 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 132 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.2 |
| HSL | 97.5º | 0.41% | 0.66% | - |
| HSV(B) | 97.5º | 0.35% | 0.8% | - |
| XYZ | 40.06 | 52.22 | 29.8 | - |
| YUV | 182.34 | 99.59 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 132 | 0.22 | 0 | 0.35 | 0.2 | 97.5 | 0.41 | 0.66 |
| Hex | 9F | CC | 84 | 16 | 0 | 23 | 14 | 62 | 29 | 42 |
| Octal | 237 | 314 | 204 | 26 | 0 | 43 | 24 | 142 | 51 | 102 |
| Binary | 10011111 | 11001100 | 10000100 | 10110 | 0 | 100011 | 10100 | 1100010 | 101001 | 1000010 |
Color Harmonies of #9FCC84
Complementary color
Monochromatic Colors of #9FCC84
Black with #9FCC84
Text Example
Text Example
White with #9FCC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC84; }
p { color: rgb(159,204,132); }
H1.HeaderClassName
{
color: #9FCC84;
}
.AnyTagClassName
{
color: #9FCC84;
}
</style>
background-color css
<style>
a { background-color: #9FCC84; }
a { background-color: rgb(159,204,132); }
div.DivClassName
{
background-color: #9FCC84;
}
.BgClassName
{
background-color: #9FCC84;
}
</style>
border-color css
<style>
span { border-color: #9FCC84; }
span { border-color: rgb(159,204,132); }
td.TdClassName
{
border-color: #9FCC84;
}
.TagClassName
{
border-color: #9FCC84;
}
</style>