#AECBB2

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

Shades of Gum Leaf #AECBB2

Tints of Gum Leaf #AECBB2

Color information

#AECBB2 (or 0xAECBB2) is unknown color: approx Gum Leaf. HEX triplet: AE, CB and B2. RGB value is (174,203,178). Sum of RGB (Red+Green+Blue) = 174+203+178=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBB2 is #51344D. Grayscale: #BFBFBF. Windows color (decimal): -5321806 or 11717550. OLE color: 11717550.

HSL color Cylindrical-coordinate representation of color #AECBB2: hue angle of 128.28º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECBB2 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB174203178-
CMYK0.1400.120.20
HSL128.28º21.8%73.92%-
HSV(B)128.28º14.29%79.61%-
XYZ46.8554.9250.25-
YUV191.48120.39115.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 178 (69.92% from 255) = 32.07%
R=31.35%
G=36.58%
B=32.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742031780.1400.120.20128.2821.873.92
HexAECBB2E0C1480164a
Octal256313262160142420026112
Binary1010111011001011101100101110011001010010000000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBB2; }

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

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

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

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

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

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

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

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