COLOR #BCC597

HEX: #BCC597
RGB: (188,197,151)

Color info

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

RGB color model

#BCC597 color RGB value is (188,197,151).

  • red value is 188;
  • green value is 197;
  • blue value is 151.
RGB:
(188,197,151)
(74%,77%,59%)

RGB channels and saturation

R 188 of 255 = 74%
G 197 of 255 = 77%
B 151 of 255 = 59%

188
197
151

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

Portions of RGB colors in percentages

R + G + B =
188 + 197 + 151 = 536 (100%)
R 188 of 536 ~ 35.07%
G 197 of 536 ~ 36.75%
B 151 of 536 ~ 28.17%

%35.07
%36.75
%28.17

CMYK color model

#BCC597 color CMYK value is (5,0,23,23).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 23.35%
  • key color value is 22.75%
CMYK:
(5,0,23,23)
C5M0Y23K23 
(5%,0%,23%,23%)
(0.05/0.00/0.23/0.23)	

CMYK percentages

%4.57
%0
%23.35
%22.75

Codes

Color #BCC597 in popluar color models

BCC597
RGB188197151
HSL72°28.40%68.24%
HSB/HSV72°23.35%77.25%
CMYK4.57%0.00%23.35%
22.75%

Color #BCC597 in popluar number systems.

HEXBCC597
Decimal188197151
Binary101111001100010110010111
Octal274305227

Shades and tints

Shades of #BCC597

#BCC597
(188,197,151)
#ABB48A
(171,180,138)
#9AA37D
(154,163,125)
#899270
(137,146,112)
#788163
(120,129,99)
#677056
(103,112,86)
#565F49
(86,95,73)
#454E3C
(69,78,60)
#343D2F
(52,61,47)
#232C22
(35,44,34)
#121B15
(18,27,21)
#000000
(0,0,0)

Tints of #BCC597

#BCC597
(188,197,151)
#C2CAA0
(194,202,160)
#C8CFA9
(200,207,169)
#CED4B2
(206,212,178)
#D4D9BB
(212,217,187)
#DADEC4
(218,222,196)
#E0E3CD
(224,227,205)
#E6E8D6
(230,232,214)
#ECEDDF
(236,237,223)
#F2F2E8
(242,242,232)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC597 color. Also use rgb(188,197,151) instead hex code.

Text Font Color

.myTextColor { color: #BCC597; }

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

This text font color is #BCC597.


Background Color

.myBgColor { background-color: #BCC597; }

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

This div background color is #BCC597.


Border color

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

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

This div border color is #BCC597.


Opacity

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

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

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

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

This text has shadow with #BCC597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC597 on black background.


Color preview on white background

This text has color #BCC597 on white background.



Black color preview on #BCC597 background

This text has black color on #BCC597 background.


White color preview on #BCC597 background

This text has white color on #BCC597 background.