COLOR #ACB73B

HEX: #ACB73B RGB: (172,183,59)

Color info

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

RGB color model

#ACB73B color RGB value is (172,183,59).

RGB: (172,183,59) (67%, 72%, 23%)

RGB channels and saturation

R 172 of 255 = 67%
G 183 of 255 = 72%
B 59 of 255 = 23%

172
183
59

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

Portions of RGB colors in percentages

R + G + B = 172 + 183 + 59 = 414 (100%)
R 172 of 414 ~ 41.55%
G 183 of 414 ~ 44.2%
B 59 of 414 ~ 14.25'%

%41.55
%44.2
%14.25

CMYK color model

#ACB73B color CMYK value is (6,0,68,28).

  • cyan value is 6.01%
  • magenta value is 0.00%
  • yellow value is 67.76%
  • key color value is 28.24%

CMYK: (6,0,68,28)
C6M0Y68K28 (6%, 0%, 68%, 28%)
(0.06 / 0.00 / 0.68 / 0.28)

CMYK percentages

%6.01
%0
%67.76
%28.24

Codes

Color #ACB73B in popluar color models

AC B7 3B
RGB 172 183 59
HSL 65° 51.24% 47.45%
HSB/HSV 65° 67.76% 71.76%
CMYK 6.01% 0.00% 67.76%
28.24%

Color #ACB73B in popluar number systems.

HEX AC B7 3B
Decimal 172 183 59
Binary 10101100 10110111 111011
Octal 254 267 73

Shades and tints

Shades of #ACB73B

#ACB73B
(172,183,59)
#9DA736
(157,167,54)
#8E9731
(142,151,49)
#7F872C
(127,135,44)
#707727
(112,119,39)
#616722
(97,103,34)
#52571D
(82,87,29)
#434718
(67,71,24)
#343713
(52,55,19)
#25270E
(37,39,14)
#161709
(22,23,9)
#000000
(0,0,0)

Tints of #ACB73B

#ACB73B
(172,183,59)
#B3BD4C
(179,189,76)
#BAC35D
(186,195,93)
#C1C96E
(193,201,110)
#C8CF7F
(200,207,127)
#CFD590
(207,213,144)
#D6DBA1
(214,219,161)
#DDE1B2
(221,225,178)
#E4E7C3
(228,231,195)
#EBEDD4
(235,237,212)
#F2F3E5
(242,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB73B color. Also use rgb(172,183,59) instead hex code.

Text Font Color

.myTextColor { color: #ACB73B; }

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

This text font color is #ACB73B.

Background Color

.myBgColor { background-color: #ACB73B; }

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

This div background color is #ACB73B.

Border color

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

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

This div border color is #ACB73B.

Opacity

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

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

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

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

This text has shadow with #ACB73B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB73B.

Preview

Color preview on black background

This text has color #ACB73B on black background.


Color preview on white background

This text has color #ACB73B on white background.


Black color preview on #ACB73B background

This text has black color on #ACB73B background.


White color preview on #ACB73B background

This text has white color on #ACB73B background.


Related colors

Complementary color

Complementary color for #hex is #5348C4.


I love getcolorcode.com

Triadic colors

1 #3BACB7 and #B73BAC with #ACB73B are triadic colors.

2 #3BB7AC and #B7AC3B with #ACB73B are triadic colors.