COLOR #A7BE5F

HEX: #A7BE5F
RGB: (167,190,95)

Color info

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

RGB color model

#A7BE5F color RGB value is (167,190,95).

  • red value is 167;
  • green value is 190;
  • blue value is 95.
RGB:
(167,190,95)
(65%,75%,37%)

RGB channels and saturation

R 167 of 255 = 65%
G 190 of 255 = 75%
B 95 of 255 = 37%

167
190
95

R + G + B ~ 59%. #A7BE5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 190 + 95 = 452 (100%)
R 167 of 452 ~ 36.95%
G 190 of 452 ~ 42.04%
B 95 of 452 ~ 21.02%

%36.95
%42.04
%21.02

CMYK color model

#A7BE5F color CMYK value is (12,0,50,25).

  • cyan value is 12.11%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 25.49%
CMYK:
(12,0,50,25)
C12M0Y50K25 
(12%,0%,50%,25%)
(0.12/0.00/0.50/0.25)	

CMYK percentages

%12.11
%0
%50
%25.49

Codes

Color #A7BE5F in popluar color models

A7BE5F
RGB16719095
HSL75°42.22%55.88%
HSB/HSV75°50.00%74.51%
CMYK12.11%0.00%50.00%
25.49%

Color #A7BE5F in popluar number systems.

HEXA7BE5F
Decimal16719095
Binary10100111101111101011111
Octal247276137

Shades and tints

Shades of #A7BE5F

#A7BE5F
(167,190,95)
#98AD57
(152,173,87)
#899C4F
(137,156,79)
#7A8B47
(122,139,71)
#6B7A3F
(107,122,63)
#5C6937
(92,105,55)
#4D582F
(77,88,47)
#3E4727
(62,71,39)
#2F361F
(47,54,31)
#202517
(32,37,23)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #A7BE5F

#A7BE5F
(167,190,95)
#AFC36D
(175,195,109)
#B7C87B
(183,200,123)
#BFCD89
(191,205,137)
#C7D297
(199,210,151)
#CFD7A5
(207,215,165)
#D7DCB3
(215,220,179)
#DFE1C1
(223,225,193)
#E7E6CF
(231,230,207)
#EFEBDD
(239,235,221)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BE5F color. Also use rgb(167,190,95) instead hex code.

Text Font Color

.myTextColor { color: #A7BE5F; }

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

This text font color is #A7BE5F.


Background Color

.myBgColor { background-color: #A7BE5F; }

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

This div background color is #A7BE5F.


Border color

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

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

This div border color is #A7BE5F.


Opacity

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

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

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

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

This text has shadow with #A7BE5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BE5F on black background.


Color preview on white background

This text has color #A7BE5F on white background.



Black color preview on #A7BE5F background

This text has black color on #A7BE5F background.


White color preview on #A7BE5F background

This text has white color on #A7BE5F background.