HEX: #BEE46A
RGB: (190,228,106)
#BEE46A contains mainly red and green colors. Web safe color of #BEE46A is #CCCC66 (or #CC6).
#BEE46A color RGB value is (190,228,106).
RGB: (190,228,106)
(75%, 89%, 42%)
R 190 of 255 = 75%
G 228 of 255 = 89%
B 106 of 255 = 42%
R + G + B ~ 69%. #BEE46A is quite light color.
R + G + B = 190 + 228 + 106 = 524 (100%)
R 190 of 524 ~ 36.26%
G 228 of 524 ~ 43.51%
B 106 of 524 ~ 20.23'%
#BEE46A color CMYK value is (17,0,54,11).
CMYK: (17,0,54,11) C17M0Y54K11 (17%,0%,54%,11%) (0.17/0.00/0.54/0.11)
Color #BEE46A in popluar color models
BE | E4 | 6A | |
---|---|---|---|
RGB | 190 | 228 | 106 |
HSL | 79° | 69.32% | 65.49% |
HSB/HSV | 79° | 53.51% | 89.41% |
CMYK | 16.67% | 0.00% | 53.51% |
10.59% |
Color #BEE46A in popluar number systems.
HEX | BE | E4 | 6A |
Decimal | 190 | 228 | 106 |
Binary | 10111110 | 11100100 | 1101010 |
Octal | 276 | 344 | 152 |
Shades of #BEE46A
Tints of #BEE46A
Examples of css and html codes for elements with #BEE46A color. Also use rgb(190,228,106) instead hex code.
.myTextColor { color: #BEE46A; }
<p style="color:#BEE46A">This sample text font color is #BEE46A.</p>
This text font color is #BEE46A.
.myBgColor { background-color: #BEE46A; }
<div style="background-color:#BEE46A">Inner text</div>
This div background color is #BEE46A.
.myBorderColor { border: 1px solid #BEE46A; }
<div style="border:3px solid #BEE46A">Div</div>
This div border color is #BEE46A.
.myOpacity80 { color: #BEE46A; opacity: 0.8; }
<p style="color:#BEE46A;opacity:0.8;">80%</p>
Text with #BEE46A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEE46A;}
<p style="text-shadow: 3px 3px 1px #BEE46A">Text here.</p>
This text has shadow with #BEE46A color.
.textShadow {text-shadow: 3px 3px 1px #BEE46A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEE46A, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEE46A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEE46A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEE46A, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEE46A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEE46A;
-webkit-box-shadow: 1px 1px 3px 2px #BEE46A;
box-shadow: 1px 1px 3px 2px #BEE46A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEE46A; -webkit-box-shadow: 1px 1px 3px 2px #BEE46A; box-shadow:1px 1px 3px 2px #BEE46A;">
Div content here
</div>
This text has color #BEE46A on black background.
This text has color #BEE46A on white background.
This text has black color on #BEE46A background.
This text has white color on #BEE46A background.
Complementary color for #hex is #411B95.