#AEB49B

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

Shades of Green Spring #AEB49B

Tints of Green Spring #AEB49B

Color information

#AEB49B (or 0xAEB49B) is unknown color: approx Green Spring. HEX triplet: AE, B4 and 9B. RGB value is (174,180,155). Sum of RGB (Red+Green+Blue) = 174+180+155=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB49B is #514B64. Grayscale: #AFAFAF. Windows color (decimal): -5327717 or 10204334. OLE color: 10204334.

HSL color Cylindrical-coordinate representation of color #AEB49B: hue angle of 74.4º degrees, saturation: 0.14, 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 #AEB49B is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB174180155-
CMYK0.0300.140.29
HSL74.4º14.29%65.69%-
HSV(B)74.4º13.89%70.59%-
XYZ39.6944.0137.41-
YUV175.36116.51127.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=34.18%
G=35.36%
B=30.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801550.0300.140.2974.414.2965.69
HexAEB49B30E1D4ae42
Octal25626423330163511216102
Binary101011101011010010011011110111011101100101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB49B; }

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

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

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

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

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

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

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

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