#A4BEA6

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

Shades of Gum Leaf #A4BEA6

Tints of Gum Leaf #A4BEA6

Color information

#A4BEA6 (or 0xA4BEA6) is unknown color: approx Gum Leaf. HEX triplet: A4, BE and A6. RGB value is (164,190,166). Sum of RGB (Red+Green+Blue) = 164+190+166=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BEA6 is #5B4159. Grayscale: #B3B3B3. Windows color (decimal): -5980506 or 10927780. OLE color: 10927780.

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

Color convert

RGB164190166-
CMYK0.1400.130.25
HSL124.62º16.67%69.41%-
HSV(B)124.62º13.68%74.51%-
XYZ40.6147.4743.1-
YUV179.49120.39116.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.54%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 166 (65.23% from 255) = 31.92%
R=31.54%
G=36.54%
B=31.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901660.1400.130.25124.6216.6769.41
HexA4BEA6E0D197d1145
Octal244276246160153117521105
Binary101001001011111010100110111001101110011111101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEA6; }

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

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

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

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

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

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

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

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