#A4BCA8

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

Shades of Gum Leaf #A4BCA8

Tints of Gum Leaf #A4BCA8

Color information

#A4BCA8 (or 0xA4BCA8) is unknown color: approx Gum Leaf. HEX triplet: A4, BC and A8. RGB value is (164,188,168). Sum of RGB (Red+Green+Blue) = 164+188+168=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BCA8 is #5B4357. Grayscale: #B2B2B2. Windows color (decimal): -5981016 or 11058340. OLE color: 11058340.

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

Color convert

RGB164188168-
CMYK0.1300.110.26
HSL130º15.19%69.02%-
HSV(B)130º12.77%73.73%-
XYZ40.3646.6943.93-
YUV178.54122.05117.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.54%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 168 (66.02% from 255) = 32.31%
R=31.54%
G=36.15%
B=32.31%

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
Decimal1641881680.1300.110.2613015.1969.02
HexA4BCA8D0B1A82f45
Octal244274250150133220217105
Binary101001001011110010101000110101011110101000001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCA8; }

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

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

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

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

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

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

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

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