COLOR #BCC79B

HEX: #BCC79B
RGB: (188,199,155)

Color info

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

RGB color model

#BCC79B color RGB value is (188,199,155).

  • red value is 188;
  • green value is 199;
  • blue value is 155.
RGB:
(188,199,155)
(74%,78%,61%)

RGB channels and saturation

R 188 of 255 = 74%
G 199 of 255 = 78%
B 155 of 255 = 61%

188
199
155

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

Portions of RGB colors in percentages

R + G + B =
188 + 199 + 155 = 542 (100%)
R 188 of 542 ~ 34.69%
G 199 of 542 ~ 36.72%
B 155 of 542 ~ 28.6%

%34.69
%36.72
%28.6

CMYK color model

#BCC79B color CMYK value is (6,0,22,22).

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 21.96%
CMYK:
(6,0,22,22)
C6M0Y22K22 
(6%,0%,22%,22%)
(0.06/0.00/0.22/0.22)	

CMYK percentages

%5.53
%0
%22.11
%21.96

Codes

Color #BCC79B in popluar color models

BCC79B
RGB188199155
HSL75°28.21%69.41%
HSB/HSV75°22.11%78.04%
CMYK5.53%0.00%22.11%
21.96%

Color #BCC79B in popluar number systems.

HEXBCC79B
Decimal188199155
Binary101111001100011110011011
Octal274307233

Shades and tints

Shades of #BCC79B

#BCC79B
(188,199,155)
#ABB58D
(171,181,141)
#9AA37F
(154,163,127)
#899171
(137,145,113)
#787F63
(120,127,99)
#676D55
(103,109,85)
#565B47
(86,91,71)
#454939
(69,73,57)
#34372B
(52,55,43)
#23251D
(35,37,29)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #BCC79B

#BCC79B
(188,199,155)
#C2CCA4
(194,204,164)
#C8D1AD
(200,209,173)
#CED6B6
(206,214,182)
#D4DBBF
(212,219,191)
#DAE0C8
(218,224,200)
#E0E5D1
(224,229,209)
#E6EADA
(230,234,218)
#ECEFE3
(236,239,227)
#F2F4EC
(242,244,236)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC79B color. Also use rgb(188,199,155) instead hex code.

Text Font Color

.myTextColor { color: #BCC79B; }

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

This text font color is #BCC79B.


Background Color

.myBgColor { background-color: #BCC79B; }

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

This div background color is #BCC79B.


Border color

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

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

This div border color is #BCC79B.


Opacity

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

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

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

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

This text has shadow with #BCC79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC79B on black background.


Color preview on white background

This text has color #BCC79B on white background.



Black color preview on #BCC79B background

This text has black color on #BCC79B background.


White color preview on #BCC79B background

This text has white color on #BCC79B background.