COLOR #B0BF3B

HEX: #B0BF3B
RGB: (176,191,59)

Color info

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

RGB color model

#B0BF3B color RGB value is (176,191,59).

  • red value is 176;
  • green value is 191;
  • blue value is 59.
RGB:
(176,191,59)
(69%,75%,23%)

RGB channels and saturation

R 176 of 255 = 69%
G 191 of 255 = 75%
B 59 of 255 = 23%

176
191
59

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

Portions of RGB colors in percentages

R + G + B =
176 + 191 + 59 = 426 (100%)
R 176 of 426 ~ 41.31%
G 191 of 426 ~ 44.84%
B 59 of 426 ~ 13.85%

%41.31
%44.84
%13.85

CMYK color model

#B0BF3B color CMYK value is (8,0,69,25).

  • cyan value is 7.85%
  • magenta value is 0.00%
  • yellow value is 69.11%
  • key color value is 25.10%
CMYK:
(8,0,69,25)
C8M0Y69K25 
(8%,0%,69%,25%)
(0.08/0.00/0.69/0.25)	

CMYK percentages

%7.85
%0
%69.11
%25.1

Codes

Color #B0BF3B in popluar color models

B0BF3B
RGB17619159
HSL67°52.80%49.02%
HSB/HSV67°69.11%74.90%
CMYK7.85%0.00%69.11%
25.10%

Color #B0BF3B in popluar number systems.

HEXB0BF3B
Decimal17619159
Binary1011000010111111111011
Octal26027773

Shades and tints

Shades of #B0BF3B

#B0BF3B
(176,191,59)
#A0AE36
(160,174,54)
#909D31
(144,157,49)
#808C2C
(128,140,44)
#707B27
(112,123,39)
#606A22
(96,106,34)
#50591D
(80,89,29)
#404818
(64,72,24)
#303713
(48,55,19)
#20260E
(32,38,14)
#101509
(16,21,9)
#000000
(0,0,0)

Tints of #B0BF3B

#B0BF3B
(176,191,59)
#B7C44C
(183,196,76)
#BEC95D
(190,201,93)
#C5CE6E
(197,206,110)
#CCD37F
(204,211,127)
#D3D890
(211,216,144)
#DADDA1
(218,221,161)
#E1E2B2
(225,226,178)
#E8E7C3
(232,231,195)
#EFECD4
(239,236,212)
#F6F1E5
(246,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BF3B color. Also use rgb(176,191,59) instead hex code.

Text Font Color

.myTextColor { color: #B0BF3B; }

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

This text font color is #B0BF3B.


Background Color

.myBgColor { background-color: #B0BF3B; }

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

This div background color is #B0BF3B.


Border color

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

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

This div border color is #B0BF3B.


Opacity

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

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

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

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

This text has shadow with #B0BF3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BF3B on black background.


Color preview on white background

This text has color #B0BF3B on white background.



Black color preview on #B0BF3B background

This text has black color on #B0BF3B background.


White color preview on #B0BF3B background

This text has white color on #B0BF3B background.