COLOR #BCC07F

HEX: #BCC07F
RGB: (188,192,127)

Color info

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

RGB color model

#BCC07F color RGB value is (188,192,127).

  • red value is 188;
  • green value is 192;
  • blue value is 127.
RGB:
(188,192,127)
(74%,75%,50%)

RGB channels and saturation

R 188 of 255 = 74%
G 192 of 255 = 75%
B 127 of 255 = 50%

188
192
127

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

Portions of RGB colors in percentages

R + G + B =
188 + 192 + 127 = 507 (100%)
R 188 of 507 ~ 37.08%
G 192 of 507 ~ 37.87%
B 127 of 507 ~ 25.05%

%37.08
%37.87
%25.05

CMYK color model

#BCC07F color CMYK value is (2,0,34,25).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 33.85%
  • key color value is 24.71%
CMYK:
(2,0,34,25)
C2M0Y34K25 
(2%,0%,34%,25%)
(0.02/0.00/0.34/0.25)	

CMYK percentages

%2.08
%0
%33.85
%24.71

Codes

Color #BCC07F in popluar color models

BCC07F
RGB188192127
HSL64°34.03%62.55%
HSB/HSV64°33.85%75.29%
CMYK2.08%0.00%33.85%
24.71%

Color #BCC07F in popluar number systems.

HEXBCC07F
Decimal188192127
Binary10111100110000001111111
Octal274300177

Shades and tints

Shades of #BCC07F

#BCC07F
(188,192,127)
#ABAF74
(171,175,116)
#9A9E69
(154,158,105)
#898D5E
(137,141,94)
#787C53
(120,124,83)
#676B48
(103,107,72)
#565A3D
(86,90,61)
#454932
(69,73,50)
#343827
(52,56,39)
#23271C
(35,39,28)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #BCC07F

#BCC07F
(188,192,127)
#C2C58A
(194,197,138)
#C8CA95
(200,202,149)
#CECFA0
(206,207,160)
#D4D4AB
(212,212,171)
#DAD9B6
(218,217,182)
#E0DEC1
(224,222,193)
#E6E3CC
(230,227,204)
#ECE8D7
(236,232,215)
#F2EDE2
(242,237,226)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC07F color. Also use rgb(188,192,127) instead hex code.

Text Font Color

.myTextColor { color: #BCC07F; }

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

This text font color is #BCC07F.


Background Color

.myBgColor { background-color: #BCC07F; }

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

This div background color is #BCC07F.


Border color

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

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

This div border color is #BCC07F.


Opacity

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

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

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

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

This text has shadow with #BCC07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC07F on black background.


Color preview on white background

This text has color #BCC07F on white background.



Black color preview on #BCC07F background

This text has black color on #BCC07F background.


White color preview on #BCC07F background

This text has white color on #BCC07F background.