#AEB995

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

Shades of Green Spring #AEB995

Tints of Green Spring #AEB995

Color information

#AEB995 (or 0xAEB995) is unknown color: approx Green Spring. HEX triplet: AE, B9 and 95. RGB value is (174,185,149). Sum of RGB (Red+Green+Blue) = 174+185+149=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB995 is #51466A. Grayscale: #B1B1B1. Windows color (decimal): -5326443 or 9812398. OLE color: 9812398.

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

Color convert

RGB174185149-
CMYK0.0600.190.27
HSL78.33º20.45%65.49%-
HSV(B)78.33º19.46%72.55%-
XYZ40.2345.8735.17-
YUV177.61111.86125.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=34.25%
G=36.42%
B=29.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851490.0600.190.2778.3320.4565.49
HexAEB99560131B4e1441
Octal25627122560233311624101
Binary101011101011100110010101110010011110111001110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB995; }

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

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

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

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

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

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

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

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