COLOR #BCD16D

HEX: #BCD16D
RGB: (188,209,109)

Color info

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

RGB color model

#BCD16D color RGB value is (188,209,109).

  • red value is 188;
  • green value is 209;
  • blue value is 109.
RGB:
(188,209,109)
(74%,82%,43%)

RGB channels and saturation

R 188 of 255 = 74%
G 209 of 255 = 82%
B 109 of 255 = 43%

188
209
109

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

Portions of RGB colors in percentages

R + G + B =
188 + 209 + 109 = 506 (100%)
R 188 of 506 ~ 37.15%
G 209 of 506 ~ 41.3%
B 109 of 506 ~ 21.54%

%37.15
%41.3
%21.54

CMYK color model

#BCD16D color CMYK value is (10,0,48,18).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 47.85%
  • key color value is 18.04%
CMYK:
(10,0,48,18)
C10M0Y48K18 
(10%,0%,48%,18%)
(0.10/0.00/0.48/0.18)	

CMYK percentages

%10.05
%0
%47.85
%18.04

Codes

Color #BCD16D in popluar color models

BCD16D
RGB188209109
HSL73°52.08%62.35%
HSB/HSV73°47.85%81.96%
CMYK10.05%0.00%47.85%
18.04%

Color #BCD16D in popluar number systems.

HEXBCD16D
Decimal188209109
Binary10111100110100011101101
Octal274321155

Shades and tints

Shades of #BCD16D

#BCD16D
(188,209,109)
#ABBE64
(171,190,100)
#9AAB5B
(154,171,91)
#899852
(137,152,82)
#788549
(120,133,73)
#677240
(103,114,64)
#565F37
(86,95,55)
#454C2E
(69,76,46)
#343925
(52,57,37)
#23261C
(35,38,28)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #BCD16D

#BCD16D
(188,209,109)
#C2D57A
(194,213,122)
#C8D987
(200,217,135)
#CEDD94
(206,221,148)
#D4E1A1
(212,225,161)
#DAE5AE
(218,229,174)
#E0E9BB
(224,233,187)
#E6EDC8
(230,237,200)
#ECF1D5
(236,241,213)
#F2F5E2
(242,245,226)
#F8F9EF
(248,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD16D color. Also use rgb(188,209,109) instead hex code.

Text Font Color

.myTextColor { color: #BCD16D; }

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

This text font color is #BCD16D.


Background Color

.myBgColor { background-color: #BCD16D; }

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

This div background color is #BCD16D.


Border color

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

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

This div border color is #BCD16D.


Opacity

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

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

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

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

This text has shadow with #BCD16D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD16D on black background.


Color preview on white background

This text has color #BCD16D on white background.



Black color preview on #BCD16D background

This text has black color on #BCD16D background.


White color preview on #BCD16D background

This text has white color on #BCD16D background.