#A5BEAC

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

Shades of Gum Leaf #A5BEAC

Tints of Gum Leaf #A5BEAC

Color information

#A5BEAC (or 0xA5BEAC) is unknown color: approx Gum Leaf. HEX triplet: A5, BE and AC. RGB value is (165,190,172). Sum of RGB (Red+Green+Blue) = 165+190+172=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BEAC is #5A4153. Grayscale: #B4B4B4. Windows color (decimal): -5914964 or 11320997. OLE color: 11320997.

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

Color convert

RGB165190172-
CMYK0.1300.090.25
HSL136.8º16.13%69.61%-
HSV(B)136.8º13.16%74.51%-
XYZ41.3847.846.08-
YUV180.47123.22116.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.31%
GREEN value IS 190 (74.61% from 255) = 36.05%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=31.31%
G=36.05%
B=32.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651901720.1300.090.25136.816.1369.61
HexA5BEACD0919891046
Octal245276254150113121120106
Binary1010010110111110101011001101010011100110001001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BEAC; }

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

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

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

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

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

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

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

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