#AEB999

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

Shades of Green Spring #AEB999

Tints of Green Spring #AEB999

Color information

#AEB999 (or 0xAEB999) is unknown color: approx Green Spring. HEX triplet: AE, B9 and 99. RGB value is (174,185,153). Sum of RGB (Red+Green+Blue) = 174+185+153=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB999 is #514666. Grayscale: #B2B2B2. Windows color (decimal): -5326439 or 10074542. OLE color: 10074542.

HSL color Cylindrical-coordinate representation of color #AEB999: hue angle of 80.62º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEB999 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB174185153-
CMYK0.0600.170.27
HSL80.62º18.6%66.27%-
HSV(B)80.62º17.3%72.55%-
XYZ40.554636.88-
YUV178.06113.86125.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 185 (72.66% from 255) = 36.13%
BLUE value IS 153 (60.16% from 255) = 29.88%
R=33.98%
G=36.13%
B=29.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851530.0600.170.2780.6218.666.27
HexAEB99960111B511342
Octal25627123160213312123102
Binary101011101011100110011001110010001110111010001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB999; }

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

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

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

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

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

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

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

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