#AEB494

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

Shades of Green Spring #AEB494

Tints of Green Spring #AEB494

Color information

#AEB494 (or 0xAEB494) is unknown color: approx Green Spring. HEX triplet: AE, B4 and 94. RGB value is (174,180,148). Sum of RGB (Red+Green+Blue) = 174+180+148=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB494 is #514B6B. Grayscale: #AEAEAE. Windows color (decimal): -5327724 or 9745582. OLE color: 9745582.

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

Color convert

RGB174180148-
CMYK0.0300.180.29
HSL71.25º17.58%64.31%-
HSV(B)71.25º17.78%70.59%-
XYZ39.1243.7834.41-
YUV174.56113.01127.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 180 (70.70% from 255) = 35.86%
BLUE value IS 148 (58.20% from 255) = 29.48%
R=34.66%
G=35.86%
B=29.48%

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
Decimal1741801480.0300.180.2971.2517.5864.31
HexAEB49430121D471240
Octal25626422430223510722100
Binary10101110101101001001010011010010111011000111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB494; }

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

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

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

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

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

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

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

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