COLOR #BCCE4E

HEX: #BCCE4E
RGB: (188,206,78)

Color info

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

RGB color model

#BCCE4E color RGB value is (188,206,78).

  • red value is 188;
  • green value is 206;
  • blue value is 78.
RGB:
(188,206,78)
(74%,81%,31%)

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 78 of 255 = 31%

188
206
78

R + G + B ~ 62%. #BCCE4E is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 206 + 78 = 472 (100%)
R 188 of 472 ~ 39.83%
G 206 of 472 ~ 43.64%
B 78 of 472 ~ 16.53%

%39.83
%43.64
%16.53

CMYK color model

#BCCE4E color CMYK value is (9,0,62,19).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 62.14%
  • key color value is 19.22%
CMYK:
(9,0,62,19)
C9M0Y62K19 
(9%,0%,62%,19%)
(0.09/0.00/0.62/0.19)	

CMYK percentages

%8.74
%0
%62.14
%19.22

Codes

Color #BCCE4E in popluar color models

BCCE4E
RGB18820678
HSL68°56.64%55.69%
HSB/HSV68°62.14%80.78%
CMYK8.74%0.00%62.14%
19.22%

Color #BCCE4E in popluar number systems.

HEXBCCE4E
Decimal18820678
Binary10111100110011101001110
Octal274316116

Shades and tints

Shades of #BCCE4E

#BCCE4E
(188,206,78)
#ABBC47
(171,188,71)
#9AAA40
(154,170,64)
#899839
(137,152,57)
#788632
(120,134,50)
#67742B
(103,116,43)
#566224
(86,98,36)
#45501D
(69,80,29)
#343E16
(52,62,22)
#232C0F
(35,44,15)
#121A08
(18,26,8)
#000000
(0,0,0)

Tints of #BCCE4E

#BCCE4E
(188,206,78)
#C2D25E
(194,210,94)
#C8D66E
(200,214,110)
#CEDA7E
(206,218,126)
#D4DE8E
(212,222,142)
#DAE29E
(218,226,158)
#E0E6AE
(224,230,174)
#E6EABE
(230,234,190)
#ECEECE
(236,238,206)
#F2F2DE
(242,242,222)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCE4E color. Also use rgb(188,206,78) instead hex code.

Text Font Color

.myTextColor { color: #BCCE4E; }

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

This text font color is #BCCE4E.


Background Color

.myBgColor { background-color: #BCCE4E; }

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

This div background color is #BCCE4E.


Border color

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

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

This div border color is #BCCE4E.


Opacity

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

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

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

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

This text has shadow with #BCCE4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCE4E on black background.


Color preview on white background

This text has color #BCCE4E on white background.



Black color preview on #BCCE4E background

This text has black color on #BCCE4E background.


White color preview on #BCCE4E background

This text has white color on #BCCE4E background.