#ABBFAE

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

Shades of Gum Leaf #ABBFAE

Tints of Gum Leaf #ABBFAE

Color information

#ABBFAE (or 0xABBFAE) is unknown color: approx Gum Leaf. HEX triplet: AB, BF and AE. RGB value is (171,191,174). Sum of RGB (Red+Green+Blue) = 171+191+174=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBFAE is #544051. Grayscale: #B7B7B7. Windows color (decimal): -5521490 or 11452331. OLE color: 11452331.

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

Color convert

RGB171191174-
CMYK0.1000.090.25
HSL129º13.51%70.98%-
HSV(B)129º10.47%74.9%-
XYZ43.0748.9847.23-
YUV183.08122.87119.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=31.90%
G=35.63%
B=32.46%

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
Decimal1711911740.1000.090.2512913.5170.98
HexABBFAEA091981e47
Octal253277256120113120116107
Binary101010111011111110101110101001001110011000000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFAE; }

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

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

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

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

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

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

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

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