HEX: #BCD75A
RGB: (188,215,90)
#BCD75A contains mainly red and green colors. Web safe color of #BCD75A is #CCCC66 (or #CC6).
#BCD75A color RGB value is (188,215,90).
RGB: (188,215,90)
(74%, 84%, 35%)
R 188 of 255 = 74%
G 215 of 255 = 84%
B 90 of 255 = 35%
R + G + B ~ 64%. #BCD75A is quite light color.
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'%
#BCD75A color CMYK value is (13,0,58,16).
CMYK: (13,0,58,16)
C13M0Y58K16 (13%, 0%, 58%, 16%)
(0.13 / 0.00 / 0.58 / 0.16)
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 of #BCD75A
Tints of #BCD75A
Examples of css and html codes for elements with #BCD75A color. Also use rgb(188,215,90) instead hex code.
.myTextColor { color: #BCD75A; }
<p style="color:#BCD75A">This sample text font color is #BCD75A.</p>
This text font color is #BCD75A.
.myBgColor { background-color: #BCD75A; }
<div style="background-color:#BCD75A">Inner text</div>
This div background color is #BCD75A.
.myBorderColor { border: 1px solid #BCD75A; }
<div style="border:3px solid #BCD75A">Div</div>
This div border color is #BCD75A.
.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%.
.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.
/* 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 text has color #BCD75A on black background.
This text has color #BCD75A on white background.
This text has black color on #BCD75A background.
This text has white color on #BCD75A background.
Complementary color for #hex is #4328A5.