COLOR #BCDE38

HEX: #BCDE38
RGB: (188,222,56)

Color info

#BCDE38 contains mainly red and green colors. Web safe color of #BCDE38 is #CCCC33 (or #CC3).

RGB color model

#BCDE38 color RGB value is (188,222,56).

  • red value is 188;
  • green value is 222;
  • blue value is 56.
RGB:
(188,222,56)
(74%,87%,22%)

RGB channels and saturation

R 188 of 255 = 74%
G 222 of 255 = 87%
B 56 of 255 = 22%

188
222
56

R + G + B ~ 61%. #BCDE38 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 222 + 56 = 466 (100%)
R 188 of 466 ~ 40.34%
G 222 of 466 ~ 47.64%
B 56 of 466 ~ 12.02%

%40.34
%47.64
%12.02

CMYK color model

#BCDE38 color CMYK value is (15,0,75,13).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 74.77%
  • key color value is 12.94%
CMYK:
(15,0,75,13)
C15M0Y75K13 
(15%,0%,75%,13%)
(0.15/0.00/0.75/0.13)	

CMYK percentages

%15.32
%0
%74.77
%12.94

Codes

Color #BCDE38 in popluar color models

BCDE38
RGB18822256
HSL72°71.55%54.51%
HSB/HSV72°74.77%87.06%
CMYK15.32%0.00%74.77%
12.94%

Color #BCDE38 in popluar number systems.

HEXBCDE38
Decimal18822256
Binary1011110011011110111000
Octal27433670

Shades and tints

Shades of #BCDE38

#BCDE38
(188,222,56)
#ABCA33
(171,202,51)
#9AB62E
(154,182,46)
#89A229
(137,162,41)
#788E24
(120,142,36)
#677A1F
(103,122,31)
#56661A
(86,102,26)
#455215
(69,82,21)
#343E10
(52,62,16)
#232A0B
(35,42,11)
#121606
(18,22,6)
#000000
(0,0,0)

Tints of #BCDE38

#BCDE38
(188,222,56)
#C2E14A
(194,225,74)
#C8E45C
(200,228,92)
#CEE76E
(206,231,110)
#D4EA80
(212,234,128)
#DAED92
(218,237,146)
#E0F0A4
(224,240,164)
#E6F3B6
(230,243,182)
#ECF6C8
(236,246,200)
#F2F9DA
(242,249,218)
#F8FCEC
(248,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDE38 color. Also use rgb(188,222,56) instead hex code.

Text Font Color

.myTextColor { color: #BCDE38; }

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

This text font color is #BCDE38.


Background Color

.myBgColor { background-color: #BCDE38; }

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

This div background color is #BCDE38.


Border color

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

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

This div border color is #BCDE38.


Opacity

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

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

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

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

This text has shadow with #BCDE38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDE38 on black background.


Color preview on white background

This text has color #BCDE38 on white background.



Black color preview on #BCDE38 background

This text has black color on #BCDE38 background.


White color preview on #BCDE38 background

This text has white color on #BCDE38 background.