#AEB49A

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

Shades of Green Spring #AEB49A

Tints of Green Spring #AEB49A

Color information

#AEB49A (or 0xAEB49A) is unknown color: approx Green Spring. HEX triplet: AE, B4 and 9A. RGB value is (174,180,154). Sum of RGB (Red+Green+Blue) = 174+180+154=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB49A is #514B65. Grayscale: #AFAFAF. Windows color (decimal): -5327718 or 10138798. OLE color: 10138798.

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

Color convert

RGB174180154-
CMYK0.0300.140.29
HSL73.85º14.77%65.49%-
HSV(B)73.85º14.44%70.59%-
XYZ39.6143.9736.97-
YUV175.24116.01127.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=34.25%
G=35.43%
B=30.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801540.0300.140.2973.8514.7765.49
HexAEB49A30E1D4af41
Octal25626423230163511217101
Binary101011101011010010011010110111011101100101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB49A; }

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

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

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

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

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

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

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

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