COLOR #BCC46A

HEX: #BCC46A RGB: (188,196,106)

Color info

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

RGB color model

#BCC46A color RGB value is (188,196,106).

RGB: (188,196,106) (74%, 77%, 42%)

RGB channels and saturation

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

188
196
106

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

Portions of RGB colors in percentages

R + G + B = 188 + 196 + 106 = 490 (100%)
R 188 of 490 ~ 38.37%
G 196 of 490 ~ 40%
B 106 of 490 ~ 21.63'%

%38.37
%40
%21.63

CMYK color model

#BCC46A color CMYK value is (4,0,46,23).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 45.92%
  • key color value is 23.14%

CMYK: (4,0,46,23)
C4M0Y46K23 (4%, 0%, 46%, 23%)
(0.04 / 0.00 / 0.46 / 0.23)

CMYK percentages

%4.08
%0
%45.92
%23.14

Codes

Color #BCC46A in popluar color models

BC C4 6A
RGB 188 196 106
HSL 65° 43.27% 59.22%
HSB/HSV 65° 45.92% 76.86%
CMYK 4.08% 0.00% 45.92%
23.14%

Color #BCC46A in popluar number systems.

HEX BC C4 6A
Decimal 188 196 106
Binary 10111100 11000100 1101010
Octal 274 304 152

Shades and tints

Shades of #BCC46A

#BCC46A
(188,196,106)
#ABB361
(171,179,97)
#9AA258
(154,162,88)
#89914F
(137,145,79)
#788046
(120,128,70)
#676F3D
(103,111,61)
#565E34
(86,94,52)
#454D2B
(69,77,43)
#343C22
(52,60,34)
#232B19
(35,43,25)
#121A10
(18,26,16)
#000000
(0,0,0)

Tints of #BCC46A

#BCC46A
(188,196,106)
#C2C977
(194,201,119)
#C8CE84
(200,206,132)
#CED391
(206,211,145)
#D4D89E
(212,216,158)
#DADDAB
(218,221,171)
#E0E2B8
(224,226,184)
#E6E7C5
(230,231,197)
#ECECD2
(236,236,210)
#F2F1DF
(242,241,223)
#F8F6EC
(248,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC46A; }

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

This text font color is #BCC46A.

Background Color

.myBgColor { background-color: #BCC46A; }

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

This div background color is #BCC46A.

Border color

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

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

This div border color is #BCC46A.

Opacity

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

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

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

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

This text has shadow with #BCC46A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC46A.

Preview

Color preview on black background

This text has color #BCC46A on black background.


Color preview on white background

This text has color #BCC46A on white background.


Black color preview on #BCC46A background

This text has black color on #BCC46A background.


White color preview on #BCC46A background

This text has white color on #BCC46A background.


Related colors

Complementary color

Complementary color for #hex is #433B95.


I love getcolorcode.com

Triadic colors

1 #6ABCC4 and #C46ABC with #BCC46A are triadic colors.

2 #6AC4BC and #C4BC6A with #BCC46A are triadic colors.