#A6C1B0

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

Shades of Gum Leaf #A6C1B0

Tints of Gum Leaf #A6C1B0

Color information

#A6C1B0 (or 0xA6C1B0) is unknown color: approx Gum Leaf. HEX triplet: A6, C1 and B0. RGB value is (166,193,176). Sum of RGB (Red+Green+Blue) = 166+193+176=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C1B0 is #593E4F. Grayscale: #B7B7B7. Windows color (decimal): -5848656 or 11583910. OLE color: 11583910.

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

Color convert

RGB166193176-
CMYK0.1400.090.24
HSL142.22º17.88%70.39%-
HSV(B)142.22º13.99%75.69%-
XYZ42.6349.3848.36-
YUV182.99124.05115.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.03%
GREEN value IS 193 (75.78% from 255) = 36.07%
BLUE value IS 176 (69.14% from 255) = 32.90%
R=31.03%
G=36.07%
B=32.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661931760.1400.090.24142.2217.8870.39
HexA6C1B0E09188e1246
Octal246301260160113021622106
Binary1010011011000001101100001110010011100010001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C1B0; }

 p { color: rgb(166,193,176); }

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

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

 a { background-color: rgb(166,193,176); }

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

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

 span { border-color: rgb(166,193,176); }

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