#A4BBA6

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

Shades of Gum Leaf #A4BBA6

Tints of Gum Leaf #A4BBA6

Color information

#A4BBA6 (or 0xA4BBA6) is unknown color: approx Gum Leaf. HEX triplet: A4, BB and A6. RGB value is (164,187,166). Sum of RGB (Red+Green+Blue) = 164+187+166=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BBA6 is #5B4459. Grayscale: #B1B1B1. Windows color (decimal): -5981274 or 10927012. OLE color: 10927012.

HSL color Cylindrical-coordinate representation of color #A4BBA6: hue angle of 125.22º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4BBA6 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB164187166-
CMYK0.1200.110.27
HSL125.22º14.47%68.82%-
HSV(B)125.22º12.3%73.33%-
XYZ39.9646.1942.88-
YUV177.73121.38118.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.72%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 166 (65.23% from 255) = 32.11%
R=31.72%
G=36.17%
B=32.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641871660.1200.110.27125.2214.4768.82
HexA4BBA6C0B1B7de45
Octal244273246140133317516105
Binary10100100101110111010011011000101111011111110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBA6; }

 p { color: rgb(164,187,166); }

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

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

 a { background-color: rgb(164,187,166); }

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

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

 span { border-color: rgb(164,187,166); }

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