#A6C2AB

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

Shades of Gum Leaf #A6C2AB

Tints of Gum Leaf #A6C2AB

Color information

#A6C2AB (or 0xA6C2AB) is unknown color: approx Gum Leaf. HEX triplet: A6, C2 and AB. RGB value is (166,194,171). Sum of RGB (Red+Green+Blue) = 166+194+171=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C2AB is #593D54. Grayscale: #B7B7B7. Windows color (decimal): -5848405 or 11256486. OLE color: 11256486.

HSL color Cylindrical-coordinate representation of color #A6C2AB: hue angle of 130.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C2AB is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB166194171-
CMYK0.1400.120.24
HSL130.71º18.67%70.59%-
HSV(B)130.71º14.43%76.08%-
XYZ42.3749.6345.87-
YUV183.01121.22115.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 194 (76.17% from 255) = 36.53%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=31.26%
G=36.53%
B=32.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661941710.1400.120.24130.7118.6770.59
HexA6C2ABE0C18831347
Octal246302253160143020323107
Binary1010011011000010101010111110011001100010000011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C2AB; }

 p { color: rgb(166,194,171); }

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

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

 a { background-color: rgb(166,194,171); }

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

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

 span { border-color: rgb(166,194,171); }

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