Shades of Gossip #A0C582
Tints of Gossip #A0C582
RGB
CMYK
RGB Variations
Color information
#A0C582 (or 0xA0C582) is known color: Gossip. HEX triplet: A0, C5 and 82. RGB value is (160,197,130). Sum of RGB (Red+Green+Blue) = 160+197+130=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C582 is #5F3A7D. Grayscale: #B2B2B2. Windows color (decimal): -6240894 or 8570272. OLE color: 8570272.
HSL color Cylindrical-coordinate representation of color #A0C582: hue angle of 93.13º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0C582 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 130 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.23 |
| HSL | 93.13º | 0.37% | 0.64% | - |
| HSV(B) | 93.13º | 0.34% | 0.77% | - |
| XYZ | 38.49 | 49.02 | 28.55 | - |
| YUV | 178.3 | 100.74 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 130 | 0.19 | 0 | 0.34 | 0.23 | 93.13 | 0.37 | 0.64 |
| Hex | A0 | C5 | 82 | 13 | 0 | 22 | 17 | 5D | 25 | 40 |
| Octal | 240 | 305 | 202 | 23 | 0 | 42 | 27 | 135 | 45 | 100 |
| Binary | 10100000 | 11000101 | 10000010 | 10011 | 0 | 100010 | 10111 | 1011101 | 100101 | 1000000 |
Color Harmonies of #A0C582
Complementary color
Monochromatic Colors of #A0C582
Black with #A0C582
Text Example
Text Example
White with #A0C582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C582; }
p { color: rgb(160,197,130); }
H1.HeaderClassName
{
color: #A0C582;
}
.AnyTagClassName
{
color: #A0C582;
}
</style>
background-color css
<style>
a { background-color: #A0C582; }
a { background-color: rgb(160,197,130); }
div.DivClassName
{
background-color: #A0C582;
}
.BgClassName
{
background-color: #A0C582;
}
</style>
border-color css
<style>
span { border-color: #A0C582; }
span { border-color: rgb(160,197,130); }
td.TdClassName
{
border-color: #A0C582;
}
.TagClassName
{
border-color: #A0C582;
}
</style>