COLOR #BFC04F

HEX: #BFC04F
RGB: (191,192,79)

Color info

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

RGB color model

#BFC04F color RGB value is (191,192,79).

  • red value is 191;
  • green value is 192;
  • blue value is 79.
RGB:
(191,192,79)
(75%,75%,31%)

RGB channels and saturation

R 191 of 255 = 75%
G 192 of 255 = 75%
B 79 of 255 = 31%

191
192
79

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

Portions of RGB colors in percentages

R + G + B =
191 + 192 + 79 = 462 (100%)
R 191 of 462 ~ 41.34%
G 192 of 462 ~ 41.56%
B 79 of 462 ~ 17.1%

%41.34
%41.56
%17.1

CMYK color model

#BFC04F color CMYK value is (1,0,59,25).

  • cyan value is 0.52%
  • magenta value is 0.00%
  • yellow value is 58.85%
  • key color value is 24.71%
CMYK:
(1,0,59,25)
C1M0Y59K25 
(1%,0%,59%,25%)
(0.01/0.00/0.59/0.25)	

CMYK percentages

%0.52
%0
%58.85
%24.71

Codes

Color #BFC04F in popluar color models

BFC04F
RGB19119279
HSL61°47.28%53.14%
HSB/HSV61°58.85%75.29%
CMYK0.52%0.00%58.85%
24.71%

Color #BFC04F in popluar number systems.

HEXBFC04F
Decimal19119279
Binary10111111110000001001111
Octal277300117

Shades and tints

Shades of #BFC04F

#BFC04F
(191,192,79)
#AEAF48
(174,175,72)
#9D9E41
(157,158,65)
#8C8D3A
(140,141,58)
#7B7C33
(123,124,51)
#6A6B2C
(106,107,44)
#595A25
(89,90,37)
#48491E
(72,73,30)
#373817
(55,56,23)
#262710
(38,39,16)
#151609
(21,22,9)
#000000
(0,0,0)

Tints of #BFC04F

#BFC04F
(191,192,79)
#C4C55F
(196,197,95)
#C9CA6F
(201,202,111)
#CECF7F
(206,207,127)
#D3D48F
(211,212,143)
#D8D99F
(216,217,159)
#DDDEAF
(221,222,175)
#E2E3BF
(226,227,191)
#E7E8CF
(231,232,207)
#ECEDDF
(236,237,223)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC04F color. Also use rgb(191,192,79) instead hex code.

Text Font Color

.myTextColor { color: #BFC04F; }

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

This text font color is #BFC04F.


Background Color

.myBgColor { background-color: #BFC04F; }

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

This div background color is #BFC04F.


Border color

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

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

This div border color is #BFC04F.


Opacity

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

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

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

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

This text has shadow with #BFC04F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC04F on black background.


Color preview on white background

This text has color #BFC04F on white background.



Black color preview on #BFC04F background

This text has black color on #BFC04F background.


White color preview on #BFC04F background

This text has white color on #BFC04F background.