COLOR #BFC659

HEX: #BFC659
RGB: (191,198,89)

Color info

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

RGB color model

#BFC659 color RGB value is (191,198,89).

  • red value is 191;
  • green value is 198;
  • blue value is 89.
RGB:
(191,198,89)
(75%,78%,35%)

RGB channels and saturation

R 191 of 255 = 75%
G 198 of 255 = 78%
B 89 of 255 = 35%

191
198
89

R + G + B ~ 63%. #BFC659 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 198 + 89 = 478 (100%)
R 191 of 478 ~ 39.96%
G 198 of 478 ~ 41.42%
B 89 of 478 ~ 18.62%

%39.96
%41.42
%18.62

CMYK color model

#BFC659 color CMYK value is (4,0,55,22).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 55.05%
  • key color value is 22.35%
CMYK:
(4,0,55,22)
C4M0Y55K22 
(4%,0%,55%,22%)
(0.04/0.00/0.55/0.22)	

CMYK percentages

%3.54
%0
%55.05
%22.35

Codes

Color #BFC659 in popluar color models

BFC659
RGB19119889
HSL64°48.88%56.27%
HSB/HSV64°55.05%77.65%
CMYK3.54%0.00%55.05%
22.35%

Color #BFC659 in popluar number systems.

HEXBFC659
Decimal19119889
Binary10111111110001101011001
Octal277306131

Shades and tints

Shades of #BFC659

#BFC659
(191,198,89)
#AEB451
(174,180,81)
#9DA249
(157,162,73)
#8C9041
(140,144,65)
#7B7E39
(123,126,57)
#6A6C31
(106,108,49)
#595A29
(89,90,41)
#484821
(72,72,33)
#373619
(55,54,25)
#262411
(38,36,17)
#151209
(21,18,9)
#000000
(0,0,0)

Tints of #BFC659

#BFC659
(191,198,89)
#C4CB68
(196,203,104)
#C9D077
(201,208,119)
#CED586
(206,213,134)
#D3DA95
(211,218,149)
#D8DFA4
(216,223,164)
#DDE4B3
(221,228,179)
#E2E9C2
(226,233,194)
#E7EED1
(231,238,209)
#ECF3E0
(236,243,224)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC659 color. Also use rgb(191,198,89) instead hex code.

Text Font Color

.myTextColor { color: #BFC659; }

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

This text font color is #BFC659.


Background Color

.myBgColor { background-color: #BFC659; }

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

This div background color is #BFC659.


Border color

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

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

This div border color is #BFC659.


Opacity

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

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

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

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

This text has shadow with #BFC659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC659 on black background.


Color preview on white background

This text has color #BFC659 on white background.



Black color preview on #BFC659 background

This text has black color on #BFC659 background.


White color preview on #BFC659 background

This text has white color on #BFC659 background.