#A2BDA4

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

Shades of Gum Leaf #A2BDA4

Tints of Gum Leaf #A2BDA4

Color information

#A2BDA4 (or 0xA2BDA4) is unknown color: approx Gum Leaf. HEX triplet: A2, BD and A4. RGB value is (162,189,164). Sum of RGB (Red+Green+Blue) = 162+189+164=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BDA4 is #5D425B. Grayscale: #B2B2B2. Windows color (decimal): -6111836 or 10796450. OLE color: 10796450.

HSL color Cylindrical-coordinate representation of color #A2BDA4: hue angle of 124.44º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BDA4 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB162189164-
CMYK0.1400.130.26
HSL124.44º16.98%68.82%-
HSV(B)124.44º14.29%74.12%-
XYZ39.846.7642.05-
YUV178.08120.05116.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.46%
GREEN value IS 189 (74.22% from 255) = 36.70%
BLUE value IS 164 (64.45% from 255) = 31.84%
R=31.46%
G=36.70%
B=31.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621891640.1400.130.26124.4416.9868.82
HexA2BDA4E0D1A7c1145
Octal242275244160153217421105
Binary101000101011110110100100111001101110101111100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BDA4; }

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

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

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

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

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

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

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

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