#AEB496

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

Shades of Green Spring #AEB496

Tints of Green Spring #AEB496

Color information

#AEB496 (or 0xAEB496) is unknown color: approx Green Spring. HEX triplet: AE, B4 and 96. RGB value is (174,180,150). Sum of RGB (Red+Green+Blue) = 174+180+150=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB496 is #514B69. Grayscale: #AEAEAE. Windows color (decimal): -5327722 or 9876654. OLE color: 9876654.

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

Color convert

RGB174180150-
CMYK0.0300.170.29
HSL72º16.67%64.71%-
HSV(B)72º16.67%70.59%-
XYZ39.2843.8435.25-
YUV174.79114.01127.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 150 (58.98% from 255) = 29.76%
R=34.52%
G=35.71%
B=29.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801500.0300.170.297216.6764.71
HexAEB49630111D481141
Octal25626422630213511021101
Binary10101110101101001001011011010001111011001000100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB496; }

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

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

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

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

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

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

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

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