COLOR #B1B81C

HEX: #B1B81C
RGB: (177,184,28)

Color info

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

RGB color model

#B1B81C color RGB value is (177,184,28).

  • red value is 177;
  • green value is 184;
  • blue value is 28.
RGB:
(177,184,28)
(69%,72%,11%)

RGB channels and saturation

R 177 of 255 = 69%
G 184 of 255 = 72%
B 28 of 255 = 11%

177
184
28

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

Portions of RGB colors in percentages

R + G + B =
177 + 184 + 28 = 389 (100%)
R 177 of 389 ~ 45.5%
G 184 of 389 ~ 47.3%
B 28 of 389 ~ 7.2%

%45.5
%47.3

CMYK color model

#B1B81C color CMYK value is (4,0,85,28).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 84.78%
  • key color value is 27.84%
CMYK:
(4,0,85,28)
C4M0Y85K28 
(4%,0%,85%,28%)
(0.04/0.00/0.85/0.28)	

CMYK percentages

%3.8
%0
%84.78
%27.84

Codes

Color #B1B81C in popluar color models

B1B81C
RGB17718428
HSL63°73.58%41.57%
HSB/HSV63°84.78%72.16%
CMYK3.80%0.00%84.78%
27.84%

Color #B1B81C in popluar number systems.

HEXB1B81C
Decimal17718428
Binary101100011011100011100
Octal26127034

Shades and tints

Shades of #B1B81C

#B1B81C
(177,184,28)
#A1A81A
(161,168,26)
#919818
(145,152,24)
#818816
(129,136,22)
#717814
(113,120,20)
#616812
(97,104,18)
#515810
(81,88,16)
#41480E
(65,72,14)
#31380C
(49,56,12)
#21280A
(33,40,10)
#111808
(17,24,8)
#000000
(0,0,0)

Tints of #B1B81C

#B1B81C
(177,184,28)
#B8BE30
(184,190,48)
#BFC444
(191,196,68)
#C6CA58
(198,202,88)
#CDD06C
(205,208,108)
#D4D680
(212,214,128)
#DBDC94
(219,220,148)
#E2E2A8
(226,226,168)
#E9E8BC
(233,232,188)
#F0EED0
(240,238,208)
#F7F4E4
(247,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B81C color. Also use rgb(177,184,28) instead hex code.

Text Font Color

.myTextColor { color: #B1B81C; }

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

This text font color is #B1B81C.


Background Color

.myBgColor { background-color: #B1B81C; }

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

This div background color is #B1B81C.


Border color

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

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

This div border color is #B1B81C.


Opacity

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

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

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

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

This text has shadow with #B1B81C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B81C on black background.


Color preview on white background

This text has color #B1B81C on white background.



Black color preview on #B1B81C background

This text has black color on #B1B81C background.


White color preview on #B1B81C background

This text has white color on #B1B81C background.