COLOR #B2A84E

HEX: #B2A84E RGB: (178,168,78)

Color info

#B2A84E contains mainly red and green colors. Web safe color of #B2A84E is #999966 (or #996).

RGB color model

#B2A84E color RGB value is (178,168,78).

RGB: (178,168,78) (70%, 66%, 31%)

RGB channels and saturation

R 178 of 255 = 70%
G 168 of 255 = 66%
B 78 of 255 = 31%

178
168
78

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

Portions of RGB colors in percentages

R + G + B = 178 + 168 + 78 = 424 (100%)
R 178 of 424 ~ 41.98%
G 168 of 424 ~ 39.62%
B 78 of 424 ~ 18.4'%

%41.98
%39.62
%18.4

CMYK color model

#B2A84E color CMYK value is (0,6,56,30).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 56.18%
  • key color value is 30.20%

CMYK: (0,6,56,30)
C0M6Y56K30 (0%, 6%, 56%, 30%)
(0.00 / 0.06 / 0.56 / 0.30)

CMYK percentages

%0
%5.62
%56.18
%30.2

Codes

Color #B2A84E in popluar color models

B2 A8 4E
RGB 178 168 78
HSL 54° 39.37% 50.20%
HSB/HSV 54° 56.18% 69.80%
CMYK 0.00% 5.62% 56.18%
30.20%

Color #B2A84E in popluar number systems.

HEX B2 A8 4E
Decimal 178 168 78
Binary 10110010 10101000 1001110
Octal 262 250 116

Shades and tints

Shades of #B2A84E

#B2A84E
(178,168,78)
#A29947
(162,153,71)
#928A40
(146,138,64)
#827B39
(130,123,57)
#726C32
(114,108,50)
#625D2B
(98,93,43)
#524E24
(82,78,36)
#423F1D
(66,63,29)
#323016
(50,48,22)
#22210F
(34,33,15)
#121208
(18,18,8)
#000000
(0,0,0)

Tints of #B2A84E

#B2A84E
(178,168,78)
#B9AF5E
(185,175,94)
#C0B66E
(192,182,110)
#C7BD7E
(199,189,126)
#CEC48E
(206,196,142)
#D5CB9E
(213,203,158)
#DCD2AE
(220,210,174)
#E3D9BE
(227,217,190)
#EAE0CE
(234,224,206)
#F1E7DE
(241,231,222)
#F8EEEE
(248,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A84E; }

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

This text font color is #B2A84E.

Background Color

.myBgColor { background-color: #B2A84E; }

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

This div background color is #B2A84E.

Border color

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

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

This div border color is #B2A84E.

Opacity

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

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

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

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

This text has shadow with #B2A84E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A84E.

Preview

Color preview on black background

This text has color #B2A84E on black background.


Color preview on white background

This text has color #B2A84E on white background.


Black color preview on #B2A84E background

This text has black color on #B2A84E background.


White color preview on #B2A84E background

This text has white color on #B2A84E background.


Related colors

Complementary color

Complementary color for #hex is #4D57B1.


I love getcolorcode.com

Triadic colors

1 #4EB2A8 and #A84EB2 with #B2A84E are triadic colors.

2 #4EA8B2 and #A8B24E with #B2A84E are triadic colors.