COLOR #B1B54B

HEX: #B1B54B
RGB: (177,181,75)

Color info

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

RGB color model

#B1B54B color RGB value is (177,181,75).

  • red value is 177;
  • green value is 181;
  • blue value is 75.
RGB:
(177,181,75)
(69%,71%,29%)

RGB channels and saturation

R 177 of 255 = 69%
G 181 of 255 = 71%
B 75 of 255 = 29%

177
181
75

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

Portions of RGB colors in percentages

R + G + B =
177 + 181 + 75 = 433 (100%)
R 177 of 433 ~ 40.88%
G 181 of 433 ~ 41.8%
B 75 of 433 ~ 17.32%

%40.88
%41.8
%17.32

CMYK color model

#B1B54B color CMYK value is (2,0,59,29).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 58.56%
  • key color value is 29.02%
CMYK:
(2,0,59,29)
C2M0Y59K29 
(2%,0%,59%,29%)
(0.02/0.00/0.59/0.29)	

CMYK percentages

%2.21
%0
%58.56
%29.02

Codes

Color #B1B54B in popluar color models

B1B54B
RGB17718175
HSL62°41.73%50.20%
HSB/HSV62°58.56%70.98%
CMYK2.21%0.00%58.56%
29.02%

Color #B1B54B in popluar number systems.

HEXB1B54B
Decimal17718175
Binary10110001101101011001011
Octal261265113

Shades and tints

Shades of #B1B54B

#B1B54B
(177,181,75)
#A1A545
(161,165,69)
#91953F
(145,149,63)
#818539
(129,133,57)
#717533
(113,117,51)
#61652D
(97,101,45)
#515527
(81,85,39)
#414521
(65,69,33)
#31351B
(49,53,27)
#212515
(33,37,21)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #B1B54B

#B1B54B
(177,181,75)
#B8BB5B
(184,187,91)
#BFC16B
(191,193,107)
#C6C77B
(198,199,123)
#CDCD8B
(205,205,139)
#D4D39B
(212,211,155)
#DBD9AB
(219,217,171)
#E2DFBB
(226,223,187)
#E9E5CB
(233,229,203)
#F0EBDB
(240,235,219)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B54B; }

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

This text font color is #B1B54B.


Background Color

.myBgColor { background-color: #B1B54B; }

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

This div background color is #B1B54B.


Border color

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

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

This div border color is #B1B54B.


Opacity

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

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

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

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

This text has shadow with #B1B54B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B54B on black background.


Color preview on white background

This text has color #B1B54B on white background.



Black color preview on #B1B54B background

This text has black color on #B1B54B background.


White color preview on #B1B54B background

This text has white color on #B1B54B background.