COLOR #BCDC4A

HEX: #BCDC4A
RGB: (188,220,74)

Color info

#BCDC4A contains mainly red and green colors. Web safe color of #BCDC4A is #CCCC33 (or #CC3).

RGB color model

#BCDC4A color RGB value is (188,220,74).

  • red value is 188;
  • green value is 220;
  • blue value is 74.
RGB:
(188,220,74)
(74%,86%,29%)

RGB channels and saturation

R 188 of 255 = 74%
G 220 of 255 = 86%
B 74 of 255 = 29%

188
220
74

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

Portions of RGB colors in percentages

R + G + B =
188 + 220 + 74 = 482 (100%)
R 188 of 482 ~ 39%
G 220 of 482 ~ 45.64%
B 74 of 482 ~ 15.35%

%39
%45.64
%15.35

CMYK color model

#BCDC4A color CMYK value is (15,0,66,14).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 66.36%
  • key color value is 13.73%
CMYK:
(15,0,66,14)
C15M0Y66K14 
(15%,0%,66%,14%)
(0.15/0.00/0.66/0.14)	

CMYK percentages

%14.55
%0
%66.36
%13.73

Codes

Color #BCDC4A in popluar color models

BCDC4A
RGB18822074
HSL73°67.59%57.65%
HSB/HSV73°66.36%86.27%
CMYK14.55%0.00%66.36%
13.73%

Color #BCDC4A in popluar number systems.

HEXBCDC4A
Decimal18822074
Binary10111100110111001001010
Octal274334112

Shades and tints

Shades of #BCDC4A

#BCDC4A
(188,220,74)
#ABC844
(171,200,68)
#9AB43E
(154,180,62)
#89A038
(137,160,56)
#788C32
(120,140,50)
#67782C
(103,120,44)
#566426
(86,100,38)
#455020
(69,80,32)
#343C1A
(52,60,26)
#232814
(35,40,20)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #BCDC4A

#BCDC4A
(188,220,74)
#C2DF5A
(194,223,90)
#C8E26A
(200,226,106)
#CEE57A
(206,229,122)
#D4E88A
(212,232,138)
#DAEB9A
(218,235,154)
#E0EEAA
(224,238,170)
#E6F1BA
(230,241,186)
#ECF4CA
(236,244,202)
#F2F7DA
(242,247,218)
#F8FAEA
(248,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDC4A color. Also use rgb(188,220,74) instead hex code.

Text Font Color

.myTextColor { color: #BCDC4A; }

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

This text font color is #BCDC4A.


Background Color

.myBgColor { background-color: #BCDC4A; }

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

This div background color is #BCDC4A.


Border color

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

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

This div border color is #BCDC4A.


Opacity

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

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

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

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

This text has shadow with #BCDC4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDC4A on black background.


Color preview on white background

This text has color #BCDC4A on white background.



Black color preview on #BCDC4A background

This text has black color on #BCDC4A background.


White color preview on #BCDC4A background

This text has white color on #BCDC4A background.