#ABCAB5

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

Shades of Gum Leaf #ABCAB5

Tints of Gum Leaf #ABCAB5

Color information

#ABCAB5 (or 0xABCAB5) is unknown color: approx Gum Leaf. HEX triplet: AB, CA and B5. RGB value is (171,202,181). Sum of RGB (Red+Green+Blue) = 171+202+181=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAB5 is #54354A. Grayscale: #BEBEBE. Windows color (decimal): -5518667 or 11913899. OLE color: 11913899.

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

Color convert

RGB171202181-
CMYK0.1500.100.21
HSL139.35º22.63%73.14%-
HSV(B)139.35º15.35%79.22%-
XYZ46.2654.2451.75-
YUV190.34122.73114.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.87%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=30.87%
G=36.46%
B=32.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021810.1500.100.21139.3522.6373.14
HexABCAB5F0A158b1749
Octal253312265170122521327111
Binary1010101111001010101101011111010101010110001011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAB5; }

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

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

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

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

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

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

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

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