HEX: #A4B66D
RGB: (164,182,109)
#A4B66D contains mainly red and green colors. Web safe color of #A4B66D is #99CC66 (or #9C6).
#A4B66D color RGB value is (164,182,109).
RGB: (164,182,109)
(64%, 71%, 43%)
R 164 of 255 = 64%
G 182 of 255 = 71%
B 109 of 255 = 43%
R + G + B ~ 59%. #A4B66D is middle color (not dark and not light).
R + G + B = 164 + 182 + 109 = 455 (100%)
R 164 of 455 ~ 36.04%
G 182 of 455 ~ 40%
B 109 of 455 ~ 23.96'%
#A4B66D color CMYK value is (10,0,40,29).
CMYK: (10,0,40,29) C10M0Y40K29 (10%,0%,40%,29%) (0.10/0.00/0.40/0.29)
Color #A4B66D in popluar color models
A4 | B6 | 6D | |
---|---|---|---|
RGB | 164 | 182 | 109 |
HSL | 75° | 33.33% | 57.06% |
HSB/HSV | 75° | 40.11% | 71.37% |
CMYK | 9.89% | 0.00% | 40.11% |
28.63% |
Color #A4B66D in popluar number systems.
HEX | A4 | B6 | 6D |
Decimal | 164 | 182 | 109 |
Binary | 10100100 | 10110110 | 1101101 |
Octal | 244 | 266 | 155 |
Shades of #A4B66D
Tints of #A4B66D
Examples of css and html codes for elements with #A4B66D color. Also use rgb(164,182,109) instead hex code.
.myTextColor { color: #A4B66D; }
<p style="color:#A4B66D">This sample text font color is #A4B66D.</p>
This text font color is #A4B66D.
.myBgColor { background-color: #A4B66D; }
<div style="background-color:#A4B66D">Inner text</div>
This div background color is #A4B66D.
.myBorderColor { border: 1px solid #A4B66D; }
<div style="border:3px solid #A4B66D">Div</div>
This div border color is #A4B66D.
.myOpacity80 { color: #A4B66D; opacity: 0.8; }
<p style="color:#A4B66D;opacity:0.8;">80%</p>
Text with #A4B66D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4B66D;}
<p style="text-shadow: 3px 3px 1px #A4B66D">Text here.</p>
This text has shadow with #A4B66D color.
.textShadow {text-shadow: 3px 3px 1px #A4B66D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4B66D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4B66D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4B66D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4B66D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4B66D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4B66D;
-webkit-box-shadow: 1px 1px 3px 2px #A4B66D;
box-shadow: 1px 1px 3px 2px #A4B66D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4B66D; -webkit-box-shadow: 1px 1px 3px 2px #A4B66D; box-shadow:1px 1px 3px 2px #A4B66D;">
Div content here
</div>
This text has color #A4B66D on black background.
This text has color #A4B66D on white background.
This text has black color on #A4B66D background.
This text has white color on #A4B66D background.
Complementary color for #hex is #5B4992.