COLOR #BFC474

HEX: #BFC474
RGB: (191,196,116)

Color info

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

RGB color model

#BFC474 color RGB value is (191,196,116).

  • red value is 191;
  • green value is 196;
  • blue value is 116.
RGB:
(191,196,116)
(75%,77%,45%)

RGB channels and saturation

R 191 of 255 = 75%
G 196 of 255 = 77%
B 116 of 255 = 45%

191
196
116

R + G + B ~ 66%. #BFC474 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 196 + 116 = 503 (100%)
R 191 of 503 ~ 37.97%
G 196 of 503 ~ 38.97%
B 116 of 503 ~ 23.06%

%37.97
%38.97
%23.06

CMYK color model

#BFC474 color CMYK value is (3,0,41,23).

  • cyan value is 2.55%
  • magenta value is 0.00%
  • yellow value is 40.82%
  • key color value is 23.14%
CMYK:
(3,0,41,23)
C3M0Y41K23 
(3%,0%,41%,23%)
(0.03/0.00/0.41/0.23)	

CMYK percentages

%2.55
%0
%40.82
%23.14

Codes

Color #BFC474 in popluar color models

BFC474
RGB191196116
HSL64°40.40%61.18%
HSB/HSV64°40.82%76.86%
CMYK2.55%0.00%40.82%
23.14%

Color #BFC474 in popluar number systems.

HEXBFC474
Decimal191196116
Binary10111111110001001110100
Octal277304164

Shades and tints

Shades of #BFC474

#BFC474
(191,196,116)
#AEB36A
(174,179,106)
#9DA260
(157,162,96)
#8C9156
(140,145,86)
#7B804C
(123,128,76)
#6A6F42
(106,111,66)
#595E38
(89,94,56)
#484D2E
(72,77,46)
#373C24
(55,60,36)
#262B1A
(38,43,26)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #BFC474

#BFC474
(191,196,116)
#C4C980
(196,201,128)
#C9CE8C
(201,206,140)
#CED398
(206,211,152)
#D3D8A4
(211,216,164)
#D8DDB0
(216,221,176)
#DDE2BC
(221,226,188)
#E2E7C8
(226,231,200)
#E7ECD4
(231,236,212)
#ECF1E0
(236,241,224)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC474 color. Also use rgb(191,196,116) instead hex code.

Text Font Color

.myTextColor { color: #BFC474; }

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

This text font color is #BFC474.


Background Color

.myBgColor { background-color: #BFC474; }

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

This div background color is #BFC474.


Border color

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

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

This div border color is #BFC474.


Opacity

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

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

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

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

This text has shadow with #BFC474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC474 on black background.


Color preview on white background

This text has color #BFC474 on white background.



Black color preview on #BFC474 background

This text has black color on #BFC474 background.


White color preview on #BFC474 background

This text has white color on #BFC474 background.