COLOR #BCDB70

HEX: #BCDB70
RGB: (188,219,112)

Color info

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

RGB color model

#BCDB70 color RGB value is (188,219,112).

  • red value is 188;
  • green value is 219;
  • blue value is 112.
RGB:
(188,219,112)
(74%,86%,44%)

RGB channels and saturation

R 188 of 255 = 74%
G 219 of 255 = 86%
B 112 of 255 = 44%

188
219
112

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

Portions of RGB colors in percentages

R + G + B =
188 + 219 + 112 = 519 (100%)
R 188 of 519 ~ 36.22%
G 219 of 519 ~ 42.2%
B 112 of 519 ~ 21.58%

%36.22
%42.2
%21.58

CMYK color model

#BCDB70 color CMYK value is (14,0,49,14).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 48.86%
  • key color value is 14.12%
CMYK:
(14,0,49,14)
C14M0Y49K14 
(14%,0%,49%,14%)
(0.14/0.00/0.49/0.14)	

CMYK percentages

%14.16
%0
%48.86
%14.12

Codes

Color #BCDB70 in popluar color models

BCDB70
RGB188219112
HSL77°59.78%64.90%
HSB/HSV77°48.86%85.88%
CMYK14.16%0.00%48.86%
14.12%

Color #BCDB70 in popluar number systems.

HEXBCDB70
Decimal188219112
Binary10111100110110111110000
Octal274333160

Shades and tints

Shades of #BCDB70

#BCDB70
(188,219,112)
#ABC866
(171,200,102)
#9AB55C
(154,181,92)
#89A252
(137,162,82)
#788F48
(120,143,72)
#677C3E
(103,124,62)
#566934
(86,105,52)
#45562A
(69,86,42)
#344320
(52,67,32)
#233016
(35,48,22)
#121D0C
(18,29,12)
#000000
(0,0,0)

Tints of #BCDB70

#BCDB70
(188,219,112)
#C2DE7D
(194,222,125)
#C8E18A
(200,225,138)
#CEE497
(206,228,151)
#D4E7A4
(212,231,164)
#DAEAB1
(218,234,177)
#E0EDBE
(224,237,190)
#E6F0CB
(230,240,203)
#ECF3D8
(236,243,216)
#F2F6E5
(242,246,229)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDB70 color. Also use rgb(188,219,112) instead hex code.

Text Font Color

.myTextColor { color: #BCDB70; }

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

This text font color is #BCDB70.


Background Color

.myBgColor { background-color: #BCDB70; }

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

This div background color is #BCDB70.


Border color

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

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

This div border color is #BCDB70.


Opacity

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

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

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

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

This text has shadow with #BCDB70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDB70 on black background.


Color preview on white background

This text has color #BCDB70 on white background.



Black color preview on #BCDB70 background

This text has black color on #BCDB70 background.


White color preview on #BCDB70 background

This text has white color on #BCDB70 background.