#A2C782

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

Shades of Gossip #A2C782

Tints of Gossip #A2C782

Color information

#A2C782 (or 0xA2C782) is unknown color: approx Gossip. HEX triplet: A2, C7 and 82. RGB value is (162,199,130). Sum of RGB (Red+Green+Blue) = 162+199+130=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C782 is #5D387D. Grayscale: #B4B4B4. Windows color (decimal): -6109310 or 8570786. OLE color: 8570786.

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

Color convert

RGB162199130-
CMYK0.1900.350.22
HSL92.17º38.12%64.51%-
HSV(B)92.17º34.67%78.04%-
XYZ39.3550.1428.72-
YUV180.0799.74115.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 199 (78.12% from 255) = 40.53%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=32.99%
G=40.53%
B=26.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621991300.1900.350.2292.1738.1264.51
HexA2C78213023165c2641
Octal242307202230432613446101
Binary1010001011000111100000101001101000111011010111001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C782; }

 p { color: rgb(162,199,130); }

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

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

 a { background-color: rgb(162,199,130); }

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

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

 span { border-color: rgb(162,199,130); }

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