COLOR #A4BF7A

HEX: #A4BF7A
RGB: (164,191,122)

Color info

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

RGB color model

#A4BF7A color RGB value is (164,191,122).

  • red value is 164;
  • green value is 191;
  • blue value is 122.
RGB:
(164,191,122)
(64%,75%,48%)

RGB channels and saturation

R 164 of 255 = 64%
G 191 of 255 = 75%
B 122 of 255 = 48%

164
191
122

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

Portions of RGB colors in percentages

R + G + B =
164 + 191 + 122 = 477 (100%)
R 164 of 477 ~ 34.38%
G 191 of 477 ~ 40.04%
B 122 of 477 ~ 25.58%

%34.38
%40.04
%25.58

CMYK color model

#A4BF7A color CMYK value is (14,0,36,25).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 36.13%
  • key color value is 25.10%
CMYK:
(14,0,36,25)
C14M0Y36K25 
(14%,0%,36%,25%)
(0.14/0.00/0.36/0.25)	

CMYK percentages

%14.14
%0
%36.13
%25.1

Codes

Color #A4BF7A in popluar color models

A4BF7A
RGB164191122
HSL83°35.03%61.37%
HSB/HSV83°36.13%74.90%
CMYK14.14%0.00%36.13%
25.10%

Color #A4BF7A in popluar number systems.

HEXA4BF7A
Decimal164191122
Binary10100100101111111111010
Octal244277172

Shades and tints

Shades of #A4BF7A

#A4BF7A
(164,191,122)
#96AE6F
(150,174,111)
#889D64
(136,157,100)
#7A8C59
(122,140,89)
#6C7B4E
(108,123,78)
#5E6A43
(94,106,67)
#505938
(80,89,56)
#42482D
(66,72,45)
#343722
(52,55,34)
#262617
(38,38,23)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #A4BF7A

#A4BF7A
(164,191,122)
#ACC486
(172,196,134)
#B4C992
(180,201,146)
#BCCE9E
(188,206,158)
#C4D3AA
(196,211,170)
#CCD8B6
(204,216,182)
#D4DDC2
(212,221,194)
#DCE2CE
(220,226,206)
#E4E7DA
(228,231,218)
#ECECE6
(236,236,230)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BF7A color. Also use rgb(164,191,122) instead hex code.

Text Font Color

.myTextColor { color: #A4BF7A; }

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

This text font color is #A4BF7A.


Background Color

.myBgColor { background-color: #A4BF7A; }

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

This div background color is #A4BF7A.


Border color

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

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

This div border color is #A4BF7A.


Opacity

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

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

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

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

This text has shadow with #A4BF7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BF7A on black background.


Color preview on white background

This text has color #A4BF7A on white background.



Black color preview on #A4BF7A background

This text has black color on #A4BF7A background.


White color preview on #A4BF7A background

This text has white color on #A4BF7A background.