#ABB4AC

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

Shades of Gum Leaf #ABB4AC

Tints of Gum Leaf #ABB4AC

Color information

#ABB4AC (or 0xABB4AC) is unknown color: approx Gum Leaf. HEX triplet: AB, B4 and AC. RGB value is (171,180,172). Sum of RGB (Red+Green+Blue) = 171+180+172=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB4AC is #544B53. Grayscale: #B0B0B0. Windows color (decimal): -5524308 or 11318443. OLE color: 11318443.

HSL color Cylindrical-coordinate representation of color #ABB4AC: hue angle of 126.67º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ABB4AC is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB171180172-
CMYK0.0500.040.29
HSL126.67º5.66%68.82%-
HSV(B)126.67º5%70.59%-
XYZ40.5644.2845.44-
YUV176.4125.52124.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 180 (70.70% from 255) = 34.42%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=32.70%
G=34.42%
B=32.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801720.0500.040.29126.675.6668.82
HexABB4AC5041D7f645
Octal253264254504351776105
Binary10101011101101001010110010101001110111111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4AC; }

 p { color: rgb(171,180,172); }

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

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

 a { background-color: rgb(171,180,172); }

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

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

 span { border-color: rgb(171,180,172); }

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