#AEB596

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

Shades of Green Spring #AEB596

Tints of Green Spring #AEB596

Color information

#AEB596 (or 0xAEB596) is unknown color: approx Green Spring. HEX triplet: AE, B5 and 96. RGB value is (174,181,150). Sum of RGB (Red+Green+Blue) = 174+181+150=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB596 is #514A69. Grayscale: #AFAFAF. Windows color (decimal): -5327466 or 9876910. OLE color: 9876910.

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

Color convert

RGB174181150-
CMYK0.0400.170.29
HSL73.55º17.32%64.9%-
HSV(B)73.55º17.13%70.98%-
XYZ39.4844.2535.31-
YUV175.37113.68127.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 181 (71.09% from 255) = 35.84%
BLUE value IS 150 (58.98% from 255) = 29.70%
R=34.46%
G=35.84%
B=29.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741811500.0400.170.2973.5517.3264.9
HexAEB59640111D4a1141
Octal25626522640213511221101
Binary101011101011010110010110100010001111011001010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB596; }

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

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

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

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

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

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

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

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