#AEBA95

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

Shades of Green Spring #AEBA95

Tints of Green Spring #AEBA95

Color information

#AEBA95 (or 0xAEBA95) is unknown color: approx Green Spring. HEX triplet: AE, BA and 95. RGB value is (174,186,149). Sum of RGB (Red+Green+Blue) = 174+186+149=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA95 is #51456A. Grayscale: #B2B2B2. Windows color (decimal): -5326187 or 9812654. OLE color: 9812654.

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

Color convert

RGB174186149-
CMYK0.0600.200.27
HSL79.46º21.14%65.69%-
HSV(B)79.46º19.89%72.94%-
XYZ40.4446.2935.24-
YUV178.19111.52125.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=34.18%
G=36.54%
B=29.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861490.0600.200.2779.4621.1465.69
HexAEBA9560141B4f1542
Octal25627222560243311725102
Binary101011101011101010010101110010100110111001111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA95; }

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

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

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

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

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

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

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

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