#AEB499

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

Shades of Green Spring #AEB499

Tints of Green Spring #AEB499

Color information

#AEB499 (or 0xAEB499) is unknown color: approx Green Spring. HEX triplet: AE, B4 and 99. RGB value is (174,180,153). Sum of RGB (Red+Green+Blue) = 174+180+153=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB499 is #514B66. Grayscale: #AFAFAF. Windows color (decimal): -5327719 or 10073262. OLE color: 10073262.

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

Color convert

RGB174180153-
CMYK0.0300.150.29
HSL73.33º15.25%65.29%-
HSV(B)73.33º15%70.59%-
XYZ39.5343.9436.54-
YUV175.13115.51127.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 180 (70.70% from 255) = 35.50%
BLUE value IS 153 (60.16% from 255) = 30.18%
R=34.32%
G=35.50%
B=30.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801530.0300.150.2973.3315.2565.29
HexAEB49930F1D49f41
Octal25626423130173511117101
Binary101011101011010010011001110111111101100100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB499; }

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

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

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

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

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

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

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

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