#A2CE83

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

Shades of Gossip #A2CE83

Tints of Gossip #A2CE83

Color information

#A2CE83 (or 0xA2CE83) is unknown color: approx Gossip. HEX triplet: A2, CE and 83. RGB value is (162,206,131). Sum of RGB (Red+Green+Blue) = 162+206+131=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CE83 is #5D317C. Grayscale: #B8B8B8. Windows color (decimal): -6107517 or 8638114. OLE color: 8638114.

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

Color convert

RGB162206131-
CMYK0.2100.360.19
HSL95.2º43.35%66.08%-
HSV(B)95.2º36.41%80.78%-
XYZ41.0753.4629.63-
YUV184.2997.92112.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.46%
GREEN value IS 206 (80.86% from 255) = 41.28%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=32.46%
G=41.28%
B=26.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061310.2100.360.1995.243.3566.08
HexA2CE8315024135f2b42
Octal242316203250442313753102
Binary1010001011001110100000111010101001001001110111111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CE83; }

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

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

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

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

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

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

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

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