#A1BEA4

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

Shades of Gum Leaf #A1BEA4

Tints of Gum Leaf #A1BEA4

Color information

#A1BEA4 (or 0xA1BEA4) is unknown color: approx Gum Leaf. HEX triplet: A1, BE and A4. RGB value is (161,190,164). Sum of RGB (Red+Green+Blue) = 161+190+164=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BEA4 is #5E415B. Grayscale: #B2B2B2. Windows color (decimal): -6177116 or 10796705. OLE color: 10796705.

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

Color convert

RGB161190164-
CMYK0.1500.140.25
HSL126.21º18.24%68.82%-
HSV(B)126.21º15.26%74.51%-
XYZ39.8147.0842.11-
YUV178.36119.89115.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 190 (74.61% from 255) = 36.89%
BLUE value IS 164 (64.45% from 255) = 31.84%
R=31.26%
G=36.89%
B=31.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611901640.1500.140.25126.2118.2468.82
HexA1BEA4F0E197e1245
Octal241276244170163117622105
Binary101000011011111010100100111101110110011111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BEA4; }

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

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

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

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

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

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

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

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