COLOR #BCC39D

HEX: #BCC39D RGB: (188,195,157)

Color info

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

RGB color model

#BCC39D color RGB value is (188,195,157).

RGB: (188,195,157) (74%, 76%, 62%)

RGB channels and saturation

R 188 of 255 = 74%
G 195 of 255 = 76%
B 157 of 255 = 62%

188
195
157

R + G + B ~ 71%. #BCC39D is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 195 + 157 = 540 (100%)
R 188 of 540 ~ 34.81%
G 195 of 540 ~ 36.11%
B 157 of 540 ~ 29.07'%

%34.81
%36.11
%29.07

CMYK color model

#BCC39D color CMYK value is (4,0,19,24).

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 23.53%

CMYK: (4,0,19,24)
C4M0Y19K24 (4%, 0%, 19%, 24%)
(0.04 / 0.00 / 0.19 / 0.24)

CMYK percentages

%3.59
%0
%19.49
%23.53

Codes

Color #BCC39D in popluar color models

BC C3 9D
RGB 188 195 157
HSL 71° 24.05% 69.02%
HSB/HSV 71° 19.49% 76.47%
CMYK 3.59% 0.00% 19.49%
23.53%

Color #BCC39D in popluar number systems.

HEX BC C3 9D
Decimal 188 195 157
Binary 10111100 11000011 10011101
Octal 274 303 235

Shades and tints

Shades of #BCC39D

#BCC39D
(188,195,157)
#ABB28F
(171,178,143)
#9AA181
(154,161,129)
#899073
(137,144,115)
#787F65
(120,127,101)
#676E57
(103,110,87)
#565D49
(86,93,73)
#454C3B
(69,76,59)
#343B2D
(52,59,45)
#232A1F
(35,42,31)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #BCC39D

#BCC39D
(188,195,157)
#C2C8A5
(194,200,165)
#C8CDAD
(200,205,173)
#CED2B5
(206,210,181)
#D4D7BD
(212,215,189)
#DADCC5
(218,220,197)
#E0E1CD
(224,225,205)
#E6E6D5
(230,230,213)
#ECEBDD
(236,235,221)
#F2F0E5
(242,240,229)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC39D; }

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

This text font color is #BCC39D.

Background Color

.myBgColor { background-color: #BCC39D; }

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

This div background color is #BCC39D.

Border color

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

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

This div border color is #BCC39D.

Opacity

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

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

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

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

This text has shadow with #BCC39D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC39D.

Preview

Color preview on black background

This text has color #BCC39D on black background.


Color preview on white background

This text has color #BCC39D on white background.


Black color preview on #BCC39D background

This text has black color on #BCC39D background.


White color preview on #BCC39D background

This text has white color on #BCC39D background.


Related colors

Complementary color

Complementary color for #hex is #433C62.


I love getcolorcode.com

Triadic colors

1 #9DBCC3 and #C39DBC with #BCC39D are triadic colors.

2 #9DC3BC and #C3BC9D with #BCC39D are triadic colors.