COLOR #BCC476

HEX: #BCC476
RGB: (188,196,118)

Color info

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

RGB color model

#BCC476 color RGB value is (188,196,118).

  • red value is 188;
  • green value is 196;
  • blue value is 118.
RGB:
(188,196,118)
(74%,77%,46%)

RGB channels and saturation

R 188 of 255 = 74%
G 196 of 255 = 77%
B 118 of 255 = 46%

188
196
118

R + G + B ~ 66%. #BCC476 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 196 + 118 = 502 (100%)
R 188 of 502 ~ 37.45%
G 196 of 502 ~ 39.04%
B 118 of 502 ~ 23.51%

%37.45
%39.04
%23.51

CMYK color model

#BCC476 color CMYK value is (4,0,40,23).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 39.80%
  • key color value is 23.14%
CMYK:
(4,0,40,23)
C4M0Y40K23 
(4%,0%,40%,23%)
(0.04/0.00/0.40/0.23)	

CMYK percentages

%4.08
%0
%39.8
%23.14

Codes

Color #BCC476 in popluar color models

BCC476
RGB188196118
HSL66°39.80%61.57%
HSB/HSV66°39.80%76.86%
CMYK4.08%0.00%39.80%
23.14%

Color #BCC476 in popluar number systems.

HEXBCC476
Decimal188196118
Binary10111100110001001110110
Octal274304166

Shades and tints

Shades of #BCC476

#BCC476
(188,196,118)
#ABB36C
(171,179,108)
#9AA262
(154,162,98)
#899158
(137,145,88)
#78804E
(120,128,78)
#676F44
(103,111,68)
#565E3A
(86,94,58)
#454D30
(69,77,48)
#343C26
(52,60,38)
#232B1C
(35,43,28)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #BCC476

#BCC476
(188,196,118)
#C2C982
(194,201,130)
#C8CE8E
(200,206,142)
#CED39A
(206,211,154)
#D4D8A6
(212,216,166)
#DADDB2
(218,221,178)
#E0E2BE
(224,226,190)
#E6E7CA
(230,231,202)
#ECECD6
(236,236,214)
#F2F1E2
(242,241,226)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC476 color. Also use rgb(188,196,118) instead hex code.

Text Font Color

.myTextColor { color: #BCC476; }

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

This text font color is #BCC476.


Background Color

.myBgColor { background-color: #BCC476; }

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

This div background color is #BCC476.


Border color

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

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

This div border color is #BCC476.


Opacity

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

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

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

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

This text has shadow with #BCC476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC476 on black background.


Color preview on white background

This text has color #BCC476 on white background.



Black color preview on #BCC476 background

This text has black color on #BCC476 background.


White color preview on #BCC476 background

This text has white color on #BCC476 background.