#A2CE85

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

Shades of Gossip #A2CE85

Tints of Gossip #A2CE85

Color information

#A2CE85 (or 0xA2CE85) is unknown color: approx Gossip. HEX triplet: A2, CE and 85. RGB value is (162,206,133). Sum of RGB (Red+Green+Blue) = 162+206+133=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CE85 is #5D317A. Grayscale: #B8B8B8. Windows color (decimal): -6107515 or 8769186. OLE color: 8769186.

HSL color Cylindrical-coordinate representation of color #A2CE85: hue angle of 96.16º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2CE85 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB162206133-
CMYK0.2100.350.19
HSL96.16º42.69%66.47%-
HSV(B)96.16º35.44%80.78%-
XYZ41.2153.5230.35-
YUV184.5298.92111.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 206 (80.86% from 255) = 41.12%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=32.34%
G=41.12%
B=26.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061330.2100.350.1996.1642.6966.47
HexA2CE851502313602b42
Octal242316205250432314053102
Binary1010001011001110100001011010101000111001111000001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CE85; }

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

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

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

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

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

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

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

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