Shades of Gossip #A0C484
Tints of Gossip #A0C484
RGB
CMYK
RGB Variations
Color information
#A0C484 (or 0xA0C484) is known color: Gossip. HEX triplet: A0, C4 and 84. RGB value is (160,196,132). Sum of RGB (Red+Green+Blue) = 160+196+132=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C484 is #5F3B7B. Grayscale: #B2B2B2. Windows color (decimal): -6241148 or 8701088. OLE color: 8701088.
HSL color Cylindrical-coordinate representation of color #A0C484: hue angle of 93.75º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0C484 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 132 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.23 |
| HSL | 93.75º | 0.35% | 0.64% | - |
| HSV(B) | 93.75º | 0.33% | 0.77% | - |
| XYZ | 38.4 | 48.62 | 29.19 | - |
| YUV | 177.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 132 | 0.18 | 0 | 0.33 | 0.23 | 93.75 | 0.35 | 0.64 |
| Hex | A0 | C4 | 84 | 12 | 0 | 21 | 17 | 5E | 23 | 40 |
| Octal | 240 | 304 | 204 | 22 | 0 | 41 | 27 | 136 | 43 | 100 |
| Binary | 10100000 | 11000100 | 10000100 | 10010 | 0 | 100001 | 10111 | 1011110 | 100011 | 1000000 |
Color Harmonies of #A0C484
Complementary color
Monochromatic Colors of #A0C484
Black with #A0C484
Text Example
Text Example
White with #A0C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C484; }
p { color: rgb(160,196,132); }
H1.HeaderClassName
{
color: #A0C484;
}
.AnyTagClassName
{
color: #A0C484;
}
</style>
background-color css
<style>
a { background-color: #A0C484; }
a { background-color: rgb(160,196,132); }
div.DivClassName
{
background-color: #A0C484;
}
.BgClassName
{
background-color: #A0C484;
}
</style>
border-color css
<style>
span { border-color: #A0C484; }
span { border-color: rgb(160,196,132); }
td.TdClassName
{
border-color: #A0C484;
}
.TagClassName
{
border-color: #A0C484;
}
</style>