COLOR #BCC38F

HEX: #BCC38F RGB: (188,195,143)

Color info

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

RGB color model

#BCC38F color RGB value is (188,195,143).

RGB: (188,195,143) (74%, 76%, 56%)

RGB channels and saturation

R 188 of 255 = 74%
G 195 of 255 = 76%
B 143 of 255 = 56%

188
195
143

R + G + B ~ 69%. #BCC38F is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 195 + 143 = 526 (100%)
R 188 of 526 ~ 35.74%
G 195 of 526 ~ 37.07%
B 143 of 526 ~ 27.19'%

%35.74
%37.07
%27.19

CMYK color model

#BCC38F color CMYK value is (4,0,27,24).

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 23.53%

CMYK: (4,0,27,24)
C4M0Y27K24 (4%, 0%, 27%, 24%)
(0.04 / 0.00 / 0.27 / 0.24)

CMYK percentages

%3.59
%0
%26.67
%23.53

Codes

Color #BCC38F in popluar color models

BC C3 8F
RGB 188 195 143
HSL 68° 30.23% 66.27%
HSB/HSV 68° 26.67% 76.47%
CMYK 3.59% 0.00% 26.67%
23.53%

Color #BCC38F in popluar number systems.

HEX BC C3 8F
Decimal 188 195 143
Binary 10111100 11000011 10001111
Octal 274 303 217

Shades and tints

Shades of #BCC38F

#BCC38F
(188,195,143)
#ABB282
(171,178,130)
#9AA175
(154,161,117)
#899068
(137,144,104)
#787F5B
(120,127,91)
#676E4E
(103,110,78)
#565D41
(86,93,65)
#454C34
(69,76,52)
#343B27
(52,59,39)
#232A1A
(35,42,26)
#12190D
(18,25,13)
#000000
(0,0,0)

Tints of #BCC38F

#BCC38F
(188,195,143)
#C2C899
(194,200,153)
#C8CDA3
(200,205,163)
#CED2AD
(206,210,173)
#D4D7B7
(212,215,183)
#DADCC1
(218,220,193)
#E0E1CB
(224,225,203)
#E6E6D5
(230,230,213)
#ECEBDF
(236,235,223)
#F2F0E9
(242,240,233)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC38F color. Also use rgb(188,195,143) instead hex code.

Text Font Color

.myTextColor { color: #BCC38F; }

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

This text font color is #BCC38F.

Background Color

.myBgColor { background-color: #BCC38F; }

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

This div background color is #BCC38F.

Border color

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

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

This div border color is #BCC38F.

Opacity

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

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

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

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

This text has shadow with #BCC38F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC38F.

Preview

Color preview on black background

This text has color #BCC38F on black background.


Color preview on white background

This text has color #BCC38F on white background.


Black color preview on #BCC38F background

This text has black color on #BCC38F background.


White color preview on #BCC38F background

This text has white color on #BCC38F background.


Related colors

Complementary color

Complementary color for #hex is #433C70.


I love getcolorcode.com

Triadic colors

1 #8FBCC3 and #C38FBC with #BCC38F are triadic colors.

2 #8FC3BC and #C3BC8F with #BCC38F are triadic colors.