COLOR #BCC10F

HEX: #BCC10F
RGB: (188,193,15)

Color info

#BCC10F contains mainly red and green colors. Web safe color of #BCC10F is #CCCC00 (or #CC0).

RGB color model

#BCC10F color RGB value is (188,193,15).

  • red value is 188;
  • green value is 193;
  • blue value is 15.
RGB:
(188,193,15)
(74%,76%,6%)

RGB channels and saturation

R 188 of 255 = 74%
G 193 of 255 = 76%
B 15 of 255 = 6%

188
193
15

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

Portions of RGB colors in percentages

R + G + B =
188 + 193 + 15 = 396 (100%)
R 188 of 396 ~ 47.47%
G 193 of 396 ~ 48.74%
B 15 of 396 ~ 3.79%

%47.47
%48.74

CMYK color model

#BCC10F color CMYK value is (3,0,92,24).

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 92.23%
  • key color value is 24.31%
CMYK:
(3,0,92,24)
C3M0Y92K24 
(3%,0%,92%,24%)
(0.03/0.00/0.92/0.24)	

CMYK percentages

%2.59
%0
%92.23
%24.31

Codes

Color #BCC10F in popluar color models

BCC10F
RGB18819315
HSL62°85.58%40.78%
HSB/HSV62°92.23%75.69%
CMYK2.59%0.00%92.23%
24.31%

Color #BCC10F in popluar number systems.

HEXBCC10F
Decimal18819315
Binary10111100110000011111
Octal27430117

Shades and tints

Shades of #BCC10F

#BCC10F
(188,193,15)
#ABB00E
(171,176,14)
#9A9F0D
(154,159,13)
#898E0C
(137,142,12)
#787D0B
(120,125,11)
#676C0A
(103,108,10)
#565B09
(86,91,9)
#454A08
(69,74,8)
#343907
(52,57,7)
#232806
(35,40,6)
#121705
(18,23,5)
#000000
(0,0,0)

Tints of #BCC10F

#BCC10F
(188,193,15)
#C2C624
(194,198,36)
#C8CB39
(200,203,57)
#CED04E
(206,208,78)
#D4D563
(212,213,99)
#DADA78
(218,218,120)
#E0DF8D
(224,223,141)
#E6E4A2
(230,228,162)
#ECE9B7
(236,233,183)
#F2EECC
(242,238,204)
#F8F3E1
(248,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC10F color. Also use rgb(188,193,15) instead hex code.

Text Font Color

.myTextColor { color: #BCC10F; }

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

This text font color is #BCC10F.


Background Color

.myBgColor { background-color: #BCC10F; }

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

This div background color is #BCC10F.


Border color

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

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

This div border color is #BCC10F.


Opacity

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

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

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

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

This text has shadow with #BCC10F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC10F on black background.


Color preview on white background

This text has color #BCC10F on white background.



Black color preview on #BCC10F background

This text has black color on #BCC10F background.


White color preview on #BCC10F background

This text has white color on #BCC10F background.