COLOR #BCC238

HEX: #BCC238
RGB: (188,194,56)

Color info

#BCC238 contains mainly red and green colors. Web safe color of #BCC238 is #CCCC33 (or #CC3).

RGB color model

#BCC238 color RGB value is (188,194,56).

  • red value is 188;
  • green value is 194;
  • blue value is 56.
RGB:
(188,194,56)
(74%,76%,22%)

RGB channels and saturation

R 188 of 255 = 74%
G 194 of 255 = 76%
B 56 of 255 = 22%

188
194
56

R + G + B ~ 57%. #BCC238 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
188 + 194 + 56 = 438 (100%)
R 188 of 438 ~ 42.92%
G 194 of 438 ~ 44.29%
B 56 of 438 ~ 12.79%

%42.92
%44.29
%12.79

CMYK color model

#BCC238 color CMYK value is (3,0,71,24).

  • cyan value is 3.09%
  • magenta value is 0.00%
  • yellow value is 71.13%
  • key color value is 23.92%
CMYK:
(3,0,71,24)
C3M0Y71K24 
(3%,0%,71%,24%)
(0.03/0.00/0.71/0.24)	

CMYK percentages

%3.09
%0
%71.13
%23.92

Codes

Color #BCC238 in popluar color models

BCC238
RGB18819456
HSL63°55.20%49.02%
HSB/HSV63°71.13%76.08%
CMYK3.09%0.00%71.13%
23.92%

Color #BCC238 in popluar number systems.

HEXBCC238
Decimal18819456
Binary1011110011000010111000
Octal27430270

Shades and tints

Shades of #BCC238

#BCC238
(188,194,56)
#ABB133
(171,177,51)
#9AA02E
(154,160,46)
#898F29
(137,143,41)
#787E24
(120,126,36)
#676D1F
(103,109,31)
#565C1A
(86,92,26)
#454B15
(69,75,21)
#343A10
(52,58,16)
#23290B
(35,41,11)
#121806
(18,24,6)
#000000
(0,0,0)

Tints of #BCC238

#BCC238
(188,194,56)
#C2C74A
(194,199,74)
#C8CC5C
(200,204,92)
#CED16E
(206,209,110)
#D4D680
(212,214,128)
#DADB92
(218,219,146)
#E0E0A4
(224,224,164)
#E6E5B6
(230,229,182)
#ECEAC8
(236,234,200)
#F2EFDA
(242,239,218)
#F8F4EC
(248,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC238 color. Also use rgb(188,194,56) instead hex code.

Text Font Color

.myTextColor { color: #BCC238; }

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

This text font color is #BCC238.


Background Color

.myBgColor { background-color: #BCC238; }

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

This div background color is #BCC238.


Border color

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

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

This div border color is #BCC238.


Opacity

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

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

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

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

This text has shadow with #BCC238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC238 on black background.


Color preview on white background

This text has color #BCC238 on white background.



Black color preview on #BCC238 background

This text has black color on #BCC238 background.


White color preview on #BCC238 background

This text has white color on #BCC238 background.