COLOR #A4B048

HEX: #A4B048 RGB: (164,176,72)

Color info

#A4B048 contains mainly red and green colors. Web safe color of #A4B048 is #999933 (or #993).

RGB color model

#A4B048 color RGB value is (164,176,72).

RGB: (164,176,72) (64%, 69%, 28%)

RGB channels and saturation

R 164 of 255 = 64%
G 176 of 255 = 69%
B 72 of 255 = 28%

164
176
72

R + G + B ~ 54%. #A4B048 is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%39.81
%42.72
%17.48

CMYK color model

#A4B048 color CMYK value is (7,0,59,31).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 30.98%
CMYK: (7,0,59,31) C7M0Y59K31 (7%,0%,59%,31%) (0.07/0.00/0.59/0.31) 

CMYK percentages

%6.82
%0
%59.09
%30.98

Codes

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 and tints

Shades of #A4B048

#A4B048
(164,176,72)
#96A042
(150,160,66)
#88903C
(136,144,60)
#7A8036
(122,128,54)
#6C7030
(108,112,48)
#5E602A
(94,96,42)
#505024
(80,80,36)
#42401E
(66,64,30)
#343018
(52,48,24)
#262012
(38,32,18)
#18100C
(24,16,12)
#000000
(0,0,0)

Tints of #A4B048

#A4B048
(164,176,72)
#ACB758
(172,183,88)
#B4BE68
(180,190,104)
#BCC578
(188,197,120)
#C4CC88
(196,204,136)
#CCD398
(204,211,152)
#D4DAA8
(212,218,168)
#DCE1B8
(220,225,184)
#E4E8C8
(228,232,200)
#ECEFD8
(236,239,216)
#F4F6E8
(244,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B048 color. Also use rgb(164,176,72) instead hex code.

Text Font Color

.myTextColor { color: #A4B048; }

<p style="color:#A4B048">This sample text font color is #A4B048.</p>

This text font color is #A4B048.

Background Color

.myBgColor { background-color: #A4B048; }

<div style="background-color:#A4B048">Inner text</div>

This div background color is #A4B048.

Border color

.myBorderColor { border: 1px solid #A4B048; }

<div style="border:3px solid #A4B048">Div</div>

This div border color is #A4B048.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #A4B048.

Preview

Color preview on black background

This text has color #A4B048 on black background.


Color preview on white background

This text has color #A4B048 on white background.


Black color preview on #A4B048 background

This text has black color on #A4B048 background.


White color preview on #A4B048 background

This text has white color on #A4B048 background.


Related colors

Complementary color

Complementary color for #hex is #5B4FB7.


I love getcolorcode.com

Triadic colors

1 #48A4B0 and #B048A4 with #A4B048 are triadic colors.

2 #48B0A4 and #B0A448 with #A4B048 are triadic colors.