COLOR #A8B54E

HEX: #A8B54E
RGB: (168,181,78)

Color info

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

RGB color model

#A8B54E color RGB value is (168,181,78).

  • red value is 168;
  • green value is 181;
  • blue value is 78.
RGB:
(168,181,78)
(66%,71%,31%)

RGB channels and saturation

R 168 of 255 = 66%
G 181 of 255 = 71%
B 78 of 255 = 31%

168
181
78

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

Portions of RGB colors in percentages

R + G + B =
168 + 181 + 78 = 427 (100%)
R 168 of 427 ~ 39.34%
G 181 of 427 ~ 42.39%
B 78 of 427 ~ 18.27%

%39.34
%42.39
%18.27

CMYK color model

#A8B54E color CMYK value is (7,0,57,29).

  • cyan value is 7.18%
  • magenta value is 0.00%
  • yellow value is 56.91%
  • key color value is 29.02%
CMYK:
(7,0,57,29)
C7M0Y57K29 
(7%,0%,57%,29%)
(0.07/0.00/0.57/0.29)	

CMYK percentages

%7.18
%0
%56.91
%29.02

Codes

Color #A8B54E in popluar color models

A8B54E
RGB16818178
HSL68°41.04%50.78%
HSB/HSV68°56.91%70.98%
CMYK7.18%0.00%56.91%
29.02%

Color #A8B54E in popluar number systems.

HEXA8B54E
Decimal16818178
Binary10101000101101011001110
Octal250265116

Shades and tints

Shades of #A8B54E

#A8B54E
(168,181,78)
#99A547
(153,165,71)
#8A9540
(138,149,64)
#7B8539
(123,133,57)
#6C7532
(108,117,50)
#5D652B
(93,101,43)
#4E5524
(78,85,36)
#3F451D
(63,69,29)
#303516
(48,53,22)
#21250F
(33,37,15)
#121508
(18,21,8)
#000000
(0,0,0)

Tints of #A8B54E

#A8B54E
(168,181,78)
#AFBB5E
(175,187,94)
#B6C16E
(182,193,110)
#BDC77E
(189,199,126)
#C4CD8E
(196,205,142)
#CBD39E
(203,211,158)
#D2D9AE
(210,217,174)
#D9DFBE
(217,223,190)
#E0E5CE
(224,229,206)
#E7EBDE
(231,235,222)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B54E color. Also use rgb(168,181,78) instead hex code.

Text Font Color

.myTextColor { color: #A8B54E; }

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

This text font color is #A8B54E.


Background Color

.myBgColor { background-color: #A8B54E; }

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

This div background color is #A8B54E.


Border color

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

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

This div border color is #A8B54E.


Opacity

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

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

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

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

This text has shadow with #A8B54E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B54E on black background.


Color preview on white background

This text has color #A8B54E on white background.



Black color preview on #A8B54E background

This text has black color on #A8B54E background.


White color preview on #A8B54E background

This text has white color on #A8B54E background.