COLOR #A8B14B

HEX: #A8B14B RGB: (168,177,75)

Color info

#A8B14B contains mainly red and green colors. Web safe color of #A8B14B is #999933 (or #993).

RGB color model

#A8B14B color RGB value is (168,177,75).

RGB: (168,177,75) (66%, 69%, 29%)

RGB channels and saturation

R 168 of 255 = 66%
G 177 of 255 = 69%
B 75 of 255 = 29%

168
177
75

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

Portions of RGB colors in percentages

R + G + B = 168 + 177 + 75 = 420 (100%)
R 168 of 420 ~ 40%
G 177 of 420 ~ 42.14%
B 75 of 420 ~ 17.86'%

%40
%42.14
%17.86

CMYK color model

#A8B14B color CMYK value is (5,0,58,31).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 57.63%
  • key color value is 30.59%

CMYK: (5,0,58,31)
C5M0Y58K31 (5%, 0%, 58%, 31%)
(0.05 / 0.00 / 0.58 / 0.31)

CMYK percentages

%5.08
%0
%57.63
%30.59

Codes

Color #A8B14B in popluar color models

A8 B1 4B
RGB 168 177 75
HSL 65° 40.48% 49.41%
HSB/HSV 65° 57.63% 69.41%
CMYK 5.08% 0.00% 57.63%
30.59%

Color #A8B14B in popluar number systems.

HEX A8 B1 4B
Decimal 168 177 75
Binary 10101000 10110001 1001011
Octal 250 261 113

Shades and tints

Shades of #A8B14B

#A8B14B
(168,177,75)
#99A145
(153,161,69)
#8A913F
(138,145,63)
#7B8139
(123,129,57)
#6C7133
(108,113,51)
#5D612D
(93,97,45)
#4E5127
(78,81,39)
#3F4121
(63,65,33)
#30311B
(48,49,27)
#212115
(33,33,21)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #A8B14B

#A8B14B
(168,177,75)
#AFB85B
(175,184,91)
#B6BF6B
(182,191,107)
#BDC67B
(189,198,123)
#C4CD8B
(196,205,139)
#CBD49B
(203,212,155)
#D2DBAB
(210,219,171)
#D9E2BB
(217,226,187)
#E0E9CB
(224,233,203)
#E7F0DB
(231,240,219)
#EEF7EB
(238,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B14B color. Also use rgb(168,177,75) instead hex code.

Text Font Color

.myTextColor { color: #A8B14B; }

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

This text font color is #A8B14B.

Background Color

.myBgColor { background-color: #A8B14B; }

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

This div background color is #A8B14B.

Border color

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

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

This div border color is #A8B14B.

Opacity

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

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

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

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

This text has shadow with #A8B14B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B14B.

Preview

Color preview on black background

This text has color #A8B14B on black background.


Color preview on white background

This text has color #A8B14B on white background.


Black color preview on #A8B14B background

This text has black color on #A8B14B background.


White color preview on #A8B14B background

This text has white color on #A8B14B background.


Related colors

Complementary color

Complementary color for #hex is #574EB4.


I love getcolorcode.com

Triadic colors

1 #4BA8B1 and #B14BA8 with #A8B14B are triadic colors.

2 #4BB1A8 and #B1A84B with #A8B14B are triadic colors.