COLOR #BCCB78

HEX: #BCCB78 RGB: (188,203,120)

Color info

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

RGB color model

#BCCB78 color RGB value is (188,203,120).

RGB: (188,203,120) (74%, 80%, 47%)

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 120 of 255 = 47%

188
203
120

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

Portions of RGB colors in percentages

R + G + B = 188 + 203 + 120 = 511 (100%)
R 188 of 511 ~ 36.79%
G 203 of 511 ~ 39.73%
B 120 of 511 ~ 23.48'%

%36.79
%39.73
%23.48

CMYK color model

#BCCB78 color CMYK value is (7,0,41,20).

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 40.89%
  • key color value is 20.39%
CMYK: (7,0,41,20) C7M0Y41K20 (7%,0%,41%,20%) (0.07/0.00/0.41/0.20) 

CMYK percentages

%7.39
%0
%40.89
%20.39

Codes

Color #BCCB78 in popluar color models

BC CB 78
RGB 188 203 120
HSL 71° 44.39% 63.33%
HSB/HSV 71° 40.89% 79.61%
CMYK 7.39% 0.00% 40.89%
20.39%

Color #BCCB78 in popluar number systems.

HEX BC CB 78
Decimal 188 203 120
Binary 10111100 11001011 1111000
Octal 274 313 170

Shades and tints

Shades of #BCCB78

#BCCB78
(188,203,120)
#ABB96E
(171,185,110)
#9AA764
(154,167,100)
#89955A
(137,149,90)
#788350
(120,131,80)
#677146
(103,113,70)
#565F3C
(86,95,60)
#454D32
(69,77,50)
#343B28
(52,59,40)
#23291E
(35,41,30)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #BCCB78

#BCCB78
(188,203,120)
#C2CF84
(194,207,132)
#C8D390
(200,211,144)
#CED79C
(206,215,156)
#D4DBA8
(212,219,168)
#DADFB4
(218,223,180)
#E0E3C0
(224,227,192)
#E6E7CC
(230,231,204)
#ECEBD8
(236,235,216)
#F2EFE4
(242,239,228)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCB78 color. Also use rgb(188,203,120) instead hex code.

Text Font Color

.myTextColor { color: #BCCB78; }

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

This text font color is #BCCB78.

Background Color

.myBgColor { background-color: #BCCB78; }

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

This div background color is #BCCB78.

Border color

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

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

This div border color is #BCCB78.

Opacity

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

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

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

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

This text has shadow with #BCCB78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCB78.

Preview

Color preview on black background

This text has color #BCCB78 on black background.


Color preview on white background

This text has color #BCCB78 on white background.


Black color preview on #BCCB78 background

This text has black color on #BCCB78 background.


White color preview on #BCCB78 background

This text has white color on #BCCB78 background.


Related colors

Complementary color

Complementary color for #hex is #433487.


I love getcolorcode.com

Triadic colors

1 #78BCCB and #CB78BC with #BCCB78 are triadic colors.

2 #78CBBC and #CBBC78 with #BCCB78 are triadic colors.