COLOR #BCCA6B

HEX: #BCCA6B
RGB: (188,202,107)

Color info

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

RGB color model

#BCCA6B color RGB value is (188,202,107).

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

RGB channels and saturation

R 188 of 255 = 74%
G 202 of 255 = 79%
B 107 of 255 = 42%

188
202
107

R + G + B ~ 65%. #BCCA6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 202 + 107 = 497 (100%)
R 188 of 497 ~ 37.83%
G 202 of 497 ~ 40.64%
B 107 of 497 ~ 21.53%

%37.83
%40.64
%21.53

CMYK color model

#BCCA6B color CMYK value is (7,0,47,21).

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 47.03%
  • key color value is 20.78%
CMYK:
(7,0,47,21)
C7M0Y47K21 
(7%,0%,47%,21%)
(0.07/0.00/0.47/0.21)	

CMYK percentages

%6.93
%0
%47.03
%20.78

Codes

Color #BCCA6B in popluar color models

BCCA6B
RGB188202107
HSL69°47.26%60.59%
HSB/HSV69°47.03%79.22%
CMYK6.93%0.00%47.03%
20.78%

Color #BCCA6B in popluar number systems.

HEXBCCA6B
Decimal188202107
Binary10111100110010101101011
Octal274312153

Shades and tints

Shades of #BCCA6B

#BCCA6B
(188,202,107)
#ABB862
(171,184,98)
#9AA659
(154,166,89)
#899450
(137,148,80)
#788247
(120,130,71)
#67703E
(103,112,62)
#565E35
(86,94,53)
#454C2C
(69,76,44)
#343A23
(52,58,35)
#23281A
(35,40,26)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #BCCA6B

#BCCA6B
(188,202,107)
#C2CE78
(194,206,120)
#C8D285
(200,210,133)
#CED692
(206,214,146)
#D4DA9F
(212,218,159)
#DADEAC
(218,222,172)
#E0E2B9
(224,226,185)
#E6E6C6
(230,230,198)
#ECEAD3
(236,234,211)
#F2EEE0
(242,238,224)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCA6B; }

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

This text font color is #BCCA6B.


Background Color

.myBgColor { background-color: #BCCA6B; }

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

This div background color is #BCCA6B.


Border color

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

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

This div border color is #BCCA6B.


Opacity

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

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

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

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

This text has shadow with #BCCA6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCA6B on black background.


Color preview on white background

This text has color #BCCA6B on white background.



Black color preview on #BCCA6B background

This text has black color on #BCCA6B background.


White color preview on #BCCA6B background

This text has white color on #BCCA6B background.