#A4BFA6

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

Shades of Gum Leaf #A4BFA6

Tints of Gum Leaf #A4BFA6

Color information

#A4BFA6 (or 0xA4BFA6) is unknown color: approx Gum Leaf. HEX triplet: A4, BF and A6. RGB value is (164,191,166). Sum of RGB (Red+Green+Blue) = 164+191+166=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BFA6 is #5B4059. Grayscale: #B4B4B4. Windows color (decimal): -5980250 or 10928036. OLE color: 10928036.

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

Color convert

RGB164191166-
CMYK0.1400.130.25
HSL124.44º17.42%69.61%-
HSV(B)124.44º14.14%74.9%-
XYZ40.8247.9143.17-
YUV180.08120.05116.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 166 (65.23% from 255) = 31.86%
R=31.48%
G=36.66%
B=31.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911660.1400.130.25124.4417.4269.61
HexA4BFA6E0D197c1146
Octal244277246160153117421106
Binary101001001011111110100110111001101110011111100100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFA6; }

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

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

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

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

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

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

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

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