COLOR #BCCB84

HEX: #BCCB84
RGB: (188,203,132)

Color info

#BCCB84 contains mainly red and green colors. Web safe color of #BCCB84 is #CCCC99 (or #CC9).

RGB color model

#BCCB84 color RGB value is (188,203,132).

  • red value is 188;
  • green value is 203;
  • blue value is 132.
RGB:
(188,203,132)
(74%,80%,52%)

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 132 of 255 = 52%

188
203
132

R + G + B ~ 69%. #BCCB84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 203 + 132 = 523 (100%)
R 188 of 523 ~ 35.95%
G 203 of 523 ~ 38.81%
B 132 of 523 ~ 25.24%

%35.95
%38.81
%25.24

CMYK color model

#BCCB84 color CMYK value is (7,0,35,20).

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 34.98%
  • key color value is 20.39%
CMYK:
(7,0,35,20)
C7M0Y35K20 
(7%,0%,35%,20%)
(0.07/0.00/0.35/0.20)	

CMYK percentages

%7.39
%0
%34.98
%20.39

Codes

Color #BCCB84 in popluar color models

BCCB84
RGB188203132
HSL73°40.57%65.69%
HSB/HSV73°34.98%79.61%
CMYK7.39%0.00%34.98%
20.39%

Color #BCCB84 in popluar number systems.

HEXBCCB84
Decimal188203132
Binary101111001100101110000100
Octal274313204

Shades and tints

Shades of #BCCB84

#BCCB84
(188,203,132)
#ABB978
(171,185,120)
#9AA76C
(154,167,108)
#899560
(137,149,96)
#788354
(120,131,84)
#677148
(103,113,72)
#565F3C
(86,95,60)
#454D30
(69,77,48)
#343B24
(52,59,36)
#232918
(35,41,24)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #BCCB84

#BCCB84
(188,203,132)
#C2CF8F
(194,207,143)
#C8D39A
(200,211,154)
#CED7A5
(206,215,165)
#D4DBB0
(212,219,176)
#DADFBB
(218,223,187)
#E0E3C6
(224,227,198)
#E6E7D1
(230,231,209)
#ECEBDC
(236,235,220)
#F2EFE7
(242,239,231)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCB84 color. Also use rgb(188,203,132) instead hex code.

Text Font Color

.myTextColor { color: #BCCB84; }

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

This text font color is #BCCB84.


Background Color

.myBgColor { background-color: #BCCB84; }

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

This div background color is #BCCB84.


Border color

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

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

This div border color is #BCCB84.


Opacity

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

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

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

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

This text has shadow with #BCCB84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCB84 on black background.


Color preview on white background

This text has color #BCCB84 on white background.



Black color preview on #BCCB84 background

This text has black color on #BCCB84 background.


White color preview on #BCCB84 background

This text has white color on #BCCB84 background.