#ABBFAF

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

Shades of Gum Leaf #ABBFAF

Tints of Gum Leaf #ABBFAF

Color information

#ABBFAF (or 0xABBFAF) is unknown color: approx Gum Leaf. HEX triplet: AB, BF and AF. RGB value is (171,191,175). Sum of RGB (Red+Green+Blue) = 171+191+175=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBFAF is #544050. Grayscale: #B7B7B7. Windows color (decimal): -5521489 or 11517867. OLE color: 11517867.

HSL color Cylindrical-coordinate representation of color #ABBFAF: hue angle of 132º 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 #ABBFAF is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB171191175-
CMYK0.1000.080.25
HSL132º13.51%70.98%-
HSV(B)132º10.47%74.9%-
XYZ43.1649.0147.74-
YUV183.2123.37119.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.84%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 175 (68.75% from 255) = 32.59%
R=31.84%
G=35.57%
B=32.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911750.1000.080.2513213.5170.98
HexABBFAFA081984e47
Octal253277257120103120416107
Binary101010111011111110101111101001000110011000010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFAF; }

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

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

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

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

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

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

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

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