#AEB493

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

Shades of Green Spring #AEB493

Tints of Green Spring #AEB493

Color information

#AEB493 (or 0xAEB493) is unknown color: approx Green Spring. HEX triplet: AE, B4 and 93. RGB value is (174,180,147). Sum of RGB (Red+Green+Blue) = 174+180+147=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB493 is #514B6C. Grayscale: #AEAEAE. Windows color (decimal): -5327725 or 9680046. OLE color: 9680046.

HSL color Cylindrical-coordinate representation of color #AEB493: hue angle of 70.91º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEB493 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB174180147-
CMYK0.0300.180.29
HSL70.91º18.03%64.12%-
HSV(B)70.91º18.33%70.59%-
XYZ39.0443.7533.99-
YUV174.44112.51127.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=34.73%
G=35.93%
B=29.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801470.0300.180.2970.9118.0364.12
HexAEB49330121D471240
Octal25626422330223510722100
Binary10101110101101001001001111010010111011000111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB493; }

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

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

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

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

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

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

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

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