#A2BDA5

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

Shades of Gum Leaf #A2BDA5

Tints of Gum Leaf #A2BDA5

Color information

#A2BDA5 (or 0xA2BDA5) is unknown color: approx Gum Leaf. HEX triplet: A2, BD and A5. RGB value is (162,189,165). Sum of RGB (Red+Green+Blue) = 162+189+165=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BDA5 is #5D425A. Grayscale: #B2B2B2. Windows color (decimal): -6111835 or 10861986. OLE color: 10861986.

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

Color convert

RGB162189165-
CMYK0.1400.130.26
HSL126.67º16.98%68.82%-
HSV(B)126.67º14.29%74.12%-
XYZ39.8946.7942.53-
YUV178.19120.55116.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.40%
GREEN value IS 189 (74.22% from 255) = 36.63%
BLUE value IS 165 (64.84% from 255) = 31.98%
R=31.40%
G=36.63%
B=31.98%

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
Decimal1621891650.1400.130.26126.6716.9868.82
HexA2BDA5E0D1A7f1145
Octal242275245160153217721105
Binary101000101011110110100101111001101110101111111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BDA5; }

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

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

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

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

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

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

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

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