COLOR #A8B72B

HEX: #A8B72B
RGB: (168,183,43)

Color info

#A8B72B contains mainly red and green colors. Web safe color of #A8B72B is #99CC33 (or #9C3).

RGB color model

#A8B72B color RGB value is (168,183,43).

  • red value is 168;
  • green value is 183;
  • blue value is 43.
RGB:
(168,183,43)
(66%,72%,17%)

RGB channels and saturation

R 168 of 255 = 66%
G 183 of 255 = 72%
B 43 of 255 = 17%

168
183
43

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

Portions of RGB colors in percentages

R + G + B =
168 + 183 + 43 = 394 (100%)
R 168 of 394 ~ 42.64%
G 183 of 394 ~ 46.45%
B 43 of 394 ~ 10.91%

%42.64
%46.45
%10.91

CMYK color model

#A8B72B color CMYK value is (8,0,77,28).

  • cyan value is 8.20%
  • magenta value is 0.00%
  • yellow value is 76.50%
  • key color value is 28.24%
CMYK:
(8,0,77,28)
C8M0Y77K28 
(8%,0%,77%,28%)
(0.08/0.00/0.77/0.28)	

CMYK percentages

%8.2
%0
%76.5
%28.24

Codes

Color #A8B72B in popluar color models

A8B72B
RGB16818343
HSL66°61.95%44.31%
HSB/HSV66°76.50%71.76%
CMYK8.20%0.00%76.50%
28.24%

Color #A8B72B in popluar number systems.

HEXA8B72B
Decimal16818343
Binary1010100010110111101011
Octal25026753

Shades and tints

Shades of #A8B72B

#A8B72B
(168,183,43)
#99A728
(153,167,40)
#8A9725
(138,151,37)
#7B8722
(123,135,34)
#6C771F
(108,119,31)
#5D671C
(93,103,28)
#4E5719
(78,87,25)
#3F4716
(63,71,22)
#303713
(48,55,19)
#212710
(33,39,16)
#12170D
(18,23,13)
#000000
(0,0,0)

Tints of #A8B72B

#A8B72B
(168,183,43)
#AFBD3E
(175,189,62)
#B6C351
(182,195,81)
#BDC964
(189,201,100)
#C4CF77
(196,207,119)
#CBD58A
(203,213,138)
#D2DB9D
(210,219,157)
#D9E1B0
(217,225,176)
#E0E7C3
(224,231,195)
#E7EDD6
(231,237,214)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B72B color. Also use rgb(168,183,43) instead hex code.

Text Font Color

.myTextColor { color: #A8B72B; }

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

This text font color is #A8B72B.


Background Color

.myBgColor { background-color: #A8B72B; }

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

This div background color is #A8B72B.


Border color

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

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

This div border color is #A8B72B.


Opacity

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

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

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

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

This text has shadow with #A8B72B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B72B on black background.


Color preview on white background

This text has color #A8B72B on white background.



Black color preview on #A8B72B background

This text has black color on #A8B72B background.


White color preview on #A8B72B background

This text has white color on #A8B72B background.