#AEBBB2

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

Shades of Gum Leaf #AEBBB2

Tints of Gum Leaf #AEBBB2

Color information

#AEBBB2 (or 0xAEBBB2) is unknown color: approx Gum Leaf. HEX triplet: AE, BB and B2. RGB value is (174,187,178). Sum of RGB (Red+Green+Blue) = 174+187+178=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBBB2 is #51444D. Grayscale: #B6B6B6. Windows color (decimal): -5325902 or 11713454. OLE color: 11713454.

HSL color Cylindrical-coordinate representation of color #AEBBB2: hue angle of 138.46º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEBBB2 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB174187178-
CMYK0.0700.050.27
HSL138.46º8.72%70.78%-
HSV(B)138.46º6.95%73.33%-
XYZ43.2647.7549.06-
YUV182.09125.69122.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=32.28%
G=34.69%
B=33.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871780.0700.050.27138.468.7270.78
HexAEBBB27051B8a947
Octal2562732627053321211107
Binary1010111010111011101100101110101110111000101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBB2; }

 p { color: rgb(174,187,178); }

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

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

 a { background-color: rgb(174,187,178); }

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

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

 span { border-color: rgb(174,187,178); }

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