COLOR #ACBD73

HEX: #ACBD73 RGB: (172,189,115)

Color info

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

RGB color model

#ACBD73 color RGB value is (172,189,115).

RGB: (172,189,115) (67%, 74%, 45%)

RGB channels and saturation

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

172
189
115

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

Portions of RGB colors in percentages

R + G + B = 172 + 189 + 115 = 476 (100%)
R 172 of 476 ~ 36.13%
G 189 of 476 ~ 39.71%
B 115 of 476 ~ 24.16'%

%36.13
%39.71
%24.16

CMYK color model

#ACBD73 color CMYK value is (9,0,39,26).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 39.15%
  • key color value is 25.88%

CMYK: (9,0,39,26)
C9M0Y39K26 (9%, 0%, 39%, 26%)
(0.09 / 0.00 / 0.39 / 0.26)

CMYK percentages

%8.99
%0
%39.15
%25.88

Codes

Color #ACBD73 in popluar color models

AC BD 73
RGB 172 189 115
HSL 74° 35.92% 59.61%
HSB/HSV 74° 39.15% 74.12%
CMYK 8.99% 0.00% 39.15%
25.88%

Color #ACBD73 in popluar number systems.

HEX AC BD 73
Decimal 172 189 115
Binary 10101100 10111101 1110011
Octal 254 275 163

Shades and tints

Shades of #ACBD73

#ACBD73
(172,189,115)
#9DAC69
(157,172,105)
#8E9B5F
(142,155,95)
#7F8A55
(127,138,85)
#70794B
(112,121,75)
#616841
(97,104,65)
#525737
(82,87,55)
#43462D
(67,70,45)
#343523
(52,53,35)
#252419
(37,36,25)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #ACBD73

#ACBD73
(172,189,115)
#B3C37F
(179,195,127)
#BAC98B
(186,201,139)
#C1CF97
(193,207,151)
#C8D5A3
(200,213,163)
#CFDBAF
(207,219,175)
#D6E1BB
(214,225,187)
#DDE7C7
(221,231,199)
#E4EDD3
(228,237,211)
#EBF3DF
(235,243,223)
#F2F9EB
(242,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBD73; }

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

This text font color is #ACBD73.

Background Color

.myBgColor { background-color: #ACBD73; }

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

This div background color is #ACBD73.

Border color

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

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

This div border color is #ACBD73.

Opacity

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

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

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

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

This text has shadow with #ACBD73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBD73.

Preview

Color preview on black background

This text has color #ACBD73 on black background.


Color preview on white background

This text has color #ACBD73 on white background.


Black color preview on #ACBD73 background

This text has black color on #ACBD73 background.


White color preview on #ACBD73 background

This text has white color on #ACBD73 background.


Related colors

Complementary color

Complementary color for #hex is #53428C.


I love getcolorcode.com

Triadic colors

1 #73ACBD and #BD73AC with #ACBD73 are triadic colors.

2 #73BDAC and #BDAC73 with #ACBD73 are triadic colors.