COLOR #BCC46B

HEX: #BCC46B
RGB: (188,196,107)

Color info

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

RGB color model

#BCC46B color RGB value is (188,196,107).

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

RGB channels and saturation

R 188 of 255 = 74%
G 196 of 255 = 77%
B 107 of 255 = 42%

188
196
107

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

Portions of RGB colors in percentages

R + G + B =
188 + 196 + 107 = 491 (100%)
R 188 of 491 ~ 38.29%
G 196 of 491 ~ 39.92%
B 107 of 491 ~ 21.79%

%38.29
%39.92
%21.79

CMYK color model

#BCC46B color CMYK value is (4,0,45,23).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 45.41%
  • key color value is 23.14%
CMYK: (4,0,45,23) C4M0Y45K23 (4%,0%,45%,23%) (0.04/0.00/0.45/0.23)

CMYK percentages

%4.08
%0
%45.41
%23.14

Codes

Color #BCC46B in popluar color models

BCC46B
RGB188196107
HSL65°43.00%59.41%
HSB/HSV65°45.41%76.86%
CMYK4.08%0.00%45.41%
23.14%

Color #BCC46B in popluar number systems.

HEXBCC46B
Decimal188196107
Binary10111100110001001101011
Octal274304153

Shades and tints

Shades of #BCC46B

#BCC46B
(188,196,107)
#ABB362
(171,179,98)
#9AA259
(154,162,89)
#899150
(137,145,80)
#788047
(120,128,71)
#676F3E
(103,111,62)
#565E35
(86,94,53)
#454D2C
(69,77,44)
#343C23
(52,60,35)
#232B1A
(35,43,26)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #BCC46B

#BCC46B
(188,196,107)
#C2C978
(194,201,120)
#C8CE85
(200,206,133)
#CED392
(206,211,146)
#D4D89F
(212,216,159)
#DADDAC
(218,221,172)
#E0E2B9
(224,226,185)
#E6E7C6
(230,231,198)
#ECECD3
(236,236,211)
#F2F1E0
(242,241,224)
#F8F6ED
(248,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC46B; }

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

This text font color is #BCC46B.


Background Color

.myBgColor { background-color: #BCC46B; }

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

This div background color is #BCC46B.


Border color

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

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

This div border color is #BCC46B.


Opacity

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

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

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

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

This text has shadow with #BCC46B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCC46B on black background.


Color preview on white background

This text has color #BCC46B on white background.



Black color preview on #BCC46B background

This text has black color on #BCC46B background.


White color preview on #BCC46B background

This text has white color on #BCC46B background.