#A9BEAB

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

Shades of Gum Leaf #A9BEAB

Tints of Gum Leaf #A9BEAB

Color information

#A9BEAB (or 0xA9BEAB) is unknown color: approx Gum Leaf. HEX triplet: A9, BE and AB. RGB value is (169,190,171). Sum of RGB (Red+Green+Blue) = 169+190+171=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BEAB is #564154. Grayscale: #B5B5B5. Windows color (decimal): -5652821 or 11255465. OLE color: 11255465.

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

Color convert

RGB169190171-
CMYK0.1100.100.25
HSL125.71º13.91%70.39%-
HSV(B)125.71º11.05%74.51%-
XYZ42.1348.245.61-
YUV181.55122.04119.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.89%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=31.89%
G=35.85%
B=32.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691901710.1100.100.25125.7113.9170.39
HexA9BEABB0A197ee46
Octal251276253130123117616106
Binary10101001101111101010101110110101011001111111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEAB; }

 p { color: rgb(169,190,171); }

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

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

 a { background-color: rgb(169,190,171); }

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

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

 span { border-color: rgb(169,190,171); }

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