COLOR #A9BF92

HEX: #A9BF92
RGB: (169,191,146)

Color info

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

RGB color model

#A9BF92 color RGB value is (169,191,146).

  • red value is 169;
  • green value is 191;
  • blue value is 146.
RGB:
(169,191,146)
(66%,75%,57%)

RGB channels and saturation

R 169 of 255 = 66%
G 191 of 255 = 75%
B 146 of 255 = 57%

169
191
146

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

Portions of RGB colors in percentages

R + G + B =
169 + 191 + 146 = 506 (100%)
R 169 of 506 ~ 33.4%
G 191 of 506 ~ 37.75%
B 146 of 506 ~ 28.85%

%33.4
%37.75
%28.85

CMYK color model

#A9BF92 color CMYK value is (12,0,24,25).

  • cyan value is 11.52%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 25.10%
CMYK:
(12,0,24,25)
C12M0Y24K25 
(12%,0%,24%,25%)
(0.12/0.00/0.24/0.25)	

CMYK percentages

%11.52
%0
%23.56
%25.1

Codes

Color #A9BF92 in popluar color models

A9BF92
RGB169191146
HSL89°26.01%66.08%
HSB/HSV89°23.56%74.90%
CMYK11.52%0.00%23.56%
25.10%

Color #A9BF92 in popluar number systems.

HEXA9BF92
Decimal169191146
Binary101010011011111110010010
Octal251277222

Shades and tints

Shades of #A9BF92

#A9BF92
(169,191,146)
#9AAE85
(154,174,133)
#8B9D78
(139,157,120)
#7C8C6B
(124,140,107)
#6D7B5E
(109,123,94)
#5E6A51
(94,106,81)
#4F5944
(79,89,68)
#404837
(64,72,55)
#31372A
(49,55,42)
#22261D
(34,38,29)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #A9BF92

#A9BF92
(169,191,146)
#B0C49B
(176,196,155)
#B7C9A4
(183,201,164)
#BECEAD
(190,206,173)
#C5D3B6
(197,211,182)
#CCD8BF
(204,216,191)
#D3DDC8
(211,221,200)
#DAE2D1
(218,226,209)
#E1E7DA
(225,231,218)
#E8ECE3
(232,236,227)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BF92 color. Also use rgb(169,191,146) instead hex code.

Text Font Color

.myTextColor { color: #A9BF92; }

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

This text font color is #A9BF92.


Background Color

.myBgColor { background-color: #A9BF92; }

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

This div background color is #A9BF92.


Border color

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

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

This div border color is #A9BF92.


Opacity

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

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

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

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

This text has shadow with #A9BF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BF92 on black background.


Color preview on white background

This text has color #A9BF92 on white background.



Black color preview on #A9BF92 background

This text has black color on #A9BF92 background.


White color preview on #A9BF92 background

This text has white color on #A9BF92 background.