COLOR #BCD75A

HEX: #BCD75A RGB: (188,215,90)

Color info

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

RGB color model

#BCD75A color RGB value is (188,215,90).

RGB: (188,215,90) (74%, 84%, 35%)

RGB channels and saturation

R 188 of 255 = 74%
G 215 of 255 = 84%
B 90 of 255 = 35%

188
215
90

R + G + B ~ 64%. #BCD75A is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 215 + 90 = 493 (100%)
R 188 of 493 ~ 38.13%
G 215 of 493 ~ 43.61%
B 90 of 493 ~ 18.26'%

%38.13
%43.61
%18.26

CMYK color model

#BCD75A color CMYK value is (13,0,58,16).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 58.14%
  • key color value is 15.69%

CMYK: (13,0,58,16)
C13M0Y58K16 (13%, 0%, 58%, 16%)
(0.13 / 0.00 / 0.58 / 0.16)

CMYK percentages

%12.56
%0
%58.14
%15.69

Codes

Color #BCD75A in popluar color models

BC D7 5A
RGB 188 215 90
HSL 73° 60.98% 59.80%
HSB/HSV 73° 58.14% 84.31%
CMYK 12.56% 0.00% 58.14%
15.69%

Color #BCD75A in popluar number systems.

HEX BC D7 5A
Decimal 188 215 90
Binary 10111100 11010111 1011010
Octal 274 327 132

Shades and tints

Shades of #BCD75A

#BCD75A
(188,215,90)
#ABC452
(171,196,82)
#9AB14A
(154,177,74)
#899E42
(137,158,66)
#788B3A
(120,139,58)
#677832
(103,120,50)
#56652A
(86,101,42)
#455222
(69,82,34)
#343F1A
(52,63,26)
#232C12
(35,44,18)
#12190A
(18,25,10)
#000000
(0,0,0)

Tints of #BCD75A

#BCD75A
(188,215,90)
#C2DA69
(194,218,105)
#C8DD78
(200,221,120)
#CEE087
(206,224,135)
#D4E396
(212,227,150)
#DAE6A5
(218,230,165)
#E0E9B4
(224,233,180)
#E6ECC3
(230,236,195)
#ECEFD2
(236,239,210)
#F2F2E1
(242,242,225)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD75A color. Also use rgb(188,215,90) instead hex code.

Text Font Color

.myTextColor { color: #BCD75A; }

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

This text font color is #BCD75A.

Background Color

.myBgColor { background-color: #BCD75A; }

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

This div background color is #BCD75A.

Border color

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

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

This div border color is #BCD75A.

Opacity

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

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

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

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

This text has shadow with #BCD75A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD75A.

Preview

Color preview on black background

This text has color #BCD75A on black background.


Color preview on white background

This text has color #BCD75A on white background.


Black color preview on #BCD75A background

This text has black color on #BCD75A background.


White color preview on #BCD75A background

This text has white color on #BCD75A background.


Related colors

Complementary color

Complementary color for #hex is #4328A5.


I love getcolorcode.com

Triadic colors

1 #5ABCD7 and #D75ABC with #BCD75A are triadic colors.

2 #5AD7BC and #D7BC5A with #BCD75A are triadic colors.