COLOR #BCC598

HEX: #BCC598
RGB: (188,197,152)

Color info

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

RGB color model

#BCC598 color RGB value is (188,197,152).

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

RGB channels and saturation

R 188 of 255 = 74%
G 197 of 255 = 77%
B 152 of 255 = 60%

188
197
152

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

Portions of RGB colors in percentages

R + G + B =
188 + 197 + 152 = 537 (100%)
R 188 of 537 ~ 35.01%
G 197 of 537 ~ 36.69%
B 152 of 537 ~ 28.31%

%35.01
%36.69
%28.31

CMYK color model

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

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 22.84%
  • 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
%22.84
%22.75

Codes

Color #BCC598 in popluar color models

BCC598
RGB188197152
HSL72°27.95%68.43%
HSB/HSV72°22.84%77.25%
CMYK4.57%0.00%22.84%
22.75%

Color #BCC598 in popluar number systems.

HEXBCC598
Decimal188197152
Binary101111001100010110011000
Octal274305230

Shades and tints

Shades of #BCC598

#BCC598
(188,197,152)
#ABB48B
(171,180,139)
#9AA37E
(154,163,126)
#899271
(137,146,113)
#788164
(120,129,100)
#677057
(103,112,87)
#565F4A
(86,95,74)
#454E3D
(69,78,61)
#343D30
(52,61,48)
#232C23
(35,44,35)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #BCC598

#BCC598
(188,197,152)
#C2CAA1
(194,202,161)
#C8CFAA
(200,207,170)
#CED4B3
(206,212,179)
#D4D9BC
(212,217,188)
#DADEC5
(218,222,197)
#E0E3CE
(224,227,206)
#E6E8D7
(230,232,215)
#ECEDE0
(236,237,224)
#F2F2E9
(242,242,233)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC598; }

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

This text font color is #BCC598.


Background Color

.myBgColor { background-color: #BCC598; }

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

This div background color is #BCC598.


Border color

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

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

This div border color is #BCC598.


Opacity

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

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

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

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

This text has shadow with #BCC598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC598 on black background.


Color preview on white background

This text has color #BCC598 on white background.



Black color preview on #BCC598 background

This text has black color on #BCC598 background.


White color preview on #BCC598 background

This text has white color on #BCC598 background.