HEX: #A4B04E
RGB: (164,176,78)
#A4B04E contains mainly red and green colors. Web safe color of #A4B04E is #999966 (or #996).
#A4B04E color RGB value is (164,176,78).
RGB: (164,176,78)
(64%, 69%, 31%)
R 164 of 255 = 64%
G 176 of 255 = 69%
B 78 of 255 = 31%
R + G + B ~ 55%. #A4B04E is middle color (not dark and not light).
R + G + B = 164 + 176 + 78 = 418 (100%)
R 164 of 418 ~ 39.23%
G 176 of 418 ~ 42.11%
B 78 of 418 ~ 18.66'%
#A4B04E color CMYK value is (7,0,56,31).
CMYK: (7,0,56,31) C7M0Y56K31 (7%,0%,56%,31%) (0.07/0.00/0.56/0.31)
Color #A4B04E in popluar color models
A4 | B0 | 4E | |
---|---|---|---|
RGB | 164 | 176 | 78 |
HSL | 67° | 38.58% | 49.80% |
HSB/HSV | 67° | 55.68% | 69.02% |
CMYK | 6.82% | 0.00% | 55.68% |
30.98% |
Color #A4B04E in popluar number systems.
HEX | A4 | B0 | 4E |
Decimal | 164 | 176 | 78 |
Binary | 10100100 | 10110000 | 1001110 |
Octal | 244 | 260 | 116 |
Shades of #A4B04E
Tints of #A4B04E
Examples of css and html codes for elements with #A4B04E color. Also use rgb(164,176,78) instead hex code.
.myTextColor { color: #A4B04E; }
<p style="color:#A4B04E">This sample text font color is #A4B04E.</p>
This text font color is #A4B04E.
.myBgColor { background-color: #A4B04E; }
<div style="background-color:#A4B04E">Inner text</div>
This div background color is #A4B04E.
.myBorderColor { border: 1px solid #A4B04E; }
<div style="border:3px solid #A4B04E">Div</div>
This div border color is #A4B04E.
.myOpacity80 { color: #A4B04E; opacity: 0.8; }
<p style="color:#A4B04E;opacity:0.8;">80%</p>
Text with #A4B04E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4B04E;}
<p style="text-shadow: 3px 3px 1px #A4B04E">Text here.</p>
This text has shadow with #A4B04E color.
.textShadow {text-shadow: 3px 3px 1px #A4B04E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4B04E, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4B04E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4B04E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4B04E, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4B04E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4B04E;
-webkit-box-shadow: 1px 1px 3px 2px #A4B04E;
box-shadow: 1px 1px 3px 2px #A4B04E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4B04E; -webkit-box-shadow: 1px 1px 3px 2px #A4B04E; box-shadow:1px 1px 3px 2px #A4B04E;">
Div content here
</div>
This text has color #A4B04E on black background.
This text has color #A4B04E on white background.
This text has black color on #A4B04E background.
This text has white color on #A4B04E background.
Complementary color for #hex is #5B4FB1.