COLOR #ACB52E

HEX: #ACB52E
RGB: (172,181,46)

Color info

#ACB52E contains mainly red and green colors. Web safe color of #ACB52E is #99CC33 (or #9C3).

RGB color model

#ACB52E color RGB value is (172,181,46).

  • red value is 172;
  • green value is 181;
  • blue value is 46.
RGB:
(172,181,46)
(67%,71%,18%)

RGB channels and saturation

R 172 of 255 = 67%
G 181 of 255 = 71%
B 46 of 255 = 18%

172
181
46

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

Portions of RGB colors in percentages

R + G + B =
172 + 181 + 46 = 399 (100%)
R 172 of 399 ~ 43.11%
G 181 of 399 ~ 45.36%
B 46 of 399 ~ 11.53%

%43.11
%45.36
%11.53

CMYK color model

#ACB52E color CMYK value is (5,0,75,29).

  • cyan value is 4.97%
  • magenta value is 0.00%
  • yellow value is 74.59%
  • key color value is 29.02%
CMYK:
(5,0,75,29)
C5M0Y75K29 
(5%,0%,75%,29%)
(0.05/0.00/0.75/0.29)	

CMYK percentages

%4.97
%0
%74.59
%29.02

Codes

Color #ACB52E in popluar color models

ACB52E
RGB17218146
HSL64°59.47%44.51%
HSB/HSV64°74.59%70.98%
CMYK4.97%0.00%74.59%
29.02%

Color #ACB52E in popluar number systems.

HEXACB52E
Decimal17218146
Binary1010110010110101101110
Octal25426556

Shades and tints

Shades of #ACB52E

#ACB52E
(172,181,46)
#9DA52A
(157,165,42)
#8E9526
(142,149,38)
#7F8522
(127,133,34)
#70751E
(112,117,30)
#61651A
(97,101,26)
#525516
(82,85,22)
#434512
(67,69,18)
#34350E
(52,53,14)
#25250A
(37,37,10)
#161506
(22,21,6)
#000000
(0,0,0)

Tints of #ACB52E

#ACB52E
(172,181,46)
#B3BB41
(179,187,65)
#BAC154
(186,193,84)
#C1C767
(193,199,103)
#C8CD7A
(200,205,122)
#CFD38D
(207,211,141)
#D6D9A0
(214,217,160)
#DDDFB3
(221,223,179)
#E4E5C6
(228,229,198)
#EBEBD9
(235,235,217)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB52E color. Also use rgb(172,181,46) instead hex code.

Text Font Color

.myTextColor { color: #ACB52E; }

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

This text font color is #ACB52E.


Background Color

.myBgColor { background-color: #ACB52E; }

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

This div background color is #ACB52E.


Border color

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

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

This div border color is #ACB52E.


Opacity

.myOpacity80 { color: #ACB52E; opacity: 0.8; }

<p style="color:#ACB52E;opacity:0.8;">80%</p>

Text with #ACB52E 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 #ACB52E;}

<p style="text-shadow: 3px 3px 1px #ACB52E">Text here.</p>

This text has shadow with #ACB52E color.

.textShadow {text-shadow: 3px 3px 1px #ACB52E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ACB52E, 5px 5px 20px red">Text here.</p>

This text has shadow with #ACB52E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACB52E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ACB52E, Direction=45, Strength=4)">Text</p>

This text has shadow with #ACB52E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ACB52E;
  -webkit-box-shadow:	1px 1px 3px 2px #ACB52E;
  box-shadow:		1px 1px 3px 2px #ACB52E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACB52E;
-webkit-box-shadow: 1px 1px 3px 2px #ACB52E;
box-shadow:1px 1px 3px 2px #ACB52E;">
Div content here</div>
This div box has shadow with color #ACB52E.

Preview

Color preview on black background

This text has color #ACB52E on black background.


Color preview on white background

This text has color #ACB52E on white background.



Black color preview on #ACB52E background

This text has black color on #ACB52E background.


White color preview on #ACB52E background

This text has white color on #ACB52E background.