COLOR #B0B71B

HEX: #B0B71B
RGB: (176,183,27)

Color info

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

RGB color model

#B0B71B color RGB value is (176,183,27).

  • red value is 176;
  • green value is 183;
  • blue value is 27.
RGB:
(176,183,27)
(69%,72%,11%)

RGB channels and saturation

R 176 of 255 = 69%
G 183 of 255 = 72%
B 27 of 255 = 11%

176
183
27

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

Portions of RGB colors in percentages

R + G + B =
176 + 183 + 27 = 386 (100%)
R 176 of 386 ~ 45.6%
G 183 of 386 ~ 47.41%
B 27 of 386 ~ 6.99%

%45.6
%47.41

CMYK color model

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

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

CMYK percentages

%3.83
%0
%85.25
%28.24

Codes

Color #B0B71B in popluar color models

B0B71B
RGB17618327
HSL63°74.29%41.18%
HSB/HSV63°85.25%71.76%
CMYK3.83%0.00%85.25%
28.24%

Color #B0B71B in popluar number systems.

HEXB0B71B
Decimal17618327
Binary101100001011011111011
Octal26026733

Shades and tints

Shades of #B0B71B

#B0B71B
(176,183,27)
#A0A719
(160,167,25)
#909717
(144,151,23)
#808715
(128,135,21)
#707713
(112,119,19)
#606711
(96,103,17)
#50570F
(80,87,15)
#40470D
(64,71,13)
#30370B
(48,55,11)
#202709
(32,39,9)
#101707
(16,23,7)
#000000
(0,0,0)

Tints of #B0B71B

#B0B71B
(176,183,27)
#B7BD2F
(183,189,47)
#BEC343
(190,195,67)
#C5C957
(197,201,87)
#CCCF6B
(204,207,107)
#D3D57F
(211,213,127)
#DADB93
(218,219,147)
#E1E1A7
(225,225,167)
#E8E7BB
(232,231,187)
#EFEDCF
(239,237,207)
#F6F3E3
(246,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B71B color. Also use rgb(176,183,27) instead hex code.

Text Font Color

.myTextColor { color: #B0B71B; }

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

This text font color is #B0B71B.


Background Color

.myBgColor { background-color: #B0B71B; }

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

This div background color is #B0B71B.


Border color

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

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

This div border color is #B0B71B.


Opacity

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

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

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

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

This text has shadow with #B0B71B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B71B on black background.


Color preview on white background

This text has color #B0B71B on white background.



Black color preview on #B0B71B background

This text has black color on #B0B71B background.


White color preview on #B0B71B background

This text has white color on #B0B71B background.