#AEBC94

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

Shades of Green Spring #AEBC94

Tints of Green Spring #AEBC94

Color information

#AEBC94 (or 0xAEBC94) is unknown color: approx Green Spring. HEX triplet: AE, BC and 94. RGB value is (174,188,148). Sum of RGB (Red+Green+Blue) = 174+188+148=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC94 is #51436B. Grayscale: #B3B3B3. Windows color (decimal): -5325676 or 9747630. OLE color: 9747630.

HSL color Cylindrical-coordinate representation of color #AEBC94: hue angle of 81º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEBC94 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB174188148-
CMYK0.0700.210.26
HSL81º22.99%65.88%-
HSV(B)81º21.28%73.73%-
XYZ40.7847.134.96-
YUV179.25110.36124.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 188 (73.83% from 255) = 36.86%
BLUE value IS 148 (58.20% from 255) = 29.02%
R=34.12%
G=36.86%
B=29.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881480.0700.210.268122.9965.88
HexAEBC9470151A511742
Octal25627422470253212127102
Binary101011101011110010010100111010101110101010001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC94; }

 p { color: rgb(174,188,148); }

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

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

 a { background-color: rgb(174,188,148); }

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

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

 span { border-color: rgb(174,188,148); }

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