COLOR #B1C50B

HEX: #B1C50B
RGB: (177,197,11)

Color info

#B1C50B contains mainly red and green colors. Web safe color of #B1C50B is #99CC00 (or #9C0).

RGB color model

#B1C50B color RGB value is (177,197,11).

  • red value is 177;
  • green value is 197;
  • blue value is 11.
RGB:
(177,197,11)
(69%,77%,4%)

RGB channels and saturation

R 177 of 255 = 69%
G 197 of 255 = 77%
B 11 of 255 = 4%

177
197
11

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

Portions of RGB colors in percentages

R + G + B =
177 + 197 + 11 = 385 (100%)
R 177 of 385 ~ 45.97%
G 197 of 385 ~ 51.17%
B 11 of 385 ~ 2.86%

%45.97
%51.17

CMYK color model

#B1C50B color CMYK value is (10,0,94,23).

  • cyan value is 10.15%
  • magenta value is 0.00%
  • yellow value is 94.42%
  • key color value is 22.75%
CMYK:
(10,0,94,23)
C10M0Y94K23 
(10%,0%,94%,23%)
(0.10/0.00/0.94/0.23)	

CMYK percentages

%10.15
%0
%94.42
%22.75

Codes

Color #B1C50B in popluar color models

B1C50B
RGB17719711
HSL66°89.42%40.78%
HSB/HSV66°94.42%77.25%
CMYK10.15%0.00%94.42%
22.75%

Color #B1C50B in popluar number systems.

HEXB1C50B
Decimal17719711
Binary10110001110001011011
Octal26130513

Shades and tints

Shades of #B1C50B

#B1C50B
(177,197,11)
#A1B40A
(161,180,10)
#91A309
(145,163,9)
#819208
(129,146,8)
#718107
(113,129,7)
#617006
(97,112,6)
#515F05
(81,95,5)
#414E04
(65,78,4)
#313D03
(49,61,3)
#212C02
(33,44,2)
#111B01
(17,27,1)
#000000
(0,0,0)

Tints of #B1C50B

#B1C50B
(177,197,11)
#B8CA21
(184,202,33)
#BFCF37
(191,207,55)
#C6D44D
(198,212,77)
#CDD963
(205,217,99)
#D4DE79
(212,222,121)
#DBE38F
(219,227,143)
#E2E8A5
(226,232,165)
#E9EDBB
(233,237,187)
#F0F2D1
(240,242,209)
#F7F7E7
(247,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C50B color. Also use rgb(177,197,11) instead hex code.

Text Font Color

.myTextColor { color: #B1C50B; }

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

This text font color is #B1C50B.


Background Color

.myBgColor { background-color: #B1C50B; }

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

This div background color is #B1C50B.


Border color

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

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

This div border color is #B1C50B.


Opacity

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

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

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

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

This text has shadow with #B1C50B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C50B on black background.


Color preview on white background

This text has color #B1C50B on white background.



Black color preview on #B1C50B background

This text has black color on #B1C50B background.


White color preview on #B1C50B background

This text has white color on #B1C50B background.