#A2BEA9

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

Shades of Gum Leaf #A2BEA9

Tints of Gum Leaf #A2BEA9

Color information

#A2BEA9 (or 0xA2BEA9) is unknown color: approx Gum Leaf. HEX triplet: A2, BE and A9. RGB value is (162,190,169). Sum of RGB (Red+Green+Blue) = 162+190+169=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BEA9 is #5D4156. Grayscale: #B3B3B3. Windows color (decimal): -6111575 or 11124386. OLE color: 11124386.

HSL color Cylindrical-coordinate representation of color #A2BEA9: hue angle of 135º 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 #A2BEA9 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB162190169-
CMYK0.1500.110.25
HSL135º17.72%69.02%-
HSV(B)135º14.74%74.51%-
XYZ40.4847.3744.55-
YUV179.23122.22115.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.09%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 169 (66.41% from 255) = 32.44%
R=31.09%
G=36.47%
B=32.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621901690.1500.110.2513517.7269.02
HexA2BEA9F0B19871245
Octal242276251170133120722105
Binary1010001010111110101010011111010111100110000111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BEA9; }

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

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

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

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

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

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

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

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