COLOR #ACB94D

HEX: #ACB94D
RGB: (172,185,77)

Color info

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

RGB color model

#ACB94D color RGB value is (172,185,77).

  • red value is 172;
  • green value is 185;
  • blue value is 77.
RGB:
(172,185,77)
(67%,73%,30%)

RGB channels and saturation

R 172 of 255 = 67%
G 185 of 255 = 73%
B 77 of 255 = 30%

172
185
77

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

Portions of RGB colors in percentages

R + G + B =
172 + 185 + 77 = 434 (100%)
R 172 of 434 ~ 39.63%
G 185 of 434 ~ 42.63%
B 77 of 434 ~ 17.74%

%39.63
%42.63
%17.74

CMYK color model

#ACB94D color CMYK value is (7,0,58,27).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 58.38%
  • key color value is 27.45%
CMYK:
(7,0,58,27)
C7M0Y58K27 
(7%,0%,58%,27%)
(0.07/0.00/0.58/0.27)	

CMYK percentages

%7.03
%0
%58.38
%27.45

Codes

Color #ACB94D in popluar color models

ACB94D
RGB17218577
HSL67°43.55%51.37%
HSB/HSV67°58.38%72.55%
CMYK7.03%0.00%58.38%
27.45%

Color #ACB94D in popluar number systems.

HEXACB94D
Decimal17218577
Binary10101100101110011001101
Octal254271115

Shades and tints

Shades of #ACB94D

#ACB94D
(172,185,77)
#9DA946
(157,169,70)
#8E993F
(142,153,63)
#7F8938
(127,137,56)
#707931
(112,121,49)
#61692A
(97,105,42)
#525923
(82,89,35)
#43491C
(67,73,28)
#343915
(52,57,21)
#25290E
(37,41,14)
#161907
(22,25,7)
#000000
(0,0,0)

Tints of #ACB94D

#ACB94D
(172,185,77)
#B3BF5D
(179,191,93)
#BAC56D
(186,197,109)
#C1CB7D
(193,203,125)
#C8D18D
(200,209,141)
#CFD79D
(207,215,157)
#D6DDAD
(214,221,173)
#DDE3BD
(221,227,189)
#E4E9CD
(228,233,205)
#EBEFDD
(235,239,221)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB94D color. Also use rgb(172,185,77) instead hex code.

Text Font Color

.myTextColor { color: #ACB94D; }

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

This text font color is #ACB94D.


Background Color

.myBgColor { background-color: #ACB94D; }

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

This div background color is #ACB94D.


Border color

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

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

This div border color is #ACB94D.


Opacity

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

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

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

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

This text has shadow with #ACB94D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB94D on black background.


Color preview on white background

This text has color #ACB94D on white background.



Black color preview on #ACB94D background

This text has black color on #ACB94D background.


White color preview on #ACB94D background

This text has white color on #ACB94D background.