#AEB49C

Color #AEB49C Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #AEB49C

Tints of Green Spring #AEB49C

Color information

#AEB49C (or 0xAEB49C) is unknown color: approx Green Spring. HEX triplet: AE, B4 and 9C. RGB value is (174,180,156). Sum of RGB (Red+Green+Blue) = 174+180+156=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB49C is #514B63. Grayscale: #AFAFAF. Windows color (decimal): -5327716 or 10269870. OLE color: 10269870.

HSL color Cylindrical-coordinate representation of color #AEB49C: hue angle of 75º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEB49C is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB174180156-
CMYK0.0300.130.29
HSL75º13.79%65.88%-
HSV(B)75º13.33%70.59%-
XYZ39.7844.0437.86-
YUV175.47117.01126.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=34.12%
G=35.29%
B=30.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801560.0300.130.297513.7965.88
HexAEB49C30D1D4be42
Octal25626423430153511316102
Binary101011101011010010011100110110111101100101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB49C; }

 p { color: rgb(174,180,156); }

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

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

 a { background-color: rgb(174,180,156); }

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

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

 span { border-color: rgb(174,180,156); }

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