#ABB5AC

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

Shades of Gum Leaf #ABB5AC

Tints of Gum Leaf #ABB5AC

Color information

#ABB5AC (or 0xABB5AC) is unknown color: approx Gum Leaf. HEX triplet: AB, B5 and AC. RGB value is (171,181,172). Sum of RGB (Red+Green+Blue) = 171+181+172=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB5AC is #544A53. Grayscale: #B1B1B1. Windows color (decimal): -5524052 or 11318699. OLE color: 11318699.

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

Color convert

RGB171181172-
CMYK0.0600.050.29
HSL126º6.33%69.02%-
HSV(B)126º5.52%70.98%-
XYZ40.7644.6845.51-
YUV176.98125.19123.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 181 (71.09% from 255) = 34.54%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=32.63%
G=34.54%
B=32.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711811720.0600.050.291266.3369.02
HexABB5AC6051D7e645
Octal253265254605351766105
Binary10101011101101011010110011001011110111111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5AC; }

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

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

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

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

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

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

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

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