#A2C885

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

Shades of Gossip #A2C885

Tints of Gossip #A2C885

Color information

#A2C885 (or 0xA2C885) is unknown color: approx Gossip. HEX triplet: A2, C8 and 85. RGB value is (162,200,133). Sum of RGB (Red+Green+Blue) = 162+200+133=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C885 is #5D377A. Grayscale: #B5B5B5. Windows color (decimal): -6109051 or 8767650. OLE color: 8767650.

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

Color convert

RGB162200133-
CMYK0.1900.340.22
HSL94.03º37.85%65.29%-
HSV(B)94.03º33.5%78.43%-
XYZ39.7950.6829.88-
YUV181100.91114.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.73%
GREEN value IS 200 (78.52% from 255) = 40.40%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=32.73%
G=40.40%
B=26.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1622001330.1900.340.2294.0337.8565.29
HexA2C88513022165e2641
Octal242310205230422613646101
Binary1010001011001000100001011001101000101011010111101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C885; }

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

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

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

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

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

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

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

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