COLOR #BCD298

HEX: #BCD298
RGB: (188,210,152)

Color info

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

RGB color model

#BCD298 color RGB value is (188,210,152).

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

RGB channels and saturation

R 188 of 255 = 74%
G 210 of 255 = 82%
B 152 of 255 = 60%

188
210
152

R + G + B ~ 72%. #BCD298 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 210 + 152 = 550 (100%)
R 188 of 550 ~ 34.18%
G 210 of 550 ~ 38.18%
B 152 of 550 ~ 27.64%

%34.18
%38.18
%27.64

CMYK color model

#BCD298 color CMYK value is (10,0,28,18).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 17.65%
CMYK:
(10,0,28,18)
C10M0Y28K18 
(10%,0%,28%,18%)
(0.10/0.00/0.28/0.18)	

CMYK percentages

%10.48
%0
%27.62
%17.65

Codes

Color #BCD298 in popluar color models

BCD298
RGB188210152
HSL83°39.19%70.98%
HSB/HSV83°27.62%82.35%
CMYK10.48%0.00%27.62%
17.65%

Color #BCD298 in popluar number systems.

HEXBCD298
Decimal188210152
Binary101111001101001010011000
Octal274322230

Shades and tints

Shades of #BCD298

#BCD298
(188,210,152)
#ABBF8B
(171,191,139)
#9AAC7E
(154,172,126)
#899971
(137,153,113)
#788664
(120,134,100)
#677357
(103,115,87)
#56604A
(86,96,74)
#454D3D
(69,77,61)
#343A30
(52,58,48)
#232723
(35,39,35)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #BCD298

#BCD298
(188,210,152)
#C2D6A1
(194,214,161)
#C8DAAA
(200,218,170)
#CEDEB3
(206,222,179)
#D4E2BC
(212,226,188)
#DAE6C5
(218,230,197)
#E0EACE
(224,234,206)
#E6EED7
(230,238,215)
#ECF2E0
(236,242,224)
#F2F6E9
(242,246,233)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD298; }

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

This text font color is #BCD298.


Background Color

.myBgColor { background-color: #BCD298; }

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

This div background color is #BCD298.


Border color

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

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

This div border color is #BCD298.


Opacity

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

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

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

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

This text has shadow with #BCD298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD298 on black background.


Color preview on white background

This text has color #BCD298 on white background.



Black color preview on #BCD298 background

This text has black color on #BCD298 background.


White color preview on #BCD298 background

This text has white color on #BCD298 background.