COLOR #BCC70D

HEX: #BCC70D
RGB: (188,199,13)

Color info

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

RGB color model

#BCC70D color RGB value is (188,199,13).

  • red value is 188;
  • green value is 199;
  • blue value is 13.
RGB:
(188,199,13)
(74%,78%,5%)

RGB channels and saturation

R 188 of 255 = 74%
G 199 of 255 = 78%
B 13 of 255 = 5%

188
199
13

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

Portions of RGB colors in percentages

R + G + B =
188 + 199 + 13 = 400 (100%)
R 188 of 400 ~ 47%
G 199 of 400 ~ 49.75%
B 13 of 400 ~ 3.25%

%47
%49.75

CMYK color model

#BCC70D color CMYK value is (6,0,93,22).

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 93.47%
  • key color value is 21.96%
CMYK:
(6,0,93,22)
C6M0Y93K22 
(6%,0%,93%,22%)
(0.06/0.00/0.93/0.22)	

CMYK percentages

%5.53
%0
%93.47
%21.96

Codes

Color #BCC70D in popluar color models

BCC70D
RGB18819913
HSL64°87.74%41.57%
HSB/HSV64°93.47%78.04%
CMYK5.53%0.00%93.47%
21.96%

Color #BCC70D in popluar number systems.

HEXBCC70D
Decimal18819913
Binary10111100110001111101
Octal27430715

Shades and tints

Shades of #BCC70D

#BCC70D
(188,199,13)
#ABB50C
(171,181,12)
#9AA30B
(154,163,11)
#89910A
(137,145,10)
#787F09
(120,127,9)
#676D08
(103,109,8)
#565B07
(86,91,7)
#454906
(69,73,6)
#343705
(52,55,5)
#232504
(35,37,4)
#121303
(18,19,3)
#000000
(0,0,0)

Tints of #BCC70D

#BCC70D
(188,199,13)
#C2CC23
(194,204,35)
#C8D139
(200,209,57)
#CED64F
(206,214,79)
#D4DB65
(212,219,101)
#DAE07B
(218,224,123)
#E0E591
(224,229,145)
#E6EAA7
(230,234,167)
#ECEFBD
(236,239,189)
#F2F4D3
(242,244,211)
#F8F9E9
(248,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC70D color. Also use rgb(188,199,13) instead hex code.

Text Font Color

.myTextColor { color: #BCC70D; }

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

This text font color is #BCC70D.


Background Color

.myBgColor { background-color: #BCC70D; }

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

This div background color is #BCC70D.


Border color

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

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

This div border color is #BCC70D.


Opacity

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

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

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

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

This text has shadow with #BCC70D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC70D on black background.


Color preview on white background

This text has color #BCC70D on white background.



Black color preview on #BCC70D background

This text has black color on #BCC70D background.


White color preview on #BCC70D background

This text has white color on #BCC70D background.