#A4BDA8

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

Shades of Gum Leaf #A4BDA8

Tints of Gum Leaf #A4BDA8

Color information

#A4BDA8 (or 0xA4BDA8) is unknown color: approx Gum Leaf. HEX triplet: A4, BD and A8. RGB value is (164,189,168). Sum of RGB (Red+Green+Blue) = 164+189+168=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BDA8 is #5B4257. Grayscale: #B3B3B3. Windows color (decimal): -5980760 or 11058596. OLE color: 11058596.

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

Color convert

RGB164189168-
CMYK0.1300.110.26
HSL129.6º15.92%69.22%-
HSV(B)129.6º13.23%74.12%-
XYZ40.5847.1144-
YUV179.13121.72117.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 189 (74.22% from 255) = 36.28%
BLUE value IS 168 (66.02% from 255) = 32.25%
R=31.48%
G=36.28%
B=32.25%

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
Decimal1641891680.1300.110.26129.615.9269.22
HexA4BDA8D0B1A821045
Octal244275250150133220220105
Binary1010010010111101101010001101010111101010000010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BDA8; }

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

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

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

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

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

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

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

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