COLOR #ACBD72

HEX: #ACBD72
RGB: (172,189,114)

Color info

#ACBD72 contains mainly red and green colors. Web safe color of #ACBD72 is #99CC66 (or #9C6).

RGB color model

#ACBD72 color RGB value is (172,189,114).

  • red value is 172;
  • green value is 189;
  • blue value is 114.
RGB:
(172,189,114)
(67%,74%,45%)

RGB channels and saturation

R 172 of 255 = 67%
G 189 of 255 = 74%
B 114 of 255 = 45%

172
189
114

R + G + B ~ 62%. #ACBD72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 189 + 114 = 475 (100%)
R 172 of 475 ~ 36.21%
G 189 of 475 ~ 39.79%
B 114 of 475 ~ 24%

%36.21
%39.79
%24

CMYK color model

#ACBD72 color CMYK value is (9,0,40,26).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 39.68%
  • key color value is 25.88%
CMYK:
(9,0,40,26)
C9M0Y40K26 
(9%,0%,40%,26%)
(0.09/0.00/0.40/0.26)	

CMYK percentages

%8.99
%0
%39.68
%25.88

Codes

Color #ACBD72 in popluar color models

ACBD72
RGB172189114
HSL74°36.23%59.41%
HSB/HSV74°39.68%74.12%
CMYK8.99%0.00%39.68%
25.88%

Color #ACBD72 in popluar number systems.

HEXACBD72
Decimal172189114
Binary10101100101111011110010
Octal254275162

Shades and tints

Shades of #ACBD72

#ACBD72
(172,189,114)
#9DAC68
(157,172,104)
#8E9B5E
(142,155,94)
#7F8A54
(127,138,84)
#70794A
(112,121,74)
#616840
(97,104,64)
#525736
(82,87,54)
#43462C
(67,70,44)
#343522
(52,53,34)
#252418
(37,36,24)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #ACBD72

#ACBD72
(172,189,114)
#B3C37E
(179,195,126)
#BAC98A
(186,201,138)
#C1CF96
(193,207,150)
#C8D5A2
(200,213,162)
#CFDBAE
(207,219,174)
#D6E1BA
(214,225,186)
#DDE7C6
(221,231,198)
#E4EDD2
(228,237,210)
#EBF3DE
(235,243,222)
#F2F9EA
(242,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBD72 color. Also use rgb(172,189,114) instead hex code.

Text Font Color

.myTextColor { color: #ACBD72; }

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

This text font color is #ACBD72.


Background Color

.myBgColor { background-color: #ACBD72; }

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

This div background color is #ACBD72.


Border color

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

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

This div border color is #ACBD72.


Opacity

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

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

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

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

This text has shadow with #ACBD72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBD72 on black background.


Color preview on white background

This text has color #ACBD72 on white background.



Black color preview on #ACBD72 background

This text has black color on #ACBD72 background.


White color preview on #ACBD72 background

This text has white color on #ACBD72 background.