COLOR #ACBB70

HEX: #ACBB70 RGB: (172,187,112)

Color info

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

RGB color model

#ACBB70 color RGB value is (172,187,112).

RGB: (172,187,112) (67%, 73%, 44%)

RGB channels and saturation

R 172 of 255 = 67%
G 187 of 255 = 73%
B 112 of 255 = 44%

172
187
112

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

Portions of RGB colors in percentages

R + G + B = 172 + 187 + 112 = 471 (100%)
R 172 of 471 ~ 36.52%
G 187 of 471 ~ 39.7%
B 112 of 471 ~ 23.78'%

%36.52
%39.7
%23.78

CMYK color model

#ACBB70 color CMYK value is (8,0,40,27).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 40.11%
  • key color value is 26.67%

CMYK: (8,0,40,27)
C8M0Y40K27 (8%, 0%, 40%, 27%)
(0.08 / 0.00 / 0.40 / 0.27)

CMYK percentages

%8.02
%0
%40.11
%26.67

Codes

Color #ACBB70 in popluar color models

AC BB 70
RGB 172 187 112
HSL 72° 35.55% 58.63%
HSB/HSV 72° 40.11% 73.33%
CMYK 8.02% 0.00% 40.11%
26.67%

Color #ACBB70 in popluar number systems.

HEX AC BB 70
Decimal 172 187 112
Binary 10101100 10111011 1110000
Octal 254 273 160

Shades and tints

Shades of #ACBB70

#ACBB70
(172,187,112)
#9DAA66
(157,170,102)
#8E995C
(142,153,92)
#7F8852
(127,136,82)
#707748
(112,119,72)
#61663E
(97,102,62)
#525534
(82,85,52)
#43442A
(67,68,42)
#343320
(52,51,32)
#252216
(37,34,22)
#16110C
(22,17,12)
#000000
(0,0,0)

Tints of #ACBB70

#ACBB70
(172,187,112)
#B3C17D
(179,193,125)
#BAC78A
(186,199,138)
#C1CD97
(193,205,151)
#C8D3A4
(200,211,164)
#CFD9B1
(207,217,177)
#D6DFBE
(214,223,190)
#DDE5CB
(221,229,203)
#E4EBD8
(228,235,216)
#EBF1E5
(235,241,229)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBB70 color. Also use rgb(172,187,112) instead hex code.

Text Font Color

.myTextColor { color: #ACBB70; }

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

This text font color is #ACBB70.

Background Color

.myBgColor { background-color: #ACBB70; }

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

This div background color is #ACBB70.

Border color

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

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

This div border color is #ACBB70.

Opacity

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

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

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

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

This text has shadow with #ACBB70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBB70.

Preview

Color preview on black background

This text has color #ACBB70 on black background.


Color preview on white background

This text has color #ACBB70 on white background.


Black color preview on #ACBB70 background

This text has black color on #ACBB70 background.


White color preview on #ACBB70 background

This text has white color on #ACBB70 background.


Related colors

Complementary color

Complementary color for #hex is #53448F.


I love getcolorcode.com

Triadic colors

1 #70ACBB and #BB70AC with #ACBB70 are triadic colors.

2 #70BBAC and #BBAC70 with #ACBB70 are triadic colors.