#A4BEAC

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

Shades of Gum Leaf #A4BEAC

Tints of Gum Leaf #A4BEAC

Color information

#A4BEAC (or 0xA4BEAC) is unknown color: approx Gum Leaf. HEX triplet: A4, BE and AC. RGB value is (164,190,172). Sum of RGB (Red+Green+Blue) = 164+190+172=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BEAC is #5B4153. Grayscale: #B4B4B4. Windows color (decimal): -5980500 or 11320996. OLE color: 11320996.

HSL color Cylindrical-coordinate representation of color #A4BEAC: hue angle of 138.46º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4BEAC is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB164190172-
CMYK0.1400.090.25
HSL138.46º16.67%69.41%-
HSV(B)138.46º13.68%74.51%-
XYZ41.1747.746.07-
YUV180.17123.39116.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=31.18%
G=36.12%
B=32.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901720.1400.090.25138.4616.6769.41
HexA4BEACE09198a1145
Octal244276254160113121221105
Binary1010010010111110101011001110010011100110001010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEAC; }

 p { color: rgb(164,190,172); }

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

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

 a { background-color: rgb(164,190,172); }

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

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

 span { border-color: rgb(164,190,172); }

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