COLOR #B5BF51

HEX: #B5BF51
RGB: (181,191,81)

Color info

#B5BF51 contains mainly red and green colors. Web safe color of #B5BF51 is #CCCC66 (or #CC6).

RGB color model

#B5BF51 color RGB value is (181,191,81).

  • red value is 181;
  • green value is 191;
  • blue value is 81.
RGB:
(181,191,81)
(71%,75%,32%)

RGB channels and saturation

R 181 of 255 = 71%
G 191 of 255 = 75%
B 81 of 255 = 32%

181
191
81

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

Portions of RGB colors in percentages

R + G + B =
181 + 191 + 81 = 453 (100%)
R 181 of 453 ~ 39.96%
G 191 of 453 ~ 42.16%
B 81 of 453 ~ 17.88%

%39.96
%42.16
%17.88

CMYK color model

#B5BF51 color CMYK value is (5,0,58,25).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 57.59%
  • key color value is 25.10%
CMYK:
(5,0,58,25)
C5M0Y58K25 
(5%,0%,58%,25%)
(0.05/0.00/0.58/0.25)	

CMYK percentages

%5.24
%0
%57.59
%25.1

Codes

Color #B5BF51 in popluar color models

B5BF51
RGB18119181
HSL65°46.22%53.33%
HSB/HSV65°57.59%74.90%
CMYK5.24%0.00%57.59%
25.10%

Color #B5BF51 in popluar number systems.

HEXB5BF51
Decimal18119181
Binary10110101101111111010001
Octal265277121

Shades and tints

Shades of #B5BF51

#B5BF51
(181,191,81)
#A5AE4A
(165,174,74)
#959D43
(149,157,67)
#858C3C
(133,140,60)
#757B35
(117,123,53)
#656A2E
(101,106,46)
#555927
(85,89,39)
#454820
(69,72,32)
#353719
(53,55,25)
#252612
(37,38,18)
#15150B
(21,21,11)
#000000
(0,0,0)

Tints of #B5BF51

#B5BF51
(181,191,81)
#BBC460
(187,196,96)
#C1C96F
(193,201,111)
#C7CE7E
(199,206,126)
#CDD38D
(205,211,141)
#D3D89C
(211,216,156)
#D9DDAB
(217,221,171)
#DFE2BA
(223,226,186)
#E5E7C9
(229,231,201)
#EBECD8
(235,236,216)
#F1F1E7
(241,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BF51 color. Also use rgb(181,191,81) instead hex code.

Text Font Color

.myTextColor { color: #B5BF51; }

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

This text font color is #B5BF51.


Background Color

.myBgColor { background-color: #B5BF51; }

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

This div background color is #B5BF51.


Border color

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

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

This div border color is #B5BF51.


Opacity

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

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

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

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

This text has shadow with #B5BF51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BF51 on black background.


Color preview on white background

This text has color #B5BF51 on white background.



Black color preview on #B5BF51 background

This text has black color on #B5BF51 background.


White color preview on #B5BF51 background

This text has white color on #B5BF51 background.