COLOR #A5BC6A

HEX: #A5BC6A
RGB: (165,188,106)

Color info

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

RGB color model

#A5BC6A color RGB value is (165,188,106).

  • red value is 165;
  • green value is 188;
  • blue value is 106.
RGB:
(165,188,106)
(65%,74%,42%)

RGB channels and saturation

R 165 of 255 = 65%
G 188 of 255 = 74%
B 106 of 255 = 42%

165
188
106

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

Portions of RGB colors in percentages

R + G + B =
165 + 188 + 106 = 459 (100%)
R 165 of 459 ~ 35.95%
G 188 of 459 ~ 40.96%
B 106 of 459 ~ 23.09%

%35.95
%40.96
%23.09

CMYK color model

#A5BC6A color CMYK value is (12,0,44,26).

  • cyan value is 12.23%
  • magenta value is 0.00%
  • yellow value is 43.62%
  • key color value is 26.27%
CMYK:
(12,0,44,26)
C12M0Y44K26 
(12%,0%,44%,26%)
(0.12/0.00/0.44/0.26)	

CMYK percentages

%12.23
%0
%43.62
%26.27

Codes

Color #A5BC6A in popluar color models

A5BC6A
RGB165188106
HSL77°37.96%57.65%
HSB/HSV77°43.62%73.73%
CMYK12.23%0.00%43.62%
26.27%

Color #A5BC6A in popluar number systems.

HEXA5BC6A
Decimal165188106
Binary10100101101111001101010
Octal245274152

Shades and tints

Shades of #A5BC6A

#A5BC6A
(165,188,106)
#96AB61
(150,171,97)
#879A58
(135,154,88)
#78894F
(120,137,79)
#697846
(105,120,70)
#5A673D
(90,103,61)
#4B5634
(75,86,52)
#3C452B
(60,69,43)
#2D3422
(45,52,34)
#1E2319
(30,35,25)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #A5BC6A

#A5BC6A
(165,188,106)
#ADC277
(173,194,119)
#B5C884
(181,200,132)
#BDCE91
(189,206,145)
#C5D49E
(197,212,158)
#CDDAAB
(205,218,171)
#D5E0B8
(213,224,184)
#DDE6C5
(221,230,197)
#E5ECD2
(229,236,210)
#EDF2DF
(237,242,223)
#F5F8EC
(245,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BC6A; }

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

This text font color is #A5BC6A.


Background Color

.myBgColor { background-color: #A5BC6A; }

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

This div background color is #A5BC6A.


Border color

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

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

This div border color is #A5BC6A.


Opacity

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

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

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

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

This text has shadow with #A5BC6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BC6A on black background.


Color preview on white background

This text has color #A5BC6A on white background.



Black color preview on #A5BC6A background

This text has black color on #A5BC6A background.


White color preview on #A5BC6A background

This text has white color on #A5BC6A background.