#ABCAB1

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

Shades of Gum Leaf #ABCAB1

Tints of Gum Leaf #ABCAB1

Color information

#ABCAB1 (or 0xABCAB1) is unknown color: approx Gum Leaf. HEX triplet: AB, CA and B1. RGB value is (171,202,177). Sum of RGB (Red+Green+Blue) = 171+202+177=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCAB1 is #54354E. Grayscale: #BDBDBD. Windows color (decimal): -5518671 or 11651755. OLE color: 11651755.

HSL color Cylindrical-coordinate representation of color #ABCAB1: hue angle of 131.61º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCAB1 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB171202177-
CMYK0.1500.120.21
HSL131.61º22.63%73.14%-
HSV(B)131.61º15.35%79.22%-
XYZ45.8554.0749.62-
YUV189.88120.73114.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.09%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 177 (69.53% from 255) = 32.18%
R=31.09%
G=36.73%
B=32.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021770.1500.120.21131.6122.6373.14
HexABCAB1F0C15841749
Octal253312261170142520427111
Binary1010101111001010101100011111011001010110000100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAB1; }

 p { color: rgb(171,202,177); }

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

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

 a { background-color: rgb(171,202,177); }

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

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

 span { border-color: rgb(171,202,177); }

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