#A1C880

Color #A1C880 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #A1C880

Tints of Gossip #A1C880

Color information

#A1C880 (or 0xA1C880) is unknown color: approx 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

RGB161200128-
CMYK0.1900.360.22
HSL92.5º39.56%64.31%-
HSV(B)92.5º36%78.43%-
XYZ39.2550.4428.09-
YUV180.1398.58114.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 32.92%
GREEN value IS 200 (78.52% from 255) = 40.90%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=32.92%
G=40.90%
B=26.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1612001280.1900.360.2292.539.5664.31
HexA1C88013024165c2840
Octal241310200230442613450100
Binary1010000111001000100000001001101001001011010111001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>