#ABB8AD

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

Shades of Gum Leaf #ABB8AD

Tints of Gum Leaf #ABB8AD

Color information

#ABB8AD (or 0xABB8AD) is unknown color: approx Gum Leaf. HEX triplet: AB, B8 and AD. RGB value is (171,184,173). Sum of RGB (Red+Green+Blue) = 171+184+173=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB8AD is #544752. Grayscale: #B2B2B2. Windows color (decimal): -5523283 or 11385003. OLE color: 11385003.

HSL color Cylindrical-coordinate representation of color #ABB8AD: hue angle of 129.23º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABB8AD is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB171184173-
CMYK0.0700.060.28
HSL129.23º8.39%69.61%-
HSV(B)129.23º7.07%72.16%-
XYZ41.4845.9646.22-
YUV178.86124.69122.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 184 (72.27% from 255) = 34.85%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=32.39%
G=34.85%
B=32.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711841730.0700.060.28129.238.3969.61
HexABB8AD7061C81846
Octal2532702557063420110106
Binary1010101110111000101011011110110111001000000110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB8AD; }

 p { color: rgb(171,184,173); }

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

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

 a { background-color: rgb(171,184,173); }

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

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

 span { border-color: rgb(171,184,173); }

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