COLOR #BCD28A

HEX: #BCD28A
RGB: (188,210,138)

Color info

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

RGB color model

#BCD28A color RGB value is (188,210,138).

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

RGB channels and saturation

R 188 of 255 = 74%
G 210 of 255 = 82%
B 138 of 255 = 54%

188
210
138

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

Portions of RGB colors in percentages

R + G + B =
188 + 210 + 138 = 536 (100%)
R 188 of 536 ~ 35.07%
G 210 of 536 ~ 39.18%
B 138 of 536 ~ 25.75%

%35.07
%39.18
%25.75

CMYK color model

#BCD28A color CMYK value is (10,0,34,18).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 17.65%
CMYK:
(10,0,34,18)
C10M0Y34K18 
(10%,0%,34%,18%)
(0.10/0.00/0.34/0.18)	

CMYK percentages

%10.48
%0
%34.29
%17.65

Codes

Color #BCD28A in popluar color models

BCD28A
RGB188210138
HSL78°44.44%68.24%
HSB/HSV78°34.29%82.35%
CMYK10.48%0.00%34.29%
17.65%

Color #BCD28A in popluar number systems.

HEXBCD28A
Decimal188210138
Binary101111001101001010001010
Octal274322212

Shades and tints

Shades of #BCD28A

#BCD28A
(188,210,138)
#ABBF7E
(171,191,126)
#9AAC72
(154,172,114)
#899966
(137,153,102)
#78865A
(120,134,90)
#67734E
(103,115,78)
#566042
(86,96,66)
#454D36
(69,77,54)
#343A2A
(52,58,42)
#23271E
(35,39,30)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #BCD28A

#BCD28A
(188,210,138)
#C2D694
(194,214,148)
#C8DA9E
(200,218,158)
#CEDEA8
(206,222,168)
#D4E2B2
(212,226,178)
#DAE6BC
(218,230,188)
#E0EAC6
(224,234,198)
#E6EED0
(230,238,208)
#ECF2DA
(236,242,218)
#F2F6E4
(242,246,228)
#F8FAEE
(248,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD28A; }

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

This text font color is #BCD28A.


Background Color

.myBgColor { background-color: #BCD28A; }

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

This div background color is #BCD28A.


Border color

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

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

This div border color is #BCD28A.


Opacity

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

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

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

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

This text has shadow with #BCD28A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD28A on black background.


Color preview on white background

This text has color #BCD28A on white background.



Black color preview on #BCD28A background

This text has black color on #BCD28A background.


White color preview on #BCD28A background

This text has white color on #BCD28A background.