#ABBDAE

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

Shades of Gum Leaf #ABBDAE

Tints of Gum Leaf #ABBDAE

Color information

#ABBDAE (or 0xABBDAE) is unknown color: approx Gum Leaf. HEX triplet: AB, BD and AE. RGB value is (171,189,174). Sum of RGB (Red+Green+Blue) = 171+189+174=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDAE is #544251. Grayscale: #B5B5B5. Windows color (decimal): -5522002 or 11451819. OLE color: 11451819.

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

Color convert

RGB171189174-
CMYK0.1000.080.26
HSL130º12%70.59%-
HSV(B)130º9.52%74.12%-
XYZ42.6348.1147.08-
YUV181.91123.54120.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=32.02%
G=35.39%
B=32.58%

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
Decimal1711891740.1000.080.261301270.59
HexABBDAEA081A82c47
Octal253275256120103220214107
Binary101010111011110110101110101001000110101000001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDAE; }

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

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

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

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

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

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

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

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