Shades of Gossip #A2C680
Tints of Gossip #A2C680
RGB
CMYK
RGB Variations
Color information
#A2C680 (or 0xA2C680) is known color: Gossip. HEX triplet: A2, C6 and 80. RGB value is (162,198,128). Sum of RGB (Red+Green+Blue) = 162+198+128=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C680 is #5D397F. Grayscale: #B3B3B3. Windows color (decimal): -6109568 or 8439458. OLE color: 8439458.
HSL color Cylindrical-coordinate representation of color #A2C680: hue angle of 90.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2C680 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 198 | 128 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.22 |
| HSL | 90.86º | 0.38% | 0.64% | - |
| HSV(B) | 90.86º | 0.35% | 0.78% | - |
| XYZ | 38.99 | 49.63 | 27.95 | - |
| YUV | 179.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 128 | 0.18 | 0 | 0.35 | 0.22 | 90.86 | 0.38 | 0.64 |
| Hex | A2 | C6 | 80 | 12 | 0 | 23 | 16 | 5B | 26 | 40 |
| Octal | 242 | 306 | 200 | 22 | 0 | 43 | 26 | 133 | 46 | 100 |
| Binary | 10100010 | 11000110 | 10000000 | 10010 | 0 | 100011 | 10110 | 1011011 | 100110 | 1000000 |
Color Harmonies of #A2C680
Complementary color
Monochromatic Colors of #A2C680
Black with #A2C680
Text Example
Text Example
White with #A2C680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C680; }
p { color: rgb(162,198,128); }
H1.HeaderClassName
{
color: #A2C680;
}
.AnyTagClassName
{
color: #A2C680;
}
</style>
background-color css
<style>
a { background-color: #A2C680; }
a { background-color: rgb(162,198,128); }
div.DivClassName
{
background-color: #A2C680;
}
.BgClassName
{
background-color: #A2C680;
}
</style>
border-color css
<style>
span { border-color: #A2C680; }
span { border-color: rgb(162,198,128); }
td.TdClassName
{
border-color: #A2C680;
}
.TagClassName
{
border-color: #A2C680;
}
</style>