#A2C890

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

Shades of Gossip #A2C890

Tints of Gossip #A2C890

Color information

#A2C890 (or 0xA2C890) is unknown color: approx Gossip. HEX triplet: A2, C8 and 90. RGB value is (162,200,144). Sum of RGB (Red+Green+Blue) = 162+200+144=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C890 is #5D376F. Grayscale: #B6B6B6. Windows color (decimal): -6109040 or 9488546. OLE color: 9488546.

HSL color Cylindrical-coordinate representation of color #A2C890: hue angle of 100.71º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2C890 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB162200144-
CMYK0.1900.280.22
HSL100.71º33.73%67.45%-
HSV(B)100.71º28%78.43%-
XYZ40.595134.09-
YUV182.25106.41113.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.02%
GREEN value IS 200 (78.52% from 255) = 39.53%
BLUE value IS 144 (56.64% from 255) = 28.46%
R=32.02%
G=39.53%
B=28.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1622001440.1900.280.22100.7133.7367.45
HexA2C8901301C16652243
Octal242310220230342614542103
Binary101000101100100010010000100110111001011011001011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C890; }

 p { color: rgb(162,200,144); }

 H1.HeaderClassName
 {
   color: #A2C890;
 }
 .AnyTagClassName
 {
   color: #A2C890;
 }
</style>
background-color css

<style>
 a { background-color: #A2C890; }

 a { background-color: rgb(162,200,144); }

 div.DivClassName
 {
   background-color: #A2C890;
 }
 .BgClassName
 {
   background-color: #A2C890;
 }
</style>
border-color css

<style>
 span { border-color: #A2C890; }

 span { border-color: rgb(162,200,144); }

 td.TdClassName
 {
   border-color: #A2C890;
 }
 .TagClassName
 {
   border-color: #A2C890;
 }
</style>