#AEB997

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

Shades of Green Spring #AEB997

Tints of Green Spring #AEB997

Color information

#AEB997 (or 0xAEB997) is unknown color: approx Green Spring. HEX triplet: AE, B9 and 97. RGB value is (174,185,151). Sum of RGB (Red+Green+Blue) = 174+185+151=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB997 is #514668. Grayscale: #B1B1B1. Windows color (decimal): -5326441 or 9943470. OLE color: 9943470.

HSL color Cylindrical-coordinate representation of color #AEB997: hue angle of 79.41º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEB997 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB174185151-
CMYK0.0600.180.27
HSL79.41º19.54%65.88%-
HSV(B)79.41º18.38%72.55%-
XYZ40.3945.9336.01-
YUV177.83112.86125.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 185 (72.66% from 255) = 36.27%
BLUE value IS 151 (59.38% from 255) = 29.61%
R=34.12%
G=36.27%
B=29.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851510.0600.180.2779.4119.5465.88
HexAEB99760121B4f1442
Octal25627122760223311724102
Binary101011101011100110010111110010010110111001111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB997; }

 p { color: rgb(174,185,151); }

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

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

 a { background-color: rgb(174,185,151); }

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

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

 span { border-color: rgb(174,185,151); }

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