#A2BCA7

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

Shades of Gum Leaf #A2BCA7

Tints of Gum Leaf #A2BCA7

Color information

#A2BCA7 (or 0xA2BCA7) is unknown color: approx Gum Leaf. HEX triplet: A2, BC and A7. RGB value is (162,188,167). Sum of RGB (Red+Green+Blue) = 162+188+167=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCA7 is #5D4358. Grayscale: #B1B1B1. Windows color (decimal): -6112089 or 10992802. OLE color: 10992802.

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

Color convert

RGB162188167-
CMYK0.1400.110.26
HSL131.54º16.25%68.63%-
HSV(B)131.54º13.83%73.73%-
XYZ39.8646.4443.42-
YUV177.83121.89116.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.33%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 167 (65.62% from 255) = 32.30%
R=31.33%
G=36.36%
B=32.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621881670.1400.110.26131.5416.2568.63
HexA2BCA7E0B1A841045
Octal242274247160133220420105
Binary1010001010111100101001111110010111101010000100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCA7; }

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

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

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

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

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

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

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

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