HEX: #ACBD71
RGB: (172,189,113)
#ACBD71 contains mainly red and green colors. Web safe color of #ACBD71 is #99CC66 (or #9C6).
#ACBD71 color RGB value is (172,189,113).
RGB: (172,189,113)
(67%, 74%, 44%)
R 172 of 255 = 67%
G 189 of 255 = 74%
B 113 of 255 = 44%
R + G + B ~ 62%. #ACBD71 is quite light color.
R + G + B = 172 + 189 + 113 = 474 (100%)
R 172 of 474 ~ 36.29%
G 189 of 474 ~ 39.87%
B 113 of 474 ~ 23.84'%
#ACBD71 color CMYK value is (9,0,40,26).
CMYK: (9,0,40,26)
C9M0Y40K26 (9%, 0%, 40%, 26%)
(0.09 / 0.00 / 0.40 / 0.26)
Color #ACBD71 in popluar color models
AC | BD | 71 | |
---|---|---|---|
RGB | 172 | 189 | 113 |
HSL | 73° | 36.54% | 59.22% |
HSB/HSV | 73° | 40.21% | 74.12% |
CMYK | 8.99% | 0.00% | 40.21% |
25.88% |
Color #ACBD71 in popluar number systems.
HEX | AC | BD | 71 |
Decimal | 172 | 189 | 113 |
Binary | 10101100 | 10111101 | 1110001 |
Octal | 254 | 275 | 161 |
Shades of #ACBD71
Tints of #ACBD71
Examples of css and html codes for elements with #ACBD71 color. Also use rgb(172,189,113) instead hex code.
.myTextColor { color: #ACBD71; }
<p style="color:#ACBD71">This sample text font color is #ACBD71.</p>
This text font color is #ACBD71.
.myBgColor { background-color: #ACBD71; }
<div style="background-color:#ACBD71">Inner text</div>
This div background color is #ACBD71.
.myBorderColor { border: 1px solid #ACBD71; }
<div style="border:3px solid #ACBD71">Div</div>
This div border color is #ACBD71.
.myOpacity80 { color: #ACBD71; opacity: 0.8; }
<p style="color:#ACBD71;opacity:0.8;">80%</p>
Text with #ACBD71 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACBD71;}
<p style="text-shadow: 3px 3px 1px #ACBD71">Text here.</p>
This text has shadow with #ACBD71 color.
.textShadow {text-shadow: 3px 3px 1px #ACBD71', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACBD71, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACBD71 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACBD71, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACBD71, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACBD71 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACBD71;
-webkit-box-shadow: 1px 1px 3px 2px #ACBD71;
box-shadow: 1px 1px 3px 2px #ACBD71;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACBD71; -webkit-box-shadow: 1px 1px 3px 2px #ACBD71; box-shadow:1px 1px 3px 2px #ACBD71;">
Div content here
</div>
This text has color #ACBD71 on black background.
This text has color #ACBD71 on white background.
This text has black color on #ACBD71 background.
This text has white color on #ACBD71 background.
Complementary color for #hex is #53428E.