COLOR #BCD13C

HEX: #BCD13C RGB: (188,209,60)

Color info

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

RGB color model

#BCD13C color RGB value is (188,209,60).

RGB: (188,209,60) (74%, 82%, 24%)

RGB channels and saturation

R 188 of 255 = 74%
G 209 of 255 = 82%
B 60 of 255 = 24%

188
209
60

R + G + B ~ 60%. #BCD13C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 188 + 209 + 60 = 457 (100%)
R 188 of 457 ~ 41.14%
G 209 of 457 ~ 45.73%
B 60 of 457 ~ 13.13'%

%41.14
%45.73
%13.13

CMYK color model

#BCD13C color CMYK value is (10,0,71,18).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 71.29%
  • key color value is 18.04%

CMYK: (10,0,71,18)
C10M0Y71K18 (10%, 0%, 71%, 18%)
(0.10 / 0.00 / 0.71 / 0.18)

CMYK percentages

%10.05
%0
%71.29
%18.04

Codes

Color #BCD13C in popluar color models

BC D1 3C
RGB 188 209 60
HSL 68° 61.83% 52.75%
HSB/HSV 68° 71.29% 81.96%
CMYK 10.05% 0.00% 71.29%
18.04%

Color #BCD13C in popluar number systems.

HEX BC D1 3C
Decimal 188 209 60
Binary 10111100 11010001 111100
Octal 274 321 74

Shades and tints

Shades of #BCD13C

#BCD13C
(188,209,60)
#ABBE37
(171,190,55)
#9AAB32
(154,171,50)
#89982D
(137,152,45)
#788528
(120,133,40)
#677223
(103,114,35)
#565F1E
(86,95,30)
#454C19
(69,76,25)
#343914
(52,57,20)
#23260F
(35,38,15)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #BCD13C

#BCD13C
(188,209,60)
#C2D54D
(194,213,77)
#C8D95E
(200,217,94)
#CEDD6F
(206,221,111)
#D4E180
(212,225,128)
#DAE591
(218,229,145)
#E0E9A2
(224,233,162)
#E6EDB3
(230,237,179)
#ECF1C4
(236,241,196)
#F2F5D5
(242,245,213)
#F8F9E6
(248,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD13C; }

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

This text font color is #BCD13C.

Background Color

.myBgColor { background-color: #BCD13C; }

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

This div background color is #BCD13C.

Border color

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

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

This div border color is #BCD13C.

Opacity

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

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

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

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

This text has shadow with #BCD13C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD13C.

Preview

Color preview on black background

This text has color #BCD13C on black background.


Color preview on white background

This text has color #BCD13C on white background.


Black color preview on #BCD13C background

This text has black color on #BCD13C background.


White color preview on #BCD13C background

This text has white color on #BCD13C background.


Related colors

Complementary color

Complementary color for #hex is #432EC3.


I love getcolorcode.com

Triadic colors

1 #3CBCD1 and #D13CBC with #BCD13C are triadic colors.

2 #3CD1BC and #D1BC3C with #BCD13C are triadic colors.