COLOR #BCC388

HEX: #BCC388
RGB: (188,195,136)

Color info

#BCC388 contains red, green and blue colors in about the same proportion. Web safe color of #BCC388 is #CCCC99 (or #CC9).

RGB color model

#BCC388 color RGB value is (188,195,136).

  • red value is 188;
  • green value is 195;
  • blue value is 136.
RGB:
(188,195,136)
(74%,76%,53%)

RGB channels and saturation

R 188 of 255 = 74%
G 195 of 255 = 76%
B 136 of 255 = 53%

188
195
136

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

Portions of RGB colors in percentages

R + G + B =
188 + 195 + 136 = 519 (100%)
R 188 of 519 ~ 36.22%
G 195 of 519 ~ 37.57%
B 136 of 519 ~ 26.2%

%36.22
%37.57
%26.2

CMYK color model

#BCC388 color CMYK value is (4,0,30,24).

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 30.26%
  • key color value is 23.53%
CMYK:
(4,0,30,24)
C4M0Y30K24 
(4%,0%,30%,24%)
(0.04/0.00/0.30/0.24)	

CMYK percentages

%3.59
%0
%30.26
%23.53

Codes

Color #BCC388 in popluar color models

BCC388
RGB188195136
HSL67°32.96%64.90%
HSB/HSV67°30.26%76.47%
CMYK3.59%0.00%30.26%
23.53%

Color #BCC388 in popluar number systems.

HEXBCC388
Decimal188195136
Binary101111001100001110001000
Octal274303210

Shades and tints

Shades of #BCC388

#BCC388
(188,195,136)
#ABB27C
(171,178,124)
#9AA170
(154,161,112)
#899064
(137,144,100)
#787F58
(120,127,88)
#676E4C
(103,110,76)
#565D40
(86,93,64)
#454C34
(69,76,52)
#343B28
(52,59,40)
#232A1C
(35,42,28)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #BCC388

#BCC388
(188,195,136)
#C2C892
(194,200,146)
#C8CD9C
(200,205,156)
#CED2A6
(206,210,166)
#D4D7B0
(212,215,176)
#DADCBA
(218,220,186)
#E0E1C4
(224,225,196)
#E6E6CE
(230,230,206)
#ECEBD8
(236,235,216)
#F2F0E2
(242,240,226)
#F8F5EC
(248,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC388 color. Also use rgb(188,195,136) instead hex code.

Text Font Color

.myTextColor { color: #BCC388; }

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

This text font color is #BCC388.


Background Color

.myBgColor { background-color: #BCC388; }

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

This div background color is #BCC388.


Border color

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

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

This div border color is #BCC388.


Opacity

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

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

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

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

This text has shadow with #BCC388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC388 on black background.


Color preview on white background

This text has color #BCC388 on white background.



Black color preview on #BCC388 background

This text has black color on #BCC388 background.


White color preview on #BCC388 background

This text has white color on #BCC388 background.