COLOR #ACBF66

HEX: #ACBF66 RGB: (172,191,102)

Color info

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

RGB color model

#ACBF66 color RGB value is (172,191,102).

RGB: (172,191,102) (67%, 75%, 40%)

RGB channels and saturation

R 172 of 255 = 67%
G 191 of 255 = 75%
B 102 of 255 = 40%

172
191
102

R + G + B ~ 61%. #ACBF66 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 191 + 102 = 465 (100%)
R 172 of 465 ~ 36.99%
G 191 of 465 ~ 41.08%
B 102 of 465 ~ 21.94'%

%36.99
%41.08
%21.94

CMYK color model

#ACBF66 color CMYK value is (10,0,47,25).

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 46.60%
  • key color value is 25.10%

CMYK: (10,0,47,25)
C10M0Y47K25 (10%, 0%, 47%, 25%)
(0.10 / 0.00 / 0.47 / 0.25)

CMYK percentages

%9.95
%0
%46.6
%25.1

Codes

Color #ACBF66 in popluar color models

AC BF 66
RGB 172 191 102
HSL 73° 41.01% 57.45%
HSB/HSV 73° 46.60% 74.90%
CMYK 9.95% 0.00% 46.60%
25.10%

Color #ACBF66 in popluar number systems.

HEX AC BF 66
Decimal 172 191 102
Binary 10101100 10111111 1100110
Octal 254 277 146

Shades and tints

Shades of #ACBF66

#ACBF66
(172,191,102)
#9DAE5D
(157,174,93)
#8E9D54
(142,157,84)
#7F8C4B
(127,140,75)
#707B42
(112,123,66)
#616A39
(97,106,57)
#525930
(82,89,48)
#434827
(67,72,39)
#34371E
(52,55,30)
#252615
(37,38,21)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #ACBF66

#ACBF66
(172,191,102)
#B3C473
(179,196,115)
#BAC980
(186,201,128)
#C1CE8D
(193,206,141)
#C8D39A
(200,211,154)
#CFD8A7
(207,216,167)
#D6DDB4
(214,221,180)
#DDE2C1
(221,226,193)
#E4E7CE
(228,231,206)
#EBECDB
(235,236,219)
#F2F1E8
(242,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBF66 color. Also use rgb(172,191,102) instead hex code.

Text Font Color

.myTextColor { color: #ACBF66; }

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

This text font color is #ACBF66.

Background Color

.myBgColor { background-color: #ACBF66; }

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

This div background color is #ACBF66.

Border color

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

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

This div border color is #ACBF66.

Opacity

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

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

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

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

This text has shadow with #ACBF66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBF66.

Preview

Color preview on black background

This text has color #ACBF66 on black background.


Color preview on white background

This text has color #ACBF66 on white background.


Black color preview on #ACBF66 background

This text has black color on #ACBF66 background.


White color preview on #ACBF66 background

This text has white color on #ACBF66 background.


Related colors

Complementary color

Complementary color for #hex is #534099.


I love getcolorcode.com

Triadic colors

1 #66ACBF and #BF66AC with #ACBF66 are triadic colors.

2 #66BFAC and #BFAC66 with #ACBF66 are triadic colors.