#A4BDA9

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

Shades of Gum Leaf #A4BDA9

Tints of Gum Leaf #A4BDA9

Color information

#A4BDA9 (or 0xA4BDA9) is unknown color: approx Gum Leaf. HEX triplet: A4, BD and A9. RGB value is (164,189,169). Sum of RGB (Red+Green+Blue) = 164+189+169=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BDA9 is #5B4256. Grayscale: #B3B3B3. Windows color (decimal): -5980759 or 11124132. OLE color: 11124132.

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

Color convert

RGB164189169-
CMYK0.1300.110.26
HSL132º15.92%69.22%-
HSV(B)132º13.23%74.12%-
XYZ40.6747.1544.49-
YUV179.24122.22117.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 169 (66.41% from 255) = 32.38%
R=31.42%
G=36.21%
B=32.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641891690.1300.110.2613215.9269.22
HexA4BDA9D0B1A841045
Octal244275251150133220420105
Binary1010010010111101101010011101010111101010000100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BDA9; }

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

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

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

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

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

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

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

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