COLOR #BFC66A

HEX: #BFC66A
RGB: (191,198,106)

Color info

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

RGB color model

#BFC66A color RGB value is (191,198,106).

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

RGB channels and saturation

R 191 of 255 = 75%
G 198 of 255 = 78%
B 106 of 255 = 42%

191
198
106

R + G + B ~ 65%. #BFC66A is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 198 + 106 = 495 (100%)
R 191 of 495 ~ 38.59%
G 198 of 495 ~ 40%
B 106 of 495 ~ 21.41%

%38.59
%40
%21.41

CMYK color model

#BFC66A color CMYK value is (4,0,46,22).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 46.46%
  • key color value is 22.35%
CMYK:
(4,0,46,22)
C4M0Y46K22 
(4%,0%,46%,22%)
(0.04/0.00/0.46/0.22)	

CMYK percentages

%3.54
%0
%46.46
%22.35

Codes

Color #BFC66A in popluar color models

BFC66A
RGB191198106
HSL65°44.66%59.61%
HSB/HSV65°46.46%77.65%
CMYK3.54%0.00%46.46%
22.35%

Color #BFC66A in popluar number systems.

HEXBFC66A
Decimal191198106
Binary10111111110001101101010
Octal277306152

Shades and tints

Shades of #BFC66A

#BFC66A
(191,198,106)
#AEB461
(174,180,97)
#9DA258
(157,162,88)
#8C904F
(140,144,79)
#7B7E46
(123,126,70)
#6A6C3D
(106,108,61)
#595A34
(89,90,52)
#48482B
(72,72,43)
#373622
(55,54,34)
#262419
(38,36,25)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #BFC66A

#BFC66A
(191,198,106)
#C4CB77
(196,203,119)
#C9D084
(201,208,132)
#CED591
(206,213,145)
#D3DA9E
(211,218,158)
#D8DFAB
(216,223,171)
#DDE4B8
(221,228,184)
#E2E9C5
(226,233,197)
#E7EED2
(231,238,210)
#ECF3DF
(236,243,223)
#F1F8EC
(241,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC66A; }

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

This text font color is #BFC66A.


Background Color

.myBgColor { background-color: #BFC66A; }

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

This div background color is #BFC66A.


Border color

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

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

This div border color is #BFC66A.


Opacity

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

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

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

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

This text has shadow with #BFC66A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC66A on black background.


Color preview on white background

This text has color #BFC66A on white background.



Black color preview on #BFC66A background

This text has black color on #BFC66A background.


White color preview on #BFC66A background

This text has white color on #BFC66A background.