#AEB992

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

Shades of Green Spring #AEB992

Tints of Green Spring #AEB992

Color information

#AEB992 (or 0xAEB992) is unknown color: approx Green Spring. HEX triplet: AE, B9 and 92. RGB value is (174,185,146). Sum of RGB (Red+Green+Blue) = 174+185+146=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB992 is #51466D. Grayscale: #B1B1B1. Windows color (decimal): -5326446 or 9615790. OLE color: 9615790.

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

Color convert

RGB174185146-
CMYK0.0600.210.27
HSL76.92º21.79%64.9%-
HSV(B)76.92º21.08%72.55%-
XYZ39.9945.7733.92-
YUV177.26110.36125.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 185 (72.66% from 255) = 36.63%
BLUE value IS 146 (57.42% from 255) = 28.91%
R=34.46%
G=36.63%
B=28.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851460.0600.210.2776.9221.7964.9
HexAEB99260151B4d1641
Octal25627122260253311526101
Binary101011101011100110010010110010101110111001101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB992; }

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

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

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

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

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

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

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

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