#A5BCAB

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

Shades of Gum Leaf #A5BCAB

Tints of Gum Leaf #A5BCAB

Color information

#A5BCAB (or 0xA5BCAB) is unknown color: approx Gum Leaf. HEX triplet: A5, BC and AB. RGB value is (165,188,171). Sum of RGB (Red+Green+Blue) = 165+188+171=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCAB is #5A4354. Grayscale: #B3B3B3. Windows color (decimal): -5915477 or 11254949. OLE color: 11254949.

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

Color convert

RGB165188171-
CMYK0.1200.090.26
HSL135.65º14.65%69.22%-
HSV(B)135.65º12.23%73.73%-
XYZ40.8546.9145.43-
YUV179.18123.38117.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=31.49%
G=35.88%
B=32.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881710.1200.090.26135.6514.6569.22
HexA5BCABC091A88f45
Octal245274253140113221017105
Binary101001011011110010101011110001001110101000100011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCAB; }

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

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

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

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

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

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

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

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