COLOR #ACB95B

HEX: #ACB95B
RGB: (172,185,91)

Color info

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

RGB color model

#ACB95B color RGB value is (172,185,91).

  • red value is 172;
  • green value is 185;
  • blue value is 91.
RGB:
(172,185,91)
(67%,73%,36%)

RGB channels and saturation

R 172 of 255 = 67%
G 185 of 255 = 73%
B 91 of 255 = 36%

172
185
91

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

Portions of RGB colors in percentages

R + G + B =
172 + 185 + 91 = 448 (100%)
R 172 of 448 ~ 38.39%
G 185 of 448 ~ 41.29%
B 91 of 448 ~ 20.31%

%38.39
%41.29
%20.31

CMYK color model

#ACB95B color CMYK value is (7,0,51,27).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 50.81%
  • key color value is 27.45%
CMYK:
(7,0,51,27)
C7M0Y51K27 
(7%,0%,51%,27%)
(0.07/0.00/0.51/0.27)	

CMYK percentages

%7.03
%0
%50.81
%27.45

Codes

Color #ACB95B in popluar color models

ACB95B
RGB17218591
HSL68°40.17%54.12%
HSB/HSV68°50.81%72.55%
CMYK7.03%0.00%50.81%
27.45%

Color #ACB95B in popluar number systems.

HEXACB95B
Decimal17218591
Binary10101100101110011011011
Octal254271133

Shades and tints

Shades of #ACB95B

#ACB95B
(172,185,91)
#9DA953
(157,169,83)
#8E994B
(142,153,75)
#7F8943
(127,137,67)
#70793B
(112,121,59)
#616933
(97,105,51)
#52592B
(82,89,43)
#434923
(67,73,35)
#34391B
(52,57,27)
#252913
(37,41,19)
#16190B
(22,25,11)
#000000
(0,0,0)

Tints of #ACB95B

#ACB95B
(172,185,91)
#B3BF69
(179,191,105)
#BAC577
(186,197,119)
#C1CB85
(193,203,133)
#C8D193
(200,209,147)
#CFD7A1
(207,215,161)
#D6DDAF
(214,221,175)
#DDE3BD
(221,227,189)
#E4E9CB
(228,233,203)
#EBEFD9
(235,239,217)
#F2F5E7
(242,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB95B color. Also use rgb(172,185,91) instead hex code.

Text Font Color

.myTextColor { color: #ACB95B; }

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

This text font color is #ACB95B.


Background Color

.myBgColor { background-color: #ACB95B; }

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

This div background color is #ACB95B.


Border color

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

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

This div border color is #ACB95B.


Opacity

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

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

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

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

This text has shadow with #ACB95B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB95B on black background.


Color preview on white background

This text has color #ACB95B on white background.



Black color preview on #ACB95B background

This text has black color on #ACB95B background.


White color preview on #ACB95B background

This text has white color on #ACB95B background.