HEX: #BECA6D
RGB: (190,202,109)
#BECA6D contains mainly red and green colors. Web safe color of #BECA6D is #CCCC66 (or #CC6).
#BECA6D color RGB value is (190,202,109).
RGB: (190,202,109)
(75%, 79%, 43%)
R 190 of 255 = 75%
G 202 of 255 = 79%
B 109 of 255 = 43%
R + G + B ~ 66%. #BECA6D is quite light color.
R + G + B = 190 + 202 + 109 = 501 (100%)
R 190 of 501 ~ 37.92%
G 202 of 501 ~ 40.32%
B 109 of 501 ~ 21.76'%
#BECA6D color CMYK value is (6,0,46,21).
CMYK: (6,0,46,21)
C6M0Y46K21 (6%, 0%, 46%, 21%)
(0.06 / 0.00 / 0.46 / 0.21)
Color #BECA6D in popluar color models
BE | CA | 6D | |
---|---|---|---|
RGB | 190 | 202 | 109 |
HSL | 68° | 46.73% | 60.98% |
HSB/HSV | 68° | 46.04% | 79.22% |
CMYK | 5.94% | 0.00% | 46.04% |
20.78% |
Color #BECA6D in popluar number systems.
HEX | BE | CA | 6D |
Decimal | 190 | 202 | 109 |
Binary | 10111110 | 11001010 | 1101101 |
Octal | 276 | 312 | 155 |
Shades of #BECA6D
Tints of #BECA6D
Examples of css and html codes for elements with #BECA6D color. Also use rgb(190,202,109) instead hex code.
.myTextColor { color: #BECA6D; }
<p style="color:#BECA6D">This sample text font color is #BECA6D.</p>
This text font color is #BECA6D.
.myBgColor { background-color: #BECA6D; }
<div style="background-color:#BECA6D">Inner text</div>
This div background color is #BECA6D.
.myBorderColor { border: 1px solid #BECA6D; }
<div style="border:3px solid #BECA6D">Div</div>
This div border color is #BECA6D.
.myOpacity80 { color: #BECA6D; opacity: 0.8; }
<p style="color:#BECA6D;opacity:0.8;">80%</p>
Text with #BECA6D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BECA6D;}
<p style="text-shadow: 3px 3px 1px #BECA6D">Text here.</p>
This text has shadow with #BECA6D color.
.textShadow {text-shadow: 3px 3px 1px #BECA6D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BECA6D, 5px 5px 20px red">Text here.</p>
This text has shadow with #BECA6D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BECA6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BECA6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BECA6D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BECA6D;
-webkit-box-shadow: 1px 1px 3px 2px #BECA6D;
box-shadow: 1px 1px 3px 2px #BECA6D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BECA6D; -webkit-box-shadow: 1px 1px 3px 2px #BECA6D; box-shadow:1px 1px 3px 2px #BECA6D;">
Div content here
</div>
This text has color #BECA6D on black background.
This text has color #BECA6D on white background.
This text has black color on #BECA6D background.
This text has white color on #BECA6D background.
Complementary color for #hex is #413592.