COLOR #A4BC83

HEX: #A4BC83 RGB: (164,188,131)

Color info

#A4BC83 contains red, green and blue colors in about the same proportion. Web safe color of #A4BC83 is #99CC99 (or #9C9).

RGB color model

#A4BC83 color RGB value is (164,188,131).

RGB: (164,188,131) (64%, 74%, 51%)

RGB channels and saturation

R 164 of 255 = 64%
G 188 of 255 = 74%
B 131 of 255 = 51%

164
188
131

R + G + B ~ 63%. #A4BC83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 188 + 131 = 483 (100%)
R 164 of 483 ~ 33.95%
G 188 of 483 ~ 38.92%
B 131 of 483 ~ 27.12'%

%33.95
%38.92
%27.12

CMYK color model

#A4BC83 color CMYK value is (13,0,30,26).

  • cyan value is 12.77%
  • magenta value is 0.00%
  • yellow value is 30.32%
  • key color value is 26.27%

CMYK: (13,0,30,26)
C13M0Y30K26 (13%, 0%, 30%, 26%)
(0.13 / 0.00 / 0.30 / 0.26)

CMYK percentages

%12.77
%0
%30.32
%26.27

Codes

Color #A4BC83 in popluar color models

A4 BC 83
RGB 164 188 131
HSL 85° 29.84% 62.55%
HSB/HSV 85° 30.32% 73.73%
CMYK 12.77% 0.00% 30.32%
26.27%

Color #A4BC83 in popluar number systems.

HEX A4 BC 83
Decimal 164 188 131
Binary 10100100 10111100 10000011
Octal 244 274 203

Shades and tints

Shades of #A4BC83

#A4BC83
(164,188,131)
#96AB78
(150,171,120)
#889A6D
(136,154,109)
#7A8962
(122,137,98)
#6C7857
(108,120,87)
#5E674C
(94,103,76)
#505641
(80,86,65)
#424536
(66,69,54)
#34342B
(52,52,43)
#262320
(38,35,32)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #A4BC83

#A4BC83
(164,188,131)
#ACC28E
(172,194,142)
#B4C899
(180,200,153)
#BCCEA4
(188,206,164)
#C4D4AF
(196,212,175)
#CCDABA
(204,218,186)
#D4E0C5
(212,224,197)
#DCE6D0
(220,230,208)
#E4ECDB
(228,236,219)
#ECF2E6
(236,242,230)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BC83 color. Also use rgb(164,188,131) instead hex code.

Text Font Color

.myTextColor { color: #A4BC83; }

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

This text font color is #A4BC83.

Background Color

.myBgColor { background-color: #A4BC83; }

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

This div background color is #A4BC83.

Border color

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

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

This div border color is #A4BC83.

Opacity

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

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

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

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

This text has shadow with #A4BC83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BC83.

Preview

Color preview on black background

This text has color #A4BC83 on black background.


Color preview on white background

This text has color #A4BC83 on white background.


Black color preview on #A4BC83 background

This text has black color on #A4BC83 background.


White color preview on #A4BC83 background

This text has white color on #A4BC83 background.


Related colors

Complementary color

Complementary color for #hex is #5B437C.


I love getcolorcode.com

Triadic colors

1 #83A4BC and #BC83A4 with #A4BC83 are triadic colors.

2 #83BCA4 and #BCA483 with #A4BC83 are triadic colors.