HEX: #A4B048
RGB: (164,176,72)
#A4B048 contains mainly red and green colors. Web safe color of #A4B048 is #999933 (or #993).
#A4B048 color RGB value is (164,176,72).
RGB: (164,176,72)
(64%, 69%, 28%)
R 164 of 255 = 64%
G 176 of 255 = 69%
B 72 of 255 = 28%
R + G + B ~ 54%. #A4B048 is middle color (not dark and not light).
R + G + B = 164 + 176 + 72 = 412 (100%)
R 164 of 412 ~ 39.81%
G 176 of 412 ~ 42.72%
B 72 of 412 ~ 17.48'%
#A4B048 color CMYK value is (7,0,59,31).
CMYK: (7,0,59,31) C7M0Y59K31 (7%,0%,59%,31%) (0.07/0.00/0.59/0.31)
Color #A4B048 in popluar color models
A4 | B0 | 48 | |
---|---|---|---|
RGB | 164 | 176 | 72 |
HSL | 67° | 41.94% | 48.63% |
HSB/HSV | 67° | 59.09% | 69.02% |
CMYK | 6.82% | 0.00% | 59.09% |
30.98% |
Color #A4B048 in popluar number systems.
HEX | A4 | B0 | 48 |
Decimal | 164 | 176 | 72 |
Binary | 10100100 | 10110000 | 1001000 |
Octal | 244 | 260 | 110 |
Shades of #A4B048
Tints of #A4B048
Examples of css and html codes for elements with #A4B048 color. Also use rgb(164,176,72) instead hex code.
.myTextColor { color: #A4B048; }
<p style="color:#A4B048">This sample text font color is #A4B048.</p>
This text font color is #A4B048.
.myBgColor { background-color: #A4B048; }
<div style="background-color:#A4B048">Inner text</div>
This div background color is #A4B048.
.myBorderColor { border: 1px solid #A4B048; }
<div style="border:3px solid #A4B048">Div</div>
This div border color is #A4B048.
.myOpacity80 { color: #A4B048; opacity: 0.8; }
<p style="color:#A4B048;opacity:0.8;">80%</p>
Text with #A4B048 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4B048;}
<p style="text-shadow: 3px 3px 1px #A4B048">Text here.</p>
This text has shadow with #A4B048 color.
.textShadow {text-shadow: 3px 3px 1px #A4B048', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4B048, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4B048 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4B048, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4B048, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4B048 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4B048;
-webkit-box-shadow: 1px 1px 3px 2px #A4B048;
box-shadow: 1px 1px 3px 2px #A4B048;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4B048; -webkit-box-shadow: 1px 1px 3px 2px #A4B048; box-shadow:1px 1px 3px 2px #A4B048;">
Div content here
</div>
This text has color #A4B048 on black background.
This text has color #A4B048 on white background.
This text has black color on #A4B048 background.
This text has white color on #A4B048 background.
Complementary color for #hex is #5B4FB7.