COLOR #BCDA74

HEX: #BCDA74
RGB: (188,218,116)

Color info

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

RGB color model

#BCDA74 color RGB value is (188,218,116).

  • red value is 188;
  • green value is 218;
  • blue value is 116.
RGB:
(188,218,116)
(74%,85%,45%)

RGB channels and saturation

R 188 of 255 = 74%
G 218 of 255 = 85%
B 116 of 255 = 45%

188
218
116

R + G + B ~ 68%. #BCDA74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 218 + 116 = 522 (100%)
R 188 of 522 ~ 36.02%
G 218 of 522 ~ 41.76%
B 116 of 522 ~ 22.22%

%36.02
%41.76
%22.22

CMYK color model

#BCDA74 color CMYK value is (14,0,47,15).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 46.79%
  • key color value is 14.51%
CMYK:
(14,0,47,15)
C14M0Y47K15 
(14%,0%,47%,15%)
(0.14/0.00/0.47/0.15)	

CMYK percentages

%13.76
%0
%46.79
%14.51

Codes

Color #BCDA74 in popluar color models

BCDA74
RGB188218116
HSL78°57.95%65.49%
HSB/HSV78°46.79%85.49%
CMYK13.76%0.00%46.79%
14.51%

Color #BCDA74 in popluar number systems.

HEXBCDA74
Decimal188218116
Binary10111100110110101110100
Octal274332164

Shades and tints

Shades of #BCDA74

#BCDA74
(188,218,116)
#ABC76A
(171,199,106)
#9AB460
(154,180,96)
#89A156
(137,161,86)
#788E4C
(120,142,76)
#677B42
(103,123,66)
#566838
(86,104,56)
#45552E
(69,85,46)
#344224
(52,66,36)
#232F1A
(35,47,26)
#121C10
(18,28,16)
#000000
(0,0,0)

Tints of #BCDA74

#BCDA74
(188,218,116)
#C2DD80
(194,221,128)
#C8E08C
(200,224,140)
#CEE398
(206,227,152)
#D4E6A4
(212,230,164)
#DAE9B0
(218,233,176)
#E0ECBC
(224,236,188)
#E6EFC8
(230,239,200)
#ECF2D4
(236,242,212)
#F2F5E0
(242,245,224)
#F8F8EC
(248,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDA74 color. Also use rgb(188,218,116) instead hex code.

Text Font Color

.myTextColor { color: #BCDA74; }

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

This text font color is #BCDA74.


Background Color

.myBgColor { background-color: #BCDA74; }

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

This div background color is #BCDA74.


Border color

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

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

This div border color is #BCDA74.


Opacity

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

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

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

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

This text has shadow with #BCDA74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDA74 on black background.


Color preview on white background

This text has color #BCDA74 on white background.



Black color preview on #BCDA74 background

This text has black color on #BCDA74 background.


White color preview on #BCDA74 background

This text has white color on #BCDA74 background.