COLOR #AEBC50

HEX: #AEBC50 RGB: (174,188,80)

Color info

#AEBC50 contains mainly red and green colors. Web safe color of #AEBC50 is #99CC66 (or #9C6).

RGB color model

#AEBC50 color RGB value is (174,188,80).

RGB: (174,188,80) (68%, 74%, 31%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 80 of 255 = 31%

174
188
80

R + G + B ~ 58%. #AEBC50 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 174 + 188 + 80 = 442 (100%)
R 174 of 442 ~ 39.37%
G 188 of 442 ~ 42.53%
B 80 of 442 ~ 18.1'%

%39.37
%42.53
%18.1

CMYK color model

#AEBC50 color CMYK value is (7,0,57,26).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 57.45%
  • key color value is 26.27%

CMYK: (7,0,57,26)
C7M0Y57K26 (7%, 0%, 57%, 26%)
(0.07 / 0.00 / 0.57 / 0.26)

CMYK percentages

%7.45
%0
%57.45
%26.27

Codes

Color #AEBC50 in popluar color models

AE BC 50
RGB 174 188 80
HSL 68° 44.63% 52.55%
HSB/HSV 68° 57.45% 73.73%
CMYK 7.45% 0.00% 57.45%
26.27%

Color #AEBC50 in popluar number systems.

HEX AE BC 50
Decimal 174 188 80
Binary 10101110 10111100 1010000
Octal 256 274 120

Shades and tints

Shades of #AEBC50

#AEBC50
(174,188,80)
#9FAB49
(159,171,73)
#909A42
(144,154,66)
#81893B
(129,137,59)
#727834
(114,120,52)
#63672D
(99,103,45)
#545626
(84,86,38)
#45451F
(69,69,31)
#363418
(54,52,24)
#272311
(39,35,17)
#18120A
(24,18,10)
#000000
(0,0,0)

Tints of #AEBC50

#AEBC50
(174,188,80)
#B5C25F
(181,194,95)
#BCC86E
(188,200,110)
#C3CE7D
(195,206,125)
#CAD48C
(202,212,140)
#D1DA9B
(209,218,155)
#D8E0AA
(216,224,170)
#DFE6B9
(223,230,185)
#E6ECC8
(230,236,200)
#EDF2D7
(237,242,215)
#F4F8E6
(244,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBC50 color. Also use rgb(174,188,80) instead hex code.

Text Font Color

.myTextColor { color: #AEBC50; }

<p style="color:#AEBC50">This sample text font color is #AEBC50.</p>

This text font color is #AEBC50.

Background Color

.myBgColor { background-color: #AEBC50; }

<div style="background-color:#AEBC50">Inner text</div>

This div background color is #AEBC50.

Border color

.myBorderColor { border: 1px solid #AEBC50; }

<div style="border:3px solid #AEBC50">Div</div>

This div border color is #AEBC50.

Opacity

.myOpacity80 { color: #AEBC50; opacity: 0.8; }

<p style="color:#AEBC50;opacity:0.8;">80%</p>

Text with #AEBC50 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AEBC50;}

<p style="text-shadow: 3px 3px 1px #AEBC50">Text here.</p>

This text has shadow with #AEBC50 color.


.textShadow {text-shadow: 3px 3px 1px #AEBC50', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AEBC50, 5px 5px 20px red">Text here.</p>

This text has shadow with #AEBC50 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEBC50, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AEBC50, Direction=45, Strength=4)">Text</p>

This text has shadow with #AEBC50 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEBC50;
-webkit-box-shadow: 1px 1px 3px 2px #AEBC50;
box-shadow: 1px 1px 3px 2px #AEBC50;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEBC50; -webkit-box-shadow: 1px 1px 3px 2px #AEBC50; box-shadow:1px 1px 3px 2px #AEBC50;">
Div content here
</div>

This div box has shadow with color #AEBC50.

Preview

Color preview on black background

This text has color #AEBC50 on black background.


Color preview on white background

This text has color #AEBC50 on white background.


Black color preview on #AEBC50 background

This text has black color on #AEBC50 background.


White color preview on #AEBC50 background

This text has white color on #AEBC50 background.


Related colors

Complementary color

Complementary color for #hex is #5143AF.


I love getcolorcode.com

Triadic colors

1 #50AEBC and #BC50AE with #AEBC50 are triadic colors.

2 #50BCAE and #BCAE50 with #AEBC50 are triadic colors.