COLOR #BCCC60

HEX: #BCCC60
RGB: (188,204,96)

Color info

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

RGB color model

#BCCC60 color RGB value is (188,204,96).

  • red value is 188;
  • green value is 204;
  • blue value is 96.
RGB:
(188,204,96)
(74%,80%,38%)

RGB channels and saturation

R 188 of 255 = 74%
G 204 of 255 = 80%
B 96 of 255 = 38%

188
204
96

R + G + B ~ 64%. #BCCC60 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 204 + 96 = 488 (100%)
R 188 of 488 ~ 38.52%
G 204 of 488 ~ 41.8%
B 96 of 488 ~ 19.67%

%38.52
%41.8
%19.67

CMYK color model

#BCCC60 color CMYK value is (8,0,53,20).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 20.00%
CMYK:
(8,0,53,20)
C8M0Y53K20 
(8%,0%,53%,20%)
(0.08/0.00/0.53/0.20)	

CMYK percentages

%7.84
%0
%52.94
%20

Codes

Color #BCCC60 in popluar color models

BCCC60
RGB18820496
HSL69°51.43%58.82%
HSB/HSV69°52.94%80.00%
CMYK7.84%0.00%52.94%
20.00%

Color #BCCC60 in popluar number systems.

HEXBCCC60
Decimal18820496
Binary10111100110011001100000
Octal274314140

Shades and tints

Shades of #BCCC60

#BCCC60
(188,204,96)
#ABBA58
(171,186,88)
#9AA850
(154,168,80)
#899648
(137,150,72)
#788440
(120,132,64)
#677238
(103,114,56)
#566030
(86,96,48)
#454E28
(69,78,40)
#343C20
(52,60,32)
#232A18
(35,42,24)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #BCCC60

#BCCC60
(188,204,96)
#C2D06E
(194,208,110)
#C8D47C
(200,212,124)
#CED88A
(206,216,138)
#D4DC98
(212,220,152)
#DAE0A6
(218,224,166)
#E0E4B4
(224,228,180)
#E6E8C2
(230,232,194)
#ECECD0
(236,236,208)
#F2F0DE
(242,240,222)
#F8F4EC
(248,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCC60 color. Also use rgb(188,204,96) instead hex code.

Text Font Color

.myTextColor { color: #BCCC60; }

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

This text font color is #BCCC60.


Background Color

.myBgColor { background-color: #BCCC60; }

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

This div background color is #BCCC60.


Border color

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

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

This div border color is #BCCC60.


Opacity

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

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

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

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

This text has shadow with #BCCC60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCC60 on black background.


Color preview on white background

This text has color #BCCC60 on white background.



Black color preview on #BCCC60 background

This text has black color on #BCCC60 background.


White color preview on #BCCC60 background

This text has white color on #BCCC60 background.