#A2BEA5

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

Shades of Gum Leaf #A2BEA5

Tints of Gum Leaf #A2BEA5

Color information

#A2BEA5 (or 0xA2BEA5) is unknown color: approx Gum Leaf. HEX triplet: A2, BE and A5. RGB value is (162,190,165). Sum of RGB (Red+Green+Blue) = 162+190+165=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BEA5 is #5D415A. Grayscale: #B2B2B2. Windows color (decimal): -6111579 or 10862242. OLE color: 10862242.

HSL color Cylindrical-coordinate representation of color #A2BEA5: hue angle of 126.43º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2BEA5 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB162190165-
CMYK0.1500.130.25
HSL126.43º17.72%69.02%-
HSV(B)126.43º14.74%74.51%-
XYZ40.1147.2242.6-
YUV178.78120.22116.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.33%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 165 (64.84% from 255) = 31.91%
R=31.33%
G=36.75%
B=31.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621901650.1500.130.25126.4317.7269.02
HexA2BEA5F0D197e1245
Octal242276245170153117622105
Binary101000101011111010100101111101101110011111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BEA5; }

 p { color: rgb(162,190,165); }

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

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

 a { background-color: rgb(162,190,165); }

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

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

 span { border-color: rgb(162,190,165); }

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