COLOR #B2A81E

HEX: #B2A81E RGB: (178,168,30)

Color info

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

RGB color model

#B2A81E color RGB value is (178,168,30).

RGB: (178,168,30) (70%, 66%, 12%)

RGB channels and saturation

R 178 of 255 = 70%
G 168 of 255 = 66%
B 30 of 255 = 12%

178
168
30

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

Portions of RGB colors in percentages

R + G + B = 178 + 168 + 30 = 376 (100%)
R 178 of 376 ~ 47.34%
G 168 of 376 ~ 44.68%
B 30 of 376 ~ 7.98'%

%47.34
%44.68

CMYK color model

#B2A81E color CMYK value is (0,6,83,30).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 83.15%
  • key color value is 30.20%
CMYK: (0,6,83,30) C0M6Y83K30 (0%,6%,83%,30%) (0.00/0.06/0.83/0.30) 

CMYK percentages

%0
%5.62
%83.15
%30.2

Codes

Color #B2A81E in popluar color models

B2 A8 1E
RGB 178 168 30
HSL 56° 71.15% 40.78%
HSB/HSV 56° 83.15% 69.80%
CMYK 0.00% 5.62% 83.15%
30.20%

Color #B2A81E in popluar number systems.

HEX B2 A8 1E
Decimal 178 168 30
Binary 10110010 10101000 11110
Octal 262 250 36

Shades and tints

Shades of #B2A81E

#B2A81E
(178,168,30)
#A2991C
(162,153,28)
#928A1A
(146,138,26)
#827B18
(130,123,24)
#726C16
(114,108,22)
#625D14
(98,93,20)
#524E12
(82,78,18)
#423F10
(66,63,16)
#32300E
(50,48,14)
#22210C
(34,33,12)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #B2A81E

#B2A81E
(178,168,30)
#B9AF32
(185,175,50)
#C0B646
(192,182,70)
#C7BD5A
(199,189,90)
#CEC46E
(206,196,110)
#D5CB82
(213,203,130)
#DCD296
(220,210,150)
#E3D9AA
(227,217,170)
#EAE0BE
(234,224,190)
#F1E7D2
(241,231,210)
#F8EEE6
(248,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A81E; }

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

This text font color is #B2A81E.

Background Color

.myBgColor { background-color: #B2A81E; }

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

This div background color is #B2A81E.

Border color

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

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

This div border color is #B2A81E.

Opacity

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

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

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

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

This text has shadow with #B2A81E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A81E.

Preview

Color preview on black background

This text has color #B2A81E on black background.


Color preview on white background

This text has color #B2A81E on white background.


Black color preview on #B2A81E background

This text has black color on #B2A81E background.


White color preview on #B2A81E background

This text has white color on #B2A81E background.


Related colors

Complementary color

Complementary color for #hex is #4D57E1.


I love getcolorcode.com

Triadic colors

1 #1EB2A8 and #A81EB2 with #B2A81E are triadic colors.

2 #1EA8B2 and #A8B21E with #B2A81E are triadic colors.