COLOR #BCC27F

HEX: #BCC27F RGB: (188,194,127)

Color info

#BCC27F contains mainly red and green colors. Web safe color of #BCC27F is #CCCC66 (or #CC6).

RGB color model

#BCC27F color RGB value is (188,194,127).

RGB: (188,194,127) (74%, 76%, 50%)

RGB channels and saturation

R 188 of 255 = 74%
G 194 of 255 = 76%
B 127 of 255 = 50%

188
194
127

R + G + B ~ 67%. #BCC27F is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 194 + 127 = 509 (100%)
R 188 of 509 ~ 36.94%
G 194 of 509 ~ 38.11%
B 127 of 509 ~ 24.95'%

%36.94
%38.11
%24.95

CMYK color model

#BCC27F color CMYK value is (3,0,35,24).

  • cyan value is 3.09%
  • magenta value is 0.00%
  • yellow value is 34.54%
  • key color value is 23.92%

CMYK: (3,0,35,24)
C3M0Y35K24 (3%, 0%, 35%, 24%)
(0.03 / 0.00 / 0.35 / 0.24)

CMYK percentages

%3.09
%0
%34.54
%23.92

Codes

Color #BCC27F in popluar color models

BC C2 7F
RGB 188 194 127
HSL 65° 35.45% 62.94%
HSB/HSV 65° 34.54% 76.08%
CMYK 3.09% 0.00% 34.54%
23.92%

Color #BCC27F in popluar number systems.

HEX BC C2 7F
Decimal 188 194 127
Binary 10111100 11000010 1111111
Octal 274 302 177

Shades and tints

Shades of #BCC27F

#BCC27F
(188,194,127)
#ABB174
(171,177,116)
#9AA069
(154,160,105)
#898F5E
(137,143,94)
#787E53
(120,126,83)
#676D48
(103,109,72)
#565C3D
(86,92,61)
#454B32
(69,75,50)
#343A27
(52,58,39)
#23291C
(35,41,28)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #BCC27F

#BCC27F
(188,194,127)
#C2C78A
(194,199,138)
#C8CC95
(200,204,149)
#CED1A0
(206,209,160)
#D4D6AB
(212,214,171)
#DADBB6
(218,219,182)
#E0E0C1
(224,224,193)
#E6E5CC
(230,229,204)
#ECEAD7
(236,234,215)
#F2EFE2
(242,239,226)
#F8F4ED
(248,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC27F; }

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

This text font color is #BCC27F.

Background Color

.myBgColor { background-color: #BCC27F; }

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

This div background color is #BCC27F.

Border color

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

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

This div border color is #BCC27F.

Opacity

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

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

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

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

This text has shadow with #BCC27F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC27F.

Preview

Color preview on black background

This text has color #BCC27F on black background.


Color preview on white background

This text has color #BCC27F on white background.


Black color preview on #BCC27F background

This text has black color on #BCC27F background.


White color preview on #BCC27F background

This text has white color on #BCC27F background.


Related colors

Complementary color

Complementary color for #hex is #433D80.


I love getcolorcode.com

Triadic colors

1 #7FBCC2 and #C27FBC with #BCC27F are triadic colors.

2 #7FC2BC and #C2BC7F with #BCC27F are triadic colors.