COLOR #ACBE5E

HEX: #ACBE5E
RGB: (172,190,94)

Color info

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

RGB color model

#ACBE5E color RGB value is (172,190,94).

  • red value is 172;
  • green value is 190;
  • blue value is 94.
RGB:
(172,190,94)
(67%,75%,37%)

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 94 of 255 = 37%

172
190
94

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

Portions of RGB colors in percentages

R + G + B =
172 + 190 + 94 = 456 (100%)
R 172 of 456 ~ 37.72%
G 190 of 456 ~ 41.67%
B 94 of 456 ~ 20.61%

%37.72
%41.67
%20.61

CMYK color model

#ACBE5E color CMYK value is (9,0,51,25).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 50.53%
  • key color value is 25.49%
CMYK:
(9,0,51,25)
C9M0Y51K25 
(9%,0%,51%,25%)
(0.09/0.00/0.51/0.25)	

CMYK percentages

%9.47
%0
%50.53
%25.49

Codes

Color #ACBE5E in popluar color models

ACBE5E
RGB17219094
HSL71°42.48%55.69%
HSB/HSV71°50.53%74.51%
CMYK9.47%0.00%50.53%
25.49%

Color #ACBE5E in popluar number systems.

HEXACBE5E
Decimal17219094
Binary10101100101111101011110
Octal254276136

Shades and tints

Shades of #ACBE5E

#ACBE5E
(172,190,94)
#9DAD56
(157,173,86)
#8E9C4E
(142,156,78)
#7F8B46
(127,139,70)
#707A3E
(112,122,62)
#616936
(97,105,54)
#52582E
(82,88,46)
#434726
(67,71,38)
#34361E
(52,54,30)
#252516
(37,37,22)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #ACBE5E

#ACBE5E
(172,190,94)
#B3C36C
(179,195,108)
#BAC87A
(186,200,122)
#C1CD88
(193,205,136)
#C8D296
(200,210,150)
#CFD7A4
(207,215,164)
#D6DCB2
(214,220,178)
#DDE1C0
(221,225,192)
#E4E6CE
(228,230,206)
#EBEBDC
(235,235,220)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBE5E color. Also use rgb(172,190,94) instead hex code.

Text Font Color

.myTextColor { color: #ACBE5E; }

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

This text font color is #ACBE5E.


Background Color

.myBgColor { background-color: #ACBE5E; }

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

This div background color is #ACBE5E.


Border color

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

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

This div border color is #ACBE5E.


Opacity

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

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

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

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

This text has shadow with #ACBE5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBE5E on black background.


Color preview on white background

This text has color #ACBE5E on white background.



Black color preview on #ACBE5E background

This text has black color on #ACBE5E background.


White color preview on #ACBE5E background

This text has white color on #ACBE5E background.