#A2BDAA

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

Shades of Gum Leaf #A2BDAA

Tints of Gum Leaf #A2BDAA

Color information

#A2BDAA (or 0xA2BDAA) is unknown color: approx Gum Leaf. HEX triplet: A2, BD and AA. RGB value is (162,189,170). Sum of RGB (Red+Green+Blue) = 162+189+170=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BDAA is #5D4255. Grayscale: #B2B2B2. Windows color (decimal): -6111830 or 11189666. OLE color: 11189666.

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

Color convert

RGB162189170-
CMYK0.1400.100.26
HSL137.78º16.98%68.82%-
HSV(B)137.78º14.29%74.12%-
XYZ40.3546.9844.97-
YUV178.76123.05116.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.09%
GREEN value IS 189 (74.22% from 255) = 36.28%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=31.09%
G=36.28%
B=32.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621891700.1400.100.26137.7816.9868.82
HexA2BDAAE0A1A8a1145
Octal242275252160123221221105
Binary1010001010111101101010101110010101101010001010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BDAA; }

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

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

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

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

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

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

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

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