COLOR #B0BF43

HEX: #B0BF43
RGB: (176,191,67)

Color info

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

RGB color model

#B0BF43 color RGB value is (176,191,67).

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

RGB channels and saturation

R 176 of 255 = 69%
G 191 of 255 = 75%
B 67 of 255 = 26%

176
191
67

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

Portions of RGB colors in percentages

R + G + B =
176 + 191 + 67 = 434 (100%)
R 176 of 434 ~ 40.55%
G 191 of 434 ~ 44.01%
B 67 of 434 ~ 15.44%

%40.55
%44.01
%15.44

CMYK color model

#B0BF43 color CMYK value is (8,0,65,25).

  • cyan value is 7.85%
  • magenta value is 0.00%
  • yellow value is 64.92%
  • key color value is 25.10%
CMYK:
(8,0,65,25)
C8M0Y65K25 
(8%,0%,65%,25%)
(0.08/0.00/0.65/0.25)	

CMYK percentages

%7.85
%0
%64.92
%25.1

Codes

Color #B0BF43 in popluar color models

B0BF43
RGB17619167
HSL67°49.21%50.59%
HSB/HSV67°64.92%74.90%
CMYK7.85%0.00%64.92%
25.10%

Color #B0BF43 in popluar number systems.

HEXB0BF43
Decimal17619167
Binary10110000101111111000011
Octal260277103

Shades and tints

Shades of #B0BF43

#B0BF43
(176,191,67)
#A0AE3D
(160,174,61)
#909D37
(144,157,55)
#808C31
(128,140,49)
#707B2B
(112,123,43)
#606A25
(96,106,37)
#50591F
(80,89,31)
#404819
(64,72,25)
#303713
(48,55,19)
#20260D
(32,38,13)
#101507
(16,21,7)
#000000
(0,0,0)

Tints of #B0BF43

#B0BF43
(176,191,67)
#B7C454
(183,196,84)
#BEC965
(190,201,101)
#C5CE76
(197,206,118)
#CCD387
(204,211,135)
#D3D898
(211,216,152)
#DADDA9
(218,221,169)
#E1E2BA
(225,226,186)
#E8E7CB
(232,231,203)
#EFECDC
(239,236,220)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BF43; }

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

This text font color is #B0BF43.


Background Color

.myBgColor { background-color: #B0BF43; }

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

This div background color is #B0BF43.


Border color

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

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

This div border color is #B0BF43.


Opacity

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

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

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

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

This text has shadow with #B0BF43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BF43 on black background.


Color preview on white background

This text has color #B0BF43 on white background.



Black color preview on #B0BF43 background

This text has black color on #B0BF43 background.


White color preview on #B0BF43 background

This text has white color on #B0BF43 background.