#A4BEAB

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

Shades of Gum Leaf #A4BEAB

Tints of Gum Leaf #A4BEAB

Color information

#A4BEAB (or 0xA4BEAB) is unknown color: approx Gum Leaf. HEX triplet: A4, BE and AB. RGB value is (164,190,171). Sum of RGB (Red+Green+Blue) = 164+190+171=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BEAB is #5B4154. Grayscale: #B4B4B4. Windows color (decimal): -5980501 or 11255460. OLE color: 11255460.

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

Color convert

RGB164190171-
CMYK0.1400.100.25
HSL136.15º16.67%69.41%-
HSV(B)136.15º13.68%74.51%-
XYZ41.0747.6645.56-
YUV180.06122.89116.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=31.24%
G=36.19%
B=32.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901710.1400.100.25136.1516.6769.41
HexA4BEABE0A19881145
Octal244276253160123121021105
Binary1010010010111110101010111110010101100110001000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEAB; }

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

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

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

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

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

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

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

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