#AEB69A

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

Shades of Green Spring #AEB69A

Tints of Green Spring #AEB69A

Color information

#AEB69A (or 0xAEB69A) is unknown color: approx Green Spring. HEX triplet: AE, B6 and 9A. RGB value is (174,182,154). Sum of RGB (Red+Green+Blue) = 174+182+154=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB69A is #514965. Grayscale: #B0B0B0. Windows color (decimal): -5327206 or 10139310. OLE color: 10139310.

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

Color convert

RGB174182154-
CMYK0.0400.150.29
HSL77.14º16.09%65.88%-
HSV(B)77.14º15.38%71.37%-
XYZ40.0244.7937.11-
YUV176.42115.35126.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 182 (71.48% from 255) = 35.69%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=34.12%
G=35.69%
B=30.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821540.0400.150.2977.1416.0965.88
HexAEB69A40F1D4d1042
Octal25626623240173511520102
Binary10101110101101101001101010001111111011001101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB69A; }

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

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

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

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

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

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

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

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