#A4BCAB

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

Shades of Gum Leaf #A4BCAB

Tints of Gum Leaf #A4BCAB

Color information

#A4BCAB (or 0xA4BCAB) is unknown color: approx Gum Leaf. HEX triplet: A4, BC and AB. RGB value is (164,188,171). Sum of RGB (Red+Green+Blue) = 164+188+171=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BCAB is #5B4354. Grayscale: #B2B2B2. Windows color (decimal): -5981013 or 11254948. OLE color: 11254948.

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

Color convert

RGB164188171-
CMYK0.1300.090.26
HSL137.5º15.19%69.02%-
HSV(B)137.5º12.77%73.73%-
XYZ40.6446.845.42-
YUV178.89123.55117.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.36%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=31.36%
G=35.95%
B=32.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641881710.1300.090.26137.515.1969.02
HexA4BCABD091A89f45
Octal244274253150113221117105
Binary101001001011110010101011110101001110101000100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCAB; }

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

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

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

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

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

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

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

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