#A2BEA4

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

Shades of Gum Leaf #A2BEA4

Tints of Gum Leaf #A2BEA4

Color information

#A2BEA4 (or 0xA2BEA4) is unknown color: approx Gum Leaf. HEX triplet: A2, BE and A4. RGB value is (162,190,164). Sum of RGB (Red+Green+Blue) = 162+190+164=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BEA4 is #5D415B. Grayscale: #B2B2B2. Windows color (decimal): -6111580 or 10796706. OLE color: 10796706.

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

Color convert

RGB162190164-
CMYK0.1500.140.25
HSL124.29º17.72%69.02%-
HSV(B)124.29º14.74%74.51%-
XYZ40.0147.1942.12-
YUV178.66119.72116.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.40%
GREEN value IS 190 (74.61% from 255) = 36.82%
BLUE value IS 164 (64.45% from 255) = 31.78%
R=31.40%
G=36.82%
B=31.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621901640.1500.140.25124.2917.7269.02
HexA2BEA4F0E197c1245
Octal242276244170163117422105
Binary101000101011111010100100111101110110011111100100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BEA4; }

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

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

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

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

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

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

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

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