#ABBDAD

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

Shades of Gum Leaf #ABBDAD

Tints of Gum Leaf #ABBDAD

Color information

#ABBDAD (or 0xABBDAD) is unknown color: approx Gum Leaf. HEX triplet: AB, BD and AD. RGB value is (171,189,173). Sum of RGB (Red+Green+Blue) = 171+189+173=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDAD is #544252. Grayscale: #B5B5B5. Windows color (decimal): -5522003 or 11386283. OLE color: 11386283.

HSL color Cylindrical-coordinate representation of color #ABBDAD: hue angle of 126.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBDAD is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB171189173-
CMYK0.1000.080.26
HSL126.67º12%70.59%-
HSV(B)126.67º9.52%74.12%-
XYZ42.5448.0746.57-
YUV181.79123.04120.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=32.08%
G=35.46%
B=32.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891730.1000.080.26126.671270.59
HexABBDADA081A7fc47
Octal253275255120103217714107
Binary10101011101111011010110110100100011010111111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDAD; }

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

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

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

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

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

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

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

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