#A3BCA5

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

Shades of Gum Leaf #A3BCA5

Tints of Gum Leaf #A3BCA5

Color information

#A3BCA5 (or 0xA3BCA5) is unknown color: approx Gum Leaf. HEX triplet: A3, BC and A5. RGB value is (163,188,165). Sum of RGB (Red+Green+Blue) = 163+188+165=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BCA5 is #5C435A. Grayscale: #B1B1B1. Windows color (decimal): -6046555 or 10861731. OLE color: 10861731.

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

Color convert

RGB163188165-
CMYK0.1300.120.26
HSL124.8º15.72%68.82%-
HSV(B)124.8º13.3%73.73%-
XYZ39.8846.4742.46-
YUV177.9120.72117.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.59%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 165 (64.84% from 255) = 31.98%
R=31.59%
G=36.43%
B=31.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631881650.1300.120.26124.815.7268.82
HexA3BCA5D0C1A7d1045
Octal243274245150143217520105
Binary101000111011110010100101110101100110101111101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BCA5; }

 p { color: rgb(163,188,165); }

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

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

 a { background-color: rgb(163,188,165); }

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

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

 span { border-color: rgb(163,188,165); }

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