COLOR #A5BC79

HEX: #A5BC79 RGB: (165,188,121)

Color info

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

RGB color model

#A5BC79 color RGB value is (165,188,121).

RGB: (165,188,121) (65%, 74%, 47%)

RGB channels and saturation

R 165 of 255 = 65%
G 188 of 255 = 74%
B 121 of 255 = 47%

165
188
121

R + G + B ~ 62%. #A5BC79 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 188 + 121 = 474 (100%)
R 165 of 474 ~ 34.81%
G 188 of 474 ~ 39.66%
B 121 of 474 ~ 25.53'%

%34.81
%39.66
%25.53

CMYK color model

#A5BC79 color CMYK value is (12,0,36,26).

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

CMYK: (12,0,36,26)
C12M0Y36K26 (12%, 0%, 36%, 26%)
(0.12 / 0.00 / 0.36 / 0.26)

CMYK percentages

%12.23
%0
%35.64
%26.27

Codes

Color #A5BC79 in popluar color models

A5 BC 79
RGB 165 188 121
HSL 81° 33.33% 60.59%
HSB/HSV 81° 35.64% 73.73%
CMYK 12.23% 0.00% 35.64%
26.27%

Color #A5BC79 in popluar number systems.

HEX A5 BC 79
Decimal 165 188 121
Binary 10100101 10111100 1111001
Octal 245 274 171

Shades and tints

Shades of #A5BC79

#A5BC79
(165,188,121)
#96AB6E
(150,171,110)
#879A63
(135,154,99)
#788958
(120,137,88)
#69784D
(105,120,77)
#5A6742
(90,103,66)
#4B5637
(75,86,55)
#3C452C
(60,69,44)
#2D3421
(45,52,33)
#1E2316
(30,35,22)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #A5BC79

#A5BC79
(165,188,121)
#ADC285
(173,194,133)
#B5C891
(181,200,145)
#BDCE9D
(189,206,157)
#C5D4A9
(197,212,169)
#CDDAB5
(205,218,181)
#D5E0C1
(213,224,193)
#DDE6CD
(221,230,205)
#E5ECD9
(229,236,217)
#EDF2E5
(237,242,229)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BC79; }

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

This text font color is #A5BC79.

Background Color

.myBgColor { background-color: #A5BC79; }

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

This div background color is #A5BC79.

Border color

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

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

This div border color is #A5BC79.

Opacity

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

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

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

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

This text has shadow with #A5BC79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BC79.

Preview

Color preview on black background

This text has color #A5BC79 on black background.


Color preview on white background

This text has color #A5BC79 on white background.


Black color preview on #A5BC79 background

This text has black color on #A5BC79 background.


White color preview on #A5BC79 background

This text has white color on #A5BC79 background.


Related colors

Complementary color

Complementary color for #hex is #5A4386.


I love getcolorcode.com

Triadic colors

1 #79A5BC and #BC79A5 with #A5BC79 are triadic colors.

2 #79BCA5 and #BCA579 with #A5BC79 are triadic colors.