#A4BCAC

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

Shades of Gum Leaf #A4BCAC

Tints of Gum Leaf #A4BCAC

Color information

#A4BCAC (or 0xA4BCAC) is unknown color: approx Gum Leaf. HEX triplet: A4, BC and AC. RGB value is (164,188,172). Sum of RGB (Red+Green+Blue) = 164+188+172=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BCAC is #5B4353. Grayscale: #B3B3B3. Windows color (decimal): -5981012 or 11320484. OLE color: 11320484.

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

Color convert

RGB164188172-
CMYK0.1300.090.26
HSL140º15.19%69.02%-
HSV(B)140º12.77%73.73%-
XYZ40.7446.8445.92-
YUV179124.05117.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=31.30%
G=35.88%
B=32.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641881720.1300.090.2614015.1969.02
HexA4BCACD091A8cf45
Octal244274254150113221417105
Binary101001001011110010101100110101001110101000110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCAC; }

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

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

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

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

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

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

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

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