#A4BDA7

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

Shades of Gum Leaf #A4BDA7

Tints of Gum Leaf #A4BDA7

Color information

#A4BDA7 (or 0xA4BDA7) is unknown color: approx Gum Leaf. HEX triplet: A4, BD and A7. RGB value is (164,189,167). Sum of RGB (Red+Green+Blue) = 164+189+167=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BDA7 is #5B4258. Grayscale: #B3B3B3. Windows color (decimal): -5980761 or 10993060. OLE color: 10993060.

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

Color convert

RGB164189167-
CMYK0.1300.120.26
HSL127.2º15.92%69.22%-
HSV(B)127.2º13.23%74.12%-
XYZ40.4847.0843.51-
YUV179.02121.22117.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.54%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 167 (65.62% from 255) = 32.12%
R=31.54%
G=36.35%
B=32.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641891670.1300.120.26127.215.9269.22
HexA4BDA7D0C1A7f1045
Octal244275247150143217720105
Binary101001001011110110100111110101100110101111111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BDA7; }

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

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

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

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

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

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

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

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