#AEB69D

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

Shades of Green Spring #AEB69D

Tints of Green Spring #AEB69D

Color information

#AEB69D (or 0xAEB69D) is unknown color: approx Green Spring. HEX triplet: AE, B6 and 9D. RGB value is (174,182,157). Sum of RGB (Red+Green+Blue) = 174+182+157=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB69D is #514962. Grayscale: #B0B0B0. Windows color (decimal): -5327203 or 10335918. OLE color: 10335918.

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

Color convert

RGB174182157-
CMYK0.0400.140.29
HSL79.2º14.62%66.47%-
HSV(B)79.2º13.74%71.37%-
XYZ40.2744.8938.44-
YUV176.76116.85126.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=33.92%
G=35.48%
B=30.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821570.0400.140.2979.214.6266.47
HexAEB69D40E1D4ff42
Octal25626623540163511717102
Binary1010111010110110100111011000111011101100111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB69D; }

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

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

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

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

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

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

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

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