COLOR #BCC065

HEX: #BCC065 RGB: (188,192,101)

Color info

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

RGB color model

#BCC065 color RGB value is (188,192,101).

RGB: (188,192,101) (74%, 75%, 40%)

RGB channels and saturation

R 188 of 255 = 74%
G 192 of 255 = 75%
B 101 of 255 = 40%

188
192
101

R + G + B ~ 63%. #BCC065 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 192 + 101 = 481 (100%)
R 188 of 481 ~ 39.09%
G 192 of 481 ~ 39.92%
B 101 of 481 ~ 21'%

%39.09
%39.92
%21

CMYK color model

#BCC065 color CMYK value is (2,0,47,25).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 47.40%
  • key color value is 24.71%
CMYK: (2,0,47,25) C2M0Y47K25 (2%,0%,47%,25%) (0.02/0.00/0.47/0.25) 

CMYK percentages

%2.08
%0
%47.4
%24.71

Codes

Color #BCC065 in popluar color models

BC C0 65
RGB 188 192 101
HSL 63° 41.94% 57.45%
HSB/HSV 63° 47.40% 75.29%
CMYK 2.08% 0.00% 47.40%
24.71%

Color #BCC065 in popluar number systems.

HEX BC C0 65
Decimal 188 192 101
Binary 10111100 11000000 1100101
Octal 274 300 145

Shades and tints

Shades of #BCC065

#BCC065
(188,192,101)
#ABAF5C
(171,175,92)
#9A9E53
(154,158,83)
#898D4A
(137,141,74)
#787C41
(120,124,65)
#676B38
(103,107,56)
#565A2F
(86,90,47)
#454926
(69,73,38)
#34381D
(52,56,29)
#232714
(35,39,20)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #BCC065

#BCC065
(188,192,101)
#C2C573
(194,197,115)
#C8CA81
(200,202,129)
#CECF8F
(206,207,143)
#D4D49D
(212,212,157)
#DAD9AB
(218,217,171)
#E0DEB9
(224,222,185)
#E6E3C7
(230,227,199)
#ECE8D5
(236,232,213)
#F2EDE3
(242,237,227)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC065 color. Also use rgb(188,192,101) instead hex code.

Text Font Color

.myTextColor { color: #BCC065; }

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

This text font color is #BCC065.

Background Color

.myBgColor { background-color: #BCC065; }

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

This div background color is #BCC065.

Border color

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

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

This div border color is #BCC065.

Opacity

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

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

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

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

This text has shadow with #BCC065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC065.

Preview

Color preview on black background

This text has color #BCC065 on black background.


Color preview on white background

This text has color #BCC065 on white background.


Black color preview on #BCC065 background

This text has black color on #BCC065 background.


White color preview on #BCC065 background

This text has white color on #BCC065 background.


Related colors

Complementary color

Complementary color for #hex is #433F9A.


I love getcolorcode.com

Triadic colors

1 #65BCC0 and #C065BC with #BCC065 are triadic colors.

2 #65C0BC and #C0BC65 with #BCC065 are triadic colors.