COLOR #BCC692

HEX: #BCC692
RGB: (188,198,146)

Color info

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

RGB color model

#BCC692 color RGB value is (188,198,146).

  • red value is 188;
  • green value is 198;
  • blue value is 146.
RGB:
(188,198,146)
(74%,78%,57%)

RGB channels and saturation

R 188 of 255 = 74%
G 198 of 255 = 78%
B 146 of 255 = 57%

188
198
146

R + G + B ~ 70%. #BCC692 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 198 + 146 = 532 (100%)
R 188 of 532 ~ 35.34%
G 198 of 532 ~ 37.22%
B 146 of 532 ~ 27.44%

%35.34
%37.22
%27.44

CMYK color model

#BCC692 color CMYK value is (5,0,26,22).

  • cyan value is 5.05%
  • magenta value is 0.00%
  • yellow value is 26.26%
  • key color value is 22.35%
CMYK:
(5,0,26,22)
C5M0Y26K22 
(5%,0%,26%,22%)
(0.05/0.00/0.26/0.22)	

CMYK percentages

%5.05
%0
%26.26
%22.35

Codes

Color #BCC692 in popluar color models

BCC692
RGB188198146
HSL72°31.33%67.45%
HSB/HSV72°26.26%77.65%
CMYK5.05%0.00%26.26%
22.35%

Color #BCC692 in popluar number systems.

HEXBCC692
Decimal188198146
Binary101111001100011010010010
Octal274306222

Shades and tints

Shades of #BCC692

#BCC692
(188,198,146)
#ABB485
(171,180,133)
#9AA278
(154,162,120)
#89906B
(137,144,107)
#787E5E
(120,126,94)
#676C51
(103,108,81)
#565A44
(86,90,68)
#454837
(69,72,55)
#34362A
(52,54,42)
#23241D
(35,36,29)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #BCC692

#BCC692
(188,198,146)
#C2CB9B
(194,203,155)
#C8D0A4
(200,208,164)
#CED5AD
(206,213,173)
#D4DAB6
(212,218,182)
#DADFBF
(218,223,191)
#E0E4C8
(224,228,200)
#E6E9D1
(230,233,209)
#ECEEDA
(236,238,218)
#F2F3E3
(242,243,227)
#F8F8EC
(248,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC692 color. Also use rgb(188,198,146) instead hex code.

Text Font Color

.myTextColor { color: #BCC692; }

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

This text font color is #BCC692.


Background Color

.myBgColor { background-color: #BCC692; }

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

This div background color is #BCC692.


Border color

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

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

This div border color is #BCC692.


Opacity

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

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

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

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

This text has shadow with #BCC692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC692 on black background.


Color preview on white background

This text has color #BCC692 on white background.



Black color preview on #BCC692 background

This text has black color on #BCC692 background.


White color preview on #BCC692 background

This text has white color on #BCC692 background.