COLOR #B1A84B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

177
168
75

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

Portions of RGB colors in percentages

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

%42.14
%40
%17.86

CMYK color model

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

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

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

CMYK percentages

%0
%5.08
%57.63
%30.59

Codes

Color #B1A84B in popluar color models

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

Color #B1A84B in popluar number systems.

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

Shades and tints

Shades of #B1A84B

#B1A84B
(177,168,75)
#A19945
(161,153,69)
#918A3F
(145,138,63)
#817B39
(129,123,57)
#716C33
(113,108,51)
#615D2D
(97,93,45)
#514E27
(81,78,39)
#413F21
(65,63,33)
#31301B
(49,48,27)
#212115
(33,33,21)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #B1A84B

#B1A84B
(177,168,75)
#B8AF5B
(184,175,91)
#BFB66B
(191,182,107)
#C6BD7B
(198,189,123)
#CDC48B
(205,196,139)
#D4CB9B
(212,203,155)
#DBD2AB
(219,210,171)
#E2D9BB
(226,217,187)
#E9E0CB
(233,224,203)
#F0E7DB
(240,231,219)
#F7EEEB
(247,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A84B; }

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

This text font color is #B1A84B.

Background Color

.myBgColor { background-color: #B1A84B; }

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

This div background color is #B1A84B.

Border color

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

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

This div border color is #B1A84B.

Opacity

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

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

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

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

This text has shadow with #B1A84B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A84B.

Preview

Color preview on black background

This text has color #B1A84B on black background.


Color preview on white background

This text has color #B1A84B on white background.


Black color preview on #B1A84B background

This text has black color on #B1A84B background.


White color preview on #B1A84B background

This text has white color on #B1A84B background.


Related colors

Complementary color

Complementary color for #hex is #4E57B4.


I love getcolorcode.com

Triadic colors

1 #4BB1A8 and #A84BB1 with #B1A84B are triadic colors.

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