#AEB699

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

Shades of Green Spring #AEB699

Tints of Green Spring #AEB699

Color information

#AEB699 (or 0xAEB699) is unknown color: approx Green Spring. HEX triplet: AE, B6 and 99. RGB value is (174,182,153). Sum of RGB (Red+Green+Blue) = 174+182+153=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB699 is #514966. Grayscale: #B0B0B0. Windows color (decimal): -5327207 or 10073774. OLE color: 10073774.

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

Color convert

RGB174182153-
CMYK0.0400.160.29
HSL76.55º16.57%65.69%-
HSV(B)76.55º15.93%71.37%-
XYZ39.9344.7536.67-
YUV176.3114.85126.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 182 (71.48% from 255) = 35.76%
BLUE value IS 153 (60.16% from 255) = 30.06%
R=34.18%
G=35.76%
B=30.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821530.0400.160.2976.5516.5765.69
HexAEB69940101D4d1142
Octal25626623140203511521102
Binary101011101011011010011001100010000111011001101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB699; }

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

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

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

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

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

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

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

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