Shades of Gossip #A1C880
Tints of Gossip #A1C880
RGB
CMYK
RGB Variations
Color information
#A1C880 (or 0xA1C880) is known color: Gossip. HEX triplet: A1, C8 and 80. RGB value is (161,200,128). Sum of RGB (Red+Green+Blue) = 161+200+128=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C880 is #5E377F. Grayscale: #B4B4B4. Windows color (decimal): -6174592 or 8439969. OLE color: 8439969.
HSL color Cylindrical-coordinate representation of color #A1C880: hue angle of 92.5º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1C880 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 128 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.22 |
| HSL | 92.5º | 0.4% | 0.64% | - |
| HSV(B) | 92.5º | 0.36% | 0.78% | - |
| XYZ | 39.25 | 50.44 | 28.09 | - |
| YUV | 180.13 | 98.58 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 128 | 0.19 | 0 | 0.36 | 0.22 | 92.5 | 0.4 | 0.64 |
| Hex | A1 | C8 | 80 | 13 | 0 | 24 | 16 | 5C | 28 | 40 |
| Octal | 241 | 310 | 200 | 23 | 0 | 44 | 26 | 134 | 50 | 100 |
| Binary | 10100001 | 11001000 | 10000000 | 10011 | 0 | 100100 | 10110 | 1011100 | 101000 | 1000000 |
Color Harmonies of #A1C880
Complementary color
Monochromatic Colors of #A1C880
Black with #A1C880
Text Example
Text Example
White with #A1C880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C880; }
p { color: rgb(161,200,128); }
H1.HeaderClassName
{
color: #A1C880;
}
.AnyTagClassName
{
color: #A1C880;
}
</style>
background-color css
<style>
a { background-color: #A1C880; }
a { background-color: rgb(161,200,128); }
div.DivClassName
{
background-color: #A1C880;
}
.BgClassName
{
background-color: #A1C880;
}
</style>
border-color css
<style>
span { border-color: #A1C880; }
span { border-color: rgb(161,200,128); }
td.TdClassName
{
border-color: #A1C880;
}
.TagClassName
{
border-color: #A1C880;
}
</style>