COLOR #ACBD59

HEX: #ACBD59
RGB: (172,189,89)

Color info

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

RGB color model

#ACBD59 color RGB value is (172,189,89).

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

RGB channels and saturation

R 172 of 255 = 67%
G 189 of 255 = 74%
B 89 of 255 = 35%

172
189
89

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

Portions of RGB colors in percentages

R + G + B =
172 + 189 + 89 = 450 (100%)
R 172 of 450 ~ 38.22%
G 189 of 450 ~ 42%
B 89 of 450 ~ 19.78%

%38.22
%42
%19.78

CMYK color model

#ACBD59 color CMYK value is (9,0,53,26).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 52.91%
  • key color value is 25.88%
CMYK:
(9,0,53,26)
C9M0Y53K26 
(9%,0%,53%,26%)
(0.09/0.00/0.53/0.26)	

CMYK percentages

%8.99
%0
%52.91
%25.88

Codes

Color #ACBD59 in popluar color models

ACBD59
RGB17218989
HSL70°43.10%54.51%
HSB/HSV70°52.91%74.12%
CMYK8.99%0.00%52.91%
25.88%

Color #ACBD59 in popluar number systems.

HEXACBD59
Decimal17218989
Binary10101100101111011011001
Octal254275131

Shades and tints

Shades of #ACBD59

#ACBD59
(172,189,89)
#9DAC51
(157,172,81)
#8E9B49
(142,155,73)
#7F8A41
(127,138,65)
#707939
(112,121,57)
#616831
(97,104,49)
#525729
(82,87,41)
#434621
(67,70,33)
#343519
(52,53,25)
#252411
(37,36,17)
#161309
(22,19,9)
#000000
(0,0,0)

Tints of #ACBD59

#ACBD59
(172,189,89)
#B3C368
(179,195,104)
#BAC977
(186,201,119)
#C1CF86
(193,207,134)
#C8D595
(200,213,149)
#CFDBA4
(207,219,164)
#D6E1B3
(214,225,179)
#DDE7C2
(221,231,194)
#E4EDD1
(228,237,209)
#EBF3E0
(235,243,224)
#F2F9EF
(242,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBD59; }

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

This text font color is #ACBD59.


Background Color

.myBgColor { background-color: #ACBD59; }

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

This div background color is #ACBD59.


Border color

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

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

This div border color is #ACBD59.


Opacity

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

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

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

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

This text has shadow with #ACBD59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBD59 on black background.


Color preview on white background

This text has color #ACBD59 on white background.



Black color preview on #ACBD59 background

This text has black color on #ACBD59 background.


White color preview on #ACBD59 background

This text has white color on #ACBD59 background.