#ABBCAE

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

Shades of Gum Leaf #ABBCAE

Tints of Gum Leaf #ABBCAE

Color information

#ABBCAE (or 0xABBCAE) is unknown color: approx Gum Leaf. HEX triplet: AB, BC and AE. RGB value is (171,188,174). Sum of RGB (Red+Green+Blue) = 171+188+174=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBCAE is #544351. Grayscale: #B5B5B5. Windows color (decimal): -5522258 or 11451563. OLE color: 11451563.

HSL color Cylindrical-coordinate representation of color #ABBCAE: hue angle of 130.59º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBCAE is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB171188174-
CMYK0.0900.070.26
HSL130.59º11.26%70.39%-
HSV(B)130.59º9.04%73.73%-
XYZ42.4247.6847.01-
YUV181.32123.87120.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=32.08%
G=35.27%
B=32.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881740.0900.070.26130.5911.2670.39
HexABBCAE9071A83b46
Octal25327425611073220313106
Binary10101011101111001010111010010111110101000001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCAE; }

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

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

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

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

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

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

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

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