#A5BEAB

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

Shades of Gum Leaf #A5BEAB

Tints of Gum Leaf #A5BEAB

Color information

#A5BEAB (or 0xA5BEAB) is unknown color: approx Gum Leaf. HEX triplet: A5, BE and AB. RGB value is (165,190,171). Sum of RGB (Red+Green+Blue) = 165+190+171=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BEAB is #5A4154. Grayscale: #B4B4B4. Windows color (decimal): -5914965 or 11255461. OLE color: 11255461.

HSL color Cylindrical-coordinate representation of color #A5BEAB: hue angle of 134.4º 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 #A5BEAB is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB165190171-
CMYK0.1300.100.25
HSL134.4º16.13%69.61%-
HSV(B)134.4º13.16%74.51%-
XYZ41.2847.7745.57-
YUV180.36122.72117.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=31.37%
G=36.12%
B=32.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651901710.1300.100.25134.416.1369.61
HexA5BEABD0A19861046
Octal245276253150123120620106
Binary1010010110111110101010111101010101100110000110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BEAB; }

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

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

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

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

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

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

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

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