COLOR #BCC27A

HEX: #BCC27A RGB: (188,194,122)

Color info

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

RGB color model

#BCC27A color RGB value is (188,194,122).

RGB: (188,194,122) (74%, 76%, 48%)

RGB channels and saturation

R 188 of 255 = 74%
G 194 of 255 = 76%
B 122 of 255 = 48%

188
194
122

R + G + B ~ 66%. #BCC27A is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 194 + 122 = 504 (100%)
R 188 of 504 ~ 37.3%
G 194 of 504 ~ 38.49%
B 122 of 504 ~ 24.21'%

%37.3
%38.49
%24.21

CMYK color model

#BCC27A color CMYK value is (3,0,37,24).

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

CMYK: (3,0,37,24)
C3M0Y37K24 (3%, 0%, 37%, 24%)
(0.03 / 0.00 / 0.37 / 0.24)

CMYK percentages

%3.09
%0
%37.11
%23.92

Codes

Color #BCC27A in popluar color models

BC C2 7A
RGB 188 194 122
HSL 65° 37.11% 61.96%
HSB/HSV 65° 37.11% 76.08%
CMYK 3.09% 0.00% 37.11%
23.92%

Color #BCC27A in popluar number systems.

HEX BC C2 7A
Decimal 188 194 122
Binary 10111100 11000010 1111010
Octal 274 302 172

Shades and tints

Shades of #BCC27A

#BCC27A
(188,194,122)
#ABB16F
(171,177,111)
#9AA064
(154,160,100)
#898F59
(137,143,89)
#787E4E
(120,126,78)
#676D43
(103,109,67)
#565C38
(86,92,56)
#454B2D
(69,75,45)
#343A22
(52,58,34)
#232917
(35,41,23)
#12180C
(18,24,12)
#000000
(0,0,0)

Tints of #BCC27A

#BCC27A
(188,194,122)
#C2C786
(194,199,134)
#C8CC92
(200,204,146)
#CED19E
(206,209,158)
#D4D6AA
(212,214,170)
#DADBB6
(218,219,182)
#E0E0C2
(224,224,194)
#E6E5CE
(230,229,206)
#ECEADA
(236,234,218)
#F2EFE6
(242,239,230)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC27A; }

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

This text font color is #BCC27A.

Background Color

.myBgColor { background-color: #BCC27A; }

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

This div background color is #BCC27A.

Border color

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

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

This div border color is #BCC27A.

Opacity

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

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

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

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

This text has shadow with #BCC27A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC27A.

Preview

Color preview on black background

This text has color #BCC27A on black background.


Color preview on white background

This text has color #BCC27A on white background.


Black color preview on #BCC27A background

This text has black color on #BCC27A background.


White color preview on #BCC27A background

This text has white color on #BCC27A background.


Related colors

Complementary color

Complementary color for #hex is #433D85.


I love getcolorcode.com

Triadic colors

1 #7ABCC2 and #C27ABC with #BCC27A are triadic colors.

2 #7AC2BC and #C2BC7A with #BCC27A are triadic colors.