HEX: #AEBC50
RGB: (174,188,80)
#AEBC50 contains mainly red and green colors. Web safe color of #AEBC50 is #99CC66 (or #9C6).
#AEBC50 color RGB value is (174,188,80).
RGB: (174,188,80)
(68%, 74%, 31%)
R 174 of 255 = 68%
G 188 of 255 = 74%
B 80 of 255 = 31%
R + G + B ~ 58%. #AEBC50 is middle color (not dark and not light).
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'%
#AEBC50 color CMYK value is (7,0,57,26).
CMYK: (7,0,57,26)
C7M0Y57K26 (7%, 0%, 57%, 26%)
(0.07 / 0.00 / 0.57 / 0.26)
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 of #AEBC50
Tints of #AEBC50
Examples of css and html codes for elements with #AEBC50 color. Also use rgb(174,188,80) instead hex code.
.myTextColor { color: #AEBC50; }
<p style="color:#AEBC50">This sample text font color is #AEBC50.</p>
This text font color is #AEBC50.
.myBgColor { background-color: #AEBC50; }
<div style="background-color:#AEBC50">Inner text</div>
This div background color is #AEBC50.
.myBorderColor { border: 1px solid #AEBC50; }
<div style="border:3px solid #AEBC50">Div</div>
This div border color is #AEBC50.
.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%.
.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.
/* 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 text has color #AEBC50 on black background.
This text has color #AEBC50 on white background.
This text has black color on #AEBC50 background.
This text has white color on #AEBC50 background.
Complementary color for #hex is #5143AF.