COLOR #A4BF99

HEX: #A4BF99
RGB: (164,191,153)

Color info

#A4BF99 contains red, green and blue colors in about the same proportion. Web safe color of #A4BF99 is #99CC99 (or #9C9).

RGB color model

#A4BF99 color RGB value is (164,191,153).

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

RGB channels and saturation

R 164 of 255 = 64%
G 191 of 255 = 75%
B 153 of 255 = 60%

164
191
153

R + G + B ~ 66%. #A4BF99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 191 + 153 = 508 (100%)
R 164 of 508 ~ 32.28%
G 191 of 508 ~ 37.6%
B 153 of 508 ~ 30.12%

%32.28
%37.6
%30.12

CMYK color model

#A4BF99 color CMYK value is (14,0,20,25).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 19.90%
  • key color value is 25.10%
CMYK:
(14,0,20,25)
C14M0Y20K25 
(14%,0%,20%,25%)
(0.14/0.00/0.20/0.25)	

CMYK percentages

%14.14
%0
%19.9
%25.1

Codes

Color #A4BF99 in popluar color models

A4BF99
RGB164191153
HSL103°22.89%67.45%
HSB/HSV103°19.90%74.90%
CMYK14.14%0.00%19.90%
25.10%

Color #A4BF99 in popluar number systems.

HEXA4BF99
Decimal164191153
Binary101001001011111110011001
Octal244277231

Shades and tints

Shades of #A4BF99

#A4BF99
(164,191,153)
#96AE8C
(150,174,140)
#889D7F
(136,157,127)
#7A8C72
(122,140,114)
#6C7B65
(108,123,101)
#5E6A58
(94,106,88)
#50594B
(80,89,75)
#42483E
(66,72,62)
#343731
(52,55,49)
#262624
(38,38,36)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #A4BF99

#A4BF99
(164,191,153)
#ACC4A2
(172,196,162)
#B4C9AB
(180,201,171)
#BCCEB4
(188,206,180)
#C4D3BD
(196,211,189)
#CCD8C6
(204,216,198)
#D4DDCF
(212,221,207)
#DCE2D8
(220,226,216)
#E4E7E1
(228,231,225)
#ECECEA
(236,236,234)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BF99; }

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

This text font color is #A4BF99.


Background Color

.myBgColor { background-color: #A4BF99; }

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

This div background color is #A4BF99.


Border color

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

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

This div border color is #A4BF99.


Opacity

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

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

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

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

This text has shadow with #A4BF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BF99 on black background.


Color preview on white background

This text has color #A4BF99 on white background.



Black color preview on #A4BF99 background

This text has black color on #A4BF99 background.


White color preview on #A4BF99 background

This text has white color on #A4BF99 background.