HEX: #BEC13C
RGB: (190,193,60)
#BEC13C contains mainly red and green colors. Web safe color of #BEC13C is #CCCC33 (or #CC3).
#BEC13C color RGB value is (190,193,60).
RGB: (190,193,60)
(75%, 76%, 24%)
R 190 of 255 = 75%
G 193 of 255 = 76%
B 60 of 255 = 24%
R + G + B ~ 58%. #BEC13C is middle color (not dark and not light).
R + G + B = 190 + 193 + 60 = 443 (100%)
R 190 of 443 ~ 42.89%
G 193 of 443 ~ 43.57%
B 60 of 443 ~ 13.54'%
#BEC13C color CMYK value is (2,0,69,24).
CMYK: (2,0,69,24)
C2M0Y69K24 (2%, 0%, 69%, 24%)
(0.02 / 0.00 / 0.69 / 0.24)
Color #BEC13C in popluar color models
BE | C1 | 3C | |
---|---|---|---|
RGB | 190 | 193 | 60 |
HSL | 61° | 52.57% | 49.61% |
HSB/HSV | 61° | 68.91% | 75.69% |
CMYK | 1.55% | 0.00% | 68.91% |
24.31% |
Color #BEC13C in popluar number systems.
HEX | BE | C1 | 3C |
Decimal | 190 | 193 | 60 |
Binary | 10111110 | 11000001 | 111100 |
Octal | 276 | 301 | 74 |
Shades of #BEC13C
Tints of #BEC13C
Examples of css and html codes for elements with #BEC13C color. Also use rgb(190,193,60) instead hex code.
.myTextColor { color: #BEC13C; }
<p style="color:#BEC13C">This sample text font color is #BEC13C.</p>
This text font color is #BEC13C.
.myBgColor { background-color: #BEC13C; }
<div style="background-color:#BEC13C">Inner text</div>
This div background color is #BEC13C.
.myBorderColor { border: 1px solid #BEC13C; }
<div style="border:3px solid #BEC13C">Div</div>
This div border color is #BEC13C.
.myOpacity80 { color: #BEC13C; opacity: 0.8; }
<p style="color:#BEC13C;opacity:0.8;">80%</p>
Text with #BEC13C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEC13C;}
<p style="text-shadow: 3px 3px 1px #BEC13C">Text here.</p>
This text has shadow with #BEC13C color.
.textShadow {text-shadow: 3px 3px 1px #BEC13C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEC13C, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEC13C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEC13C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEC13C, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEC13C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEC13C;
-webkit-box-shadow: 1px 1px 3px 2px #BEC13C;
box-shadow: 1px 1px 3px 2px #BEC13C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEC13C; -webkit-box-shadow: 1px 1px 3px 2px #BEC13C; box-shadow:1px 1px 3px 2px #BEC13C;">
Div content here
</div>
This text has color #BEC13C on black background.
This text has color #BEC13C on white background.
This text has black color on #BEC13C background.
This text has white color on #BEC13C background.
Complementary color for #hex is #413EC3.