COLOR #BCBF5B

HEX: #BCBF5B
RGB: (188,191,91)

Color info

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

RGB color model

#BCBF5B color RGB value is (188,191,91).

  • red value is 188;
  • green value is 191;
  • blue value is 91.
RGB:
(188,191,91)
(74%,75%,36%)

RGB channels and saturation

R 188 of 255 = 74%
G 191 of 255 = 75%
B 91 of 255 = 36%

188
191
91

R + G + B ~ 62%. #BCBF5B is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 191 + 91 = 470 (100%)
R 188 of 470 ~ 40%
G 191 of 470 ~ 40.64%
B 91 of 470 ~ 19.36%

%40
%40.64
%19.36

CMYK color model

#BCBF5B color CMYK value is (2,0,52,25).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 52.36%
  • key color value is 25.10%
CMYK:
(2,0,52,25)
C2M0Y52K25 
(2%,0%,52%,25%)
(0.02/0.00/0.52/0.25)	

CMYK percentages

%1.57
%0
%52.36
%25.1

Codes

Color #BCBF5B in popluar color models

BCBF5B
RGB18819191
HSL62°43.86%55.29%
HSB/HSV62°52.36%74.90%
CMYK1.57%0.00%52.36%
25.10%

Color #BCBF5B in popluar number systems.

HEXBCBF5B
Decimal18819191
Binary10111100101111111011011
Octal274277133

Shades and tints

Shades of #BCBF5B

#BCBF5B
(188,191,91)
#ABAE53
(171,174,83)
#9A9D4B
(154,157,75)
#898C43
(137,140,67)
#787B3B
(120,123,59)
#676A33
(103,106,51)
#56592B
(86,89,43)
#454823
(69,72,35)
#34371B
(52,55,27)
#232613
(35,38,19)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #BCBF5B

#BCBF5B
(188,191,91)
#C2C469
(194,196,105)
#C8C977
(200,201,119)
#CECE85
(206,206,133)
#D4D393
(212,211,147)
#DAD8A1
(218,216,161)
#E0DDAF
(224,221,175)
#E6E2BD
(230,226,189)
#ECE7CB
(236,231,203)
#F2ECD9
(242,236,217)
#F8F1E7
(248,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBF5B color. Also use rgb(188,191,91) instead hex code.

Text Font Color

.myTextColor { color: #BCBF5B; }

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

This text font color is #BCBF5B.


Background Color

.myBgColor { background-color: #BCBF5B; }

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

This div background color is #BCBF5B.


Border color

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

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

This div border color is #BCBF5B.


Opacity

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

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

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

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

This text has shadow with #BCBF5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBF5B on black background.


Color preview on white background

This text has color #BCBF5B on white background.



Black color preview on #BCBF5B background

This text has black color on #BCBF5B background.


White color preview on #BCBF5B background

This text has white color on #BCBF5B background.