#ABBFAD

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

Shades of Gum Leaf #ABBFAD

Tints of Gum Leaf #ABBFAD

Color information

#ABBFAD (or 0xABBFAD) is unknown color: approx Gum Leaf. HEX triplet: AB, BF and AD. RGB value is (171,191,173). Sum of RGB (Red+Green+Blue) = 171+191+173=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBFAD is #544052. Grayscale: #B7B7B7. Windows color (decimal): -5521491 or 11386795. OLE color: 11386795.

HSL color Cylindrical-coordinate representation of color #ABBFAD: hue angle of 126º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBFAD is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB171191173-
CMYK0.1000.090.25
HSL126º13.51%70.98%-
HSV(B)126º10.47%74.9%-
XYZ42.9748.9446.72-
YUV182.97122.37119.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=31.96%
G=35.70%
B=32.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911730.1000.090.2512613.5170.98
HexABBFADA09197ee47
Octal253277255120113117616107
Binary10101011101111111010110110100100111001111111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFAD; }

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

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

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

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

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

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

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

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