COLOR #A7BF92

HEX: #A7BF92
RGB: (167,191,146)

Color info

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

RGB color model

#A7BF92 color RGB value is (167,191,146).

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

RGB channels and saturation

R 167 of 255 = 65%
G 191 of 255 = 75%
B 146 of 255 = 57%

167
191
146

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

Portions of RGB colors in percentages

R + G + B =
167 + 191 + 146 = 504 (100%)
R 167 of 504 ~ 33.13%
G 191 of 504 ~ 37.9%
B 146 of 504 ~ 28.97%

%33.13
%37.9
%28.97

CMYK color model

#A7BF92 color CMYK value is (13,0,24,25).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 25.10%
CMYK:
(13,0,24,25)
C13M0Y24K25 
(13%,0%,24%,25%)
(0.13/0.00/0.24/0.25)	

CMYK percentages

%12.57
%0
%23.56
%25.1

Codes

Color #A7BF92 in popluar color models

A7BF92
RGB167191146
HSL92°26.01%66.08%
HSB/HSV92°23.56%74.90%
CMYK12.57%0.00%23.56%
25.10%

Color #A7BF92 in popluar number systems.

HEXA7BF92
Decimal167191146
Binary101001111011111110010010
Octal247277222

Shades and tints

Shades of #A7BF92

#A7BF92
(167,191,146)
#98AE85
(152,174,133)
#899D78
(137,157,120)
#7A8C6B
(122,140,107)
#6B7B5E
(107,123,94)
#5C6A51
(92,106,81)
#4D5944
(77,89,68)
#3E4837
(62,72,55)
#2F372A
(47,55,42)
#20261D
(32,38,29)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #A7BF92

#A7BF92
(167,191,146)
#AFC49B
(175,196,155)
#B7C9A4
(183,201,164)
#BFCEAD
(191,206,173)
#C7D3B6
(199,211,182)
#CFD8BF
(207,216,191)
#D7DDC8
(215,221,200)
#DFE2D1
(223,226,209)
#E7E7DA
(231,231,218)
#EFECE3
(239,236,227)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BF92; }

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

This text font color is #A7BF92.


Background Color

.myBgColor { background-color: #A7BF92; }

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

This div background color is #A7BF92.


Border color

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

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

This div border color is #A7BF92.


Opacity

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

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

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

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

This text has shadow with #A7BF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BF92 on black background.


Color preview on white background

This text has color #A7BF92 on white background.



Black color preview on #A7BF92 background

This text has black color on #A7BF92 background.


White color preview on #A7BF92 background

This text has white color on #A7BF92 background.