COLOR #A5BF73

HEX: #A5BF73
RGB: (165,191,115)

Color info

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

RGB color model

#A5BF73 color RGB value is (165,191,115).

  • red value is 165;
  • green value is 191;
  • blue value is 115.
RGB:
(165,191,115)
(65%,75%,45%)

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 115 of 255 = 45%

165
191
115

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

Portions of RGB colors in percentages

R + G + B =
165 + 191 + 115 = 471 (100%)
R 165 of 471 ~ 35.03%
G 191 of 471 ~ 40.55%
B 115 of 471 ~ 24.42%

%35.03
%40.55
%24.42

CMYK color model

#A5BF73 color CMYK value is (14,0,40,25).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 39.79%
  • key color value is 25.10%
CMYK:
(14,0,40,25)
C14M0Y40K25 
(14%,0%,40%,25%)
(0.14/0.00/0.40/0.25)	

CMYK percentages

%13.61
%0
%39.79
%25.1

Codes

Color #A5BF73 in popluar color models

A5BF73
RGB165191115
HSL81°37.25%60.00%
HSB/HSV81°39.79%74.90%
CMYK13.61%0.00%39.79%
25.10%

Color #A5BF73 in popluar number systems.

HEXA5BF73
Decimal165191115
Binary10100101101111111110011
Octal245277163

Shades and tints

Shades of #A5BF73

#A5BF73
(165,191,115)
#96AE69
(150,174,105)
#879D5F
(135,157,95)
#788C55
(120,140,85)
#697B4B
(105,123,75)
#5A6A41
(90,106,65)
#4B5937
(75,89,55)
#3C482D
(60,72,45)
#2D3723
(45,55,35)
#1E2619
(30,38,25)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #A5BF73

#A5BF73
(165,191,115)
#ADC47F
(173,196,127)
#B5C98B
(181,201,139)
#BDCE97
(189,206,151)
#C5D3A3
(197,211,163)
#CDD8AF
(205,216,175)
#D5DDBB
(213,221,187)
#DDE2C7
(221,226,199)
#E5E7D3
(229,231,211)
#EDECDF
(237,236,223)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BF73; }

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

This text font color is #A5BF73.


Background Color

.myBgColor { background-color: #A5BF73; }

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

This div background color is #A5BF73.


Border color

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

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

This div border color is #A5BF73.


Opacity

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

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

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

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

This text has shadow with #A5BF73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BF73 on black background.


Color preview on white background

This text has color #A5BF73 on white background.



Black color preview on #A5BF73 background

This text has black color on #A5BF73 background.


White color preview on #A5BF73 background

This text has white color on #A5BF73 background.