COLOR #A5BF79

HEX: #A5BF79 RGB: (165,191,121)

Color info

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

RGB color model

#A5BF79 color RGB value is (165,191,121).

RGB: (165,191,121) (65%, 75%, 47%)

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 121 of 255 = 47%

165
191
121

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

Portions of RGB colors in percentages

R + G + B = 165 + 191 + 121 = 477 (100%)
R 165 of 477 ~ 34.59%
G 191 of 477 ~ 40.04%
B 121 of 477 ~ 25.37'%

%34.59
%40.04
%25.37

CMYK color model

#A5BF79 color CMYK value is (14,0,37,25).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 36.65%
  • key color value is 25.10%

CMYK: (14,0,37,25)
C14M0Y37K25 (14%, 0%, 37%, 25%)
(0.14 / 0.00 / 0.37 / 0.25)

CMYK percentages

%13.61
%0
%36.65
%25.1

Codes

Color #A5BF79 in popluar color models

A5 BF 79
RGB 165 191 121
HSL 82° 35.35% 61.18%
HSB/HSV 82° 36.65% 74.90%
CMYK 13.61% 0.00% 36.65%
25.10%

Color #A5BF79 in popluar number systems.

HEX A5 BF 79
Decimal 165 191 121
Binary 10100101 10111111 1111001
Octal 245 277 171

Shades and tints

Shades of #A5BF79

#A5BF79
(165,191,121)
#96AE6E
(150,174,110)
#879D63
(135,157,99)
#788C58
(120,140,88)
#697B4D
(105,123,77)
#5A6A42
(90,106,66)
#4B5937
(75,89,55)
#3C482C
(60,72,44)
#2D3721
(45,55,33)
#1E2616
(30,38,22)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #A5BF79

#A5BF79
(165,191,121)
#ADC485
(173,196,133)
#B5C991
(181,201,145)
#BDCE9D
(189,206,157)
#C5D3A9
(197,211,169)
#CDD8B5
(205,216,181)
#D5DDC1
(213,221,193)
#DDE2CD
(221,226,205)
#E5E7D9
(229,231,217)
#EDECE5
(237,236,229)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BF79; }

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

This text font color is #A5BF79.

Background Color

.myBgColor { background-color: #A5BF79; }

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

This div background color is #A5BF79.

Border color

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

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

This div border color is #A5BF79.

Opacity

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

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

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

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

This text has shadow with #A5BF79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BF79.

Preview

Color preview on black background

This text has color #A5BF79 on black background.


Color preview on white background

This text has color #A5BF79 on white background.


Black color preview on #A5BF79 background

This text has black color on #A5BF79 background.


White color preview on #A5BF79 background

This text has white color on #A5BF79 background.


Related colors

Complementary color

Complementary color for #hex is #5A4086.


I love getcolorcode.com

Triadic colors

1 #79A5BF and #BF79A5 with #A5BF79 are triadic colors.

2 #79BFA5 and #BFA579 with #A5BF79 are triadic colors.