#A2BCA4

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

Shades of Gum Leaf #A2BCA4

Tints of Gum Leaf #A2BCA4

Color information

#A2BCA4 (or 0xA2BCA4) is unknown color: approx Gum Leaf. HEX triplet: A2, BC and A4. RGB value is (162,188,164). Sum of RGB (Red+Green+Blue) = 162+188+164=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCA4 is #5D435B. Grayscale: #B1B1B1. Windows color (decimal): -6112092 or 10796194. OLE color: 10796194.

HSL color Cylindrical-coordinate representation of color #A2BCA4: hue angle of 124.62º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BCA4 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB162188164-
CMYK0.1400.130.26
HSL124.62º16.25%68.63%-
HSV(B)124.62º13.83%73.73%-
XYZ39.5846.3341.98-
YUV177.49120.39116.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.52%
GREEN value IS 188 (73.83% from 255) = 36.58%
BLUE value IS 164 (64.45% from 255) = 31.91%
R=31.52%
G=36.58%
B=31.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621881640.1400.130.26124.6216.2568.63
HexA2BCA4E0D1A7d1045
Octal242274244160153217520105
Binary101000101011110010100100111001101110101111101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCA4; }

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

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

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

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

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

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

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

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