COLOR #BCDC92

HEX: #BCDC92
RGB: (188,220,146)

Color info

#BCDC92 contains mainly red and green colors. Web safe color of #BCDC92 is #CCCC99 (or #CC9).

RGB color model

#BCDC92 color RGB value is (188,220,146).

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

RGB channels and saturation

R 188 of 255 = 74%
G 220 of 255 = 86%
B 146 of 255 = 57%

188
220
146

R + G + B ~ 72%. #BCDC92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 220 + 146 = 554 (100%)
R 188 of 554 ~ 33.94%
G 220 of 554 ~ 39.71%
B 146 of 554 ~ 26.35%

%33.94
%39.71
%26.35

CMYK color model

#BCDC92 color CMYK value is (15,0,34,14).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 13.73%
CMYK:
(15,0,34,14)
C15M0Y34K14 
(15%,0%,34%,14%)
(0.15/0.00/0.34/0.14)	

CMYK percentages

%14.55
%0
%33.64
%13.73

Codes

Color #BCDC92 in popluar color models

BCDC92
RGB188220146
HSL86°51.39%71.76%
HSB/HSV86°33.64%86.27%
CMYK14.55%0.00%33.64%
13.73%

Color #BCDC92 in popluar number systems.

HEXBCDC92
Decimal188220146
Binary101111001101110010010010
Octal274334222

Shades and tints

Shades of #BCDC92

#BCDC92
(188,220,146)
#ABC885
(171,200,133)
#9AB478
(154,180,120)
#89A06B
(137,160,107)
#788C5E
(120,140,94)
#677851
(103,120,81)
#566444
(86,100,68)
#455037
(69,80,55)
#343C2A
(52,60,42)
#23281D
(35,40,29)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #BCDC92

#BCDC92
(188,220,146)
#C2DF9B
(194,223,155)
#C8E2A4
(200,226,164)
#CEE5AD
(206,229,173)
#D4E8B6
(212,232,182)
#DAEBBF
(218,235,191)
#E0EEC8
(224,238,200)
#E6F1D1
(230,241,209)
#ECF4DA
(236,244,218)
#F2F7E3
(242,247,227)
#F8FAEC
(248,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDC92; }

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

This text font color is #BCDC92.


Background Color

.myBgColor { background-color: #BCDC92; }

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

This div background color is #BCDC92.


Border color

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

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

This div border color is #BCDC92.


Opacity

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

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

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

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

This text has shadow with #BCDC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDC92 on black background.


Color preview on white background

This text has color #BCDC92 on white background.



Black color preview on #BCDC92 background

This text has black color on #BCDC92 background.


White color preview on #BCDC92 background

This text has white color on #BCDC92 background.