#A1BDA4

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

Shades of Gum Leaf #A1BDA4

Tints of Gum Leaf #A1BDA4

Color information

#A1BDA4 (or 0xA1BDA4) is unknown color: approx Gum Leaf. HEX triplet: A1, BD and A4. RGB value is (161,189,164). Sum of RGB (Red+Green+Blue) = 161+189+164=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BDA4 is #5E425B. Grayscale: #B1B1B1. Windows color (decimal): -6177372 or 10796449. OLE color: 10796449.

HSL color Cylindrical-coordinate representation of color #A1BDA4: hue angle of 126.43º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1BDA4 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB161189164-
CMYK0.1500.130.26
HSL126.43º17.5%68.63%-
HSV(B)126.43º14.81%74.12%-
XYZ39.646.6542.04-
YUV177.78120.22116.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 189 (74.22% from 255) = 36.77%
BLUE value IS 164 (64.45% from 255) = 31.91%
R=31.32%
G=36.77%
B=31.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611891640.1500.130.26126.4317.568.63
HexA1BDA4F0D1A7e1245
Octal241275244170153217622105
Binary101000011011110110100100111101101110101111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BDA4; }

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

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

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

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

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

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

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

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