#A4BCA7

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

Shades of Gum Leaf #A4BCA7

Tints of Gum Leaf #A4BCA7

Color information

#A4BCA7 (or 0xA4BCA7) is unknown color: approx Gum Leaf. HEX triplet: A4, BC and A7. RGB value is (164,188,167). Sum of RGB (Red+Green+Blue) = 164+188+167=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BCA7 is #5B4358. Grayscale: #B2B2B2. Windows color (decimal): -5981017 or 10992804. OLE color: 10992804.

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

Color convert

RGB164188167-
CMYK0.1300.110.26
HSL127.5º15.19%69.02%-
HSV(B)127.5º12.77%73.73%-
XYZ40.2746.6543.44-
YUV178.43121.55117.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 167 (65.62% from 255) = 32.18%
R=31.60%
G=36.22%
B=32.18%

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
Decimal1641881670.1300.110.26127.515.1969.02
HexA4BCA7D0B1A7ff45
Octal244274247150133217717105
Binary10100100101111001010011111010101111010111111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCA7; }

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

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

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

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

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

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

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

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