#ABCAB2

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

Shades of Gum Leaf #ABCAB2

Tints of Gum Leaf #ABCAB2

Color information

#ABCAB2 (or 0xABCAB2) is unknown color: approx Gum Leaf. HEX triplet: AB, CA and B2. RGB value is (171,202,178). Sum of RGB (Red+Green+Blue) = 171+202+178=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCAB2 is #54354D. Grayscale: #BEBEBE. Windows color (decimal): -5518670 or 11717291. OLE color: 11717291.

HSL color Cylindrical-coordinate representation of color #ABCAB2: hue angle of 133.55º 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 #ABCAB2 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB171202178-
CMYK0.1500.120.21
HSL133.55º22.63%73.14%-
HSV(B)133.55º15.35%79.22%-
XYZ45.9554.1150.14-
YUV190121.23114.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.03%
GREEN value IS 202 (79.30% from 255) = 36.66%
BLUE value IS 178 (69.92% from 255) = 32.30%
R=31.03%
G=36.66%
B=32.30%

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
Decimal1712021780.1500.120.21133.5522.6373.14
HexABCAB2F0C15861749
Octal253312262170142520627111
Binary1010101111001010101100101111011001010110000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAB2; }

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

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

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

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

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

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

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

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