COLOR #BCD178

HEX: #BCD178
RGB: (188,209,120)

Color info

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

RGB color model

#BCD178 color RGB value is (188,209,120).

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

RGB channels and saturation

R 188 of 255 = 74%
G 209 of 255 = 82%
B 120 of 255 = 47%

188
209
120

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

Portions of RGB colors in percentages

R + G + B =
188 + 209 + 120 = 517 (100%)
R 188 of 517 ~ 36.36%
G 209 of 517 ~ 40.43%
B 120 of 517 ~ 23.21%

%36.36
%40.43
%23.21

CMYK color model

#BCD178 color CMYK value is (10,0,43,18).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 42.58%
  • key color value is 18.04%
CMYK:
(10,0,43,18)
C10M0Y43K18 
(10%,0%,43%,18%)
(0.10/0.00/0.43/0.18)	

CMYK percentages

%10.05
%0
%42.58
%18.04

Codes

Color #BCD178 in popluar color models

BCD178
RGB188209120
HSL74°49.17%64.51%
HSB/HSV74°42.58%81.96%
CMYK10.05%0.00%42.58%
18.04%

Color #BCD178 in popluar number systems.

HEXBCD178
Decimal188209120
Binary10111100110100011111000
Octal274321170

Shades and tints

Shades of #BCD178

#BCD178
(188,209,120)
#ABBE6E
(171,190,110)
#9AAB64
(154,171,100)
#89985A
(137,152,90)
#788550
(120,133,80)
#677246
(103,114,70)
#565F3C
(86,95,60)
#454C32
(69,76,50)
#343928
(52,57,40)
#23261E
(35,38,30)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #BCD178

#BCD178
(188,209,120)
#C2D584
(194,213,132)
#C8D990
(200,217,144)
#CEDD9C
(206,221,156)
#D4E1A8
(212,225,168)
#DAE5B4
(218,229,180)
#E0E9C0
(224,233,192)
#E6EDCC
(230,237,204)
#ECF1D8
(236,241,216)
#F2F5E4
(242,245,228)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD178; }

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

This text font color is #BCD178.


Background Color

.myBgColor { background-color: #BCD178; }

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

This div background color is #BCD178.


Border color

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

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

This div border color is #BCD178.


Opacity

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

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

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

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

This text has shadow with #BCD178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD178 on black background.


Color preview on white background

This text has color #BCD178 on white background.



Black color preview on #BCD178 background

This text has black color on #BCD178 background.


White color preview on #BCD178 background

This text has white color on #BCD178 background.