#A6BEA8

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

Shades of Gum Leaf #A6BEA8

Tints of Gum Leaf #A6BEA8

Color information

#A6BEA8 (or 0xA6BEA8) is unknown color: approx Gum Leaf. HEX triplet: A6, BE and A8. RGB value is (166,190,168). Sum of RGB (Red+Green+Blue) = 166+190+168=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BEA8 is #594157. Grayscale: #B4B4B4. Windows color (decimal): -5849432 or 11058854. OLE color: 11058854.

HSL color Cylindrical-coordinate representation of color #A6BEA8: hue angle of 125º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6BEA8 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB166190168-
CMYK0.1300.120.25
HSL125º15.58%69.8%-
HSV(B)125º12.63%74.51%-
XYZ41.2147.7644.09-
YUV180.32121.05117.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.68%
GREEN value IS 190 (74.61% from 255) = 36.26%
BLUE value IS 168 (66.02% from 255) = 32.06%
R=31.68%
G=36.26%
B=32.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901680.1300.120.2512515.5869.8
HexA6BEA8D0C197d1046
Octal246276250150143117520106
Binary101001101011111010101000110101100110011111101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BEA8; }

 p { color: rgb(166,190,168); }

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

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

 a { background-color: rgb(166,190,168); }

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

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

 span { border-color: rgb(166,190,168); }

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