COLOR #A5BC84

HEX: #A5BC84 RGB: (165,188,132)

Color info

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

RGB color model

#A5BC84 color RGB value is (165,188,132).

RGB: (165,188,132) (65%, 74%, 52%)

RGB channels and saturation

R 165 of 255 = 65%
G 188 of 255 = 74%
B 132 of 255 = 52%

165
188
132

R + G + B ~ 64%. #A5BC84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 188 + 132 = 485 (100%)
R 165 of 485 ~ 34.02%
G 188 of 485 ~ 38.76%
B 132 of 485 ~ 27.22'%

%34.02
%38.76
%27.22

CMYK color model

#A5BC84 color CMYK value is (12,0,30,26).

  • cyan value is 12.23%
  • magenta value is 0.00%
  • yellow value is 29.79%
  • key color value is 26.27%

CMYK: (12,0,30,26)
C12M0Y30K26 (12%, 0%, 30%, 26%)
(0.12 / 0.00 / 0.30 / 0.26)

CMYK percentages

%12.23
%0
%29.79
%26.27

Codes

Color #A5BC84 in popluar color models

A5 BC 84
RGB 165 188 132
HSL 85° 29.47% 62.75%
HSB/HSV 85° 29.79% 73.73%
CMYK 12.23% 0.00% 29.79%
26.27%

Color #A5BC84 in popluar number systems.

HEX A5 BC 84
Decimal 165 188 132
Binary 10100101 10111100 10000100
Octal 245 274 204

Shades and tints

Shades of #A5BC84

#A5BC84
(165,188,132)
#96AB78
(150,171,120)
#879A6C
(135,154,108)
#788960
(120,137,96)
#697854
(105,120,84)
#5A6748
(90,103,72)
#4B563C
(75,86,60)
#3C4530
(60,69,48)
#2D3424
(45,52,36)
#1E2318
(30,35,24)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #A5BC84

#A5BC84
(165,188,132)
#ADC28F
(173,194,143)
#B5C89A
(181,200,154)
#BDCEA5
(189,206,165)
#C5D4B0
(197,212,176)
#CDDABB
(205,218,187)
#D5E0C6
(213,224,198)
#DDE6D1
(221,230,209)
#E5ECDC
(229,236,220)
#EDF2E7
(237,242,231)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BC84 color. Also use rgb(165,188,132) instead hex code.

Text Font Color

.myTextColor { color: #A5BC84; }

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

This text font color is #A5BC84.

Background Color

.myBgColor { background-color: #A5BC84; }

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

This div background color is #A5BC84.

Border color

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

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

This div border color is #A5BC84.

Opacity

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

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

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

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

This text has shadow with #A5BC84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BC84.

Preview

Color preview on black background

This text has color #A5BC84 on black background.


Color preview on white background

This text has color #A5BC84 on white background.


Black color preview on #A5BC84 background

This text has black color on #A5BC84 background.


White color preview on #A5BC84 background

This text has white color on #A5BC84 background.


Related colors

Complementary color

Complementary color for #hex is #5A437B.


I love getcolorcode.com

Triadic colors

1 #84A5BC and #BC84A5 with #A5BC84 are triadic colors.

2 #84BCA5 and #BCA584 with #A5BC84 are triadic colors.