COLOR #BCC67E

HEX: #BCC67E
RGB: (188,198,126)

Color info

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

RGB color model

#BCC67E color RGB value is (188,198,126).

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

RGB channels and saturation

R 188 of 255 = 74%
G 198 of 255 = 78%
B 126 of 255 = 49%

188
198
126

R + G + B ~ 67%. #BCC67E is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 198 + 126 = 512 (100%)
R 188 of 512 ~ 36.72%
G 198 of 512 ~ 38.67%
B 126 of 512 ~ 24.61%

%36.72
%38.67
%24.61

CMYK color model

#BCC67E color CMYK value is (5,0,36,22).

  • cyan value is 5.05%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 22.35%
CMYK:
(5,0,36,22)
C5M0Y36K22 
(5%,0%,36%,22%)
(0.05/0.00/0.36/0.22)	

CMYK percentages

%5.05
%0
%36.36
%22.35

Codes

Color #BCC67E in popluar color models

BCC67E
RGB188198126
HSL68°38.71%63.53%
HSB/HSV68°36.36%77.65%
CMYK5.05%0.00%36.36%
22.35%

Color #BCC67E in popluar number systems.

HEXBCC67E
Decimal188198126
Binary10111100110001101111110
Octal274306176

Shades and tints

Shades of #BCC67E

#BCC67E
(188,198,126)
#ABB473
(171,180,115)
#9AA268
(154,162,104)
#89905D
(137,144,93)
#787E52
(120,126,82)
#676C47
(103,108,71)
#565A3C
(86,90,60)
#454831
(69,72,49)
#343626
(52,54,38)
#23241B
(35,36,27)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #BCC67E

#BCC67E
(188,198,126)
#C2CB89
(194,203,137)
#C8D094
(200,208,148)
#CED59F
(206,213,159)
#D4DAAA
(212,218,170)
#DADFB5
(218,223,181)
#E0E4C0
(224,228,192)
#E6E9CB
(230,233,203)
#ECEED6
(236,238,214)
#F2F3E1
(242,243,225)
#F8F8EC
(248,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC67E; }

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

This text font color is #BCC67E.


Background Color

.myBgColor { background-color: #BCC67E; }

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

This div background color is #BCC67E.


Border color

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

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

This div border color is #BCC67E.


Opacity

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

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

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

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

This text has shadow with #BCC67E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC67E on black background.


Color preview on white background

This text has color #BCC67E on white background.



Black color preview on #BCC67E background

This text has black color on #BCC67E background.


White color preview on #BCC67E background

This text has white color on #BCC67E background.