#A4BCA9

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

Shades of Gum Leaf #A4BCA9

Tints of Gum Leaf #A4BCA9

Color information

#A4BCA9 (or 0xA4BCA9) is unknown color: approx Gum Leaf. HEX triplet: A4, BC and A9. RGB value is (164,188,169). Sum of RGB (Red+Green+Blue) = 164+188+169=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BCA9 is #5B4356. Grayscale: #B2B2B2. Windows color (decimal): -5981015 or 11123876. OLE color: 11123876.

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

Color convert

RGB164188169-
CMYK0.1300.100.26
HSL132.5º15.19%69.02%-
HSV(B)132.5º12.77%73.73%-
XYZ40.4546.7244.42-
YUV178.66122.55117.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 169 (66.41% from 255) = 32.44%
R=31.48%
G=36.08%
B=32.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641881690.1300.100.26132.515.1969.02
HexA4BCA9D0A1A84f45
Octal244274251150123220417105
Binary101001001011110010101001110101010110101000010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCA9; }

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

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

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

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

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

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

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

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