HEX: #BBE064
RGB: (187,224,100)
#BBE064 contains mainly red and green colors. Web safe color of #BBE064 is #CCCC66 (or #CC6).
#BBE064 color RGB value is (187,224,100).
RGB: (187,224,100)
(73%, 88%, 39%)
R 187 of 255 = 73%
G 224 of 255 = 88%
B 100 of 255 = 39%
R + G + B ~ 67%. #BBE064 is quite light color.
R + G + B = 187 + 224 + 100 = 511 (100%)
R 187 of 511 ~ 36.59%
G 224 of 511 ~ 43.84%
B 100 of 511 ~ 19.57'%
#BBE064 color CMYK value is (17,0,55,12).
CMYK: (17,0,55,12)
C17M0Y55K12 (17%, 0%, 55%, 12%)
(0.17 / 0.00 / 0.55 / 0.12)
Color #BBE064 in popluar color models
BB | E0 | 64 | |
---|---|---|---|
RGB | 187 | 224 | 100 |
HSL | 78° | 66.67% | 63.53% |
HSB/HSV | 78° | 55.36% | 87.84% |
CMYK | 16.52% | 0.00% | 55.36% |
12.16% |
Color #BBE064 in popluar number systems.
HEX | BB | E0 | 64 |
Decimal | 187 | 224 | 100 |
Binary | 10111011 | 11100000 | 1100100 |
Octal | 273 | 340 | 144 |
Shades of #BBE064
Tints of #BBE064
Examples of css and html codes for elements with #BBE064 color. Also use rgb(187,224,100) instead hex code.
.myTextColor { color: #BBE064; }
<p style="color:#BBE064">This sample text font color is #BBE064.</p>
This text font color is #BBE064.
.myBgColor { background-color: #BBE064; }
<div style="background-color:#BBE064">Inner text</div>
This div background color is #BBE064.
.myBorderColor { border: 1px solid #BBE064; }
<div style="border:3px solid #BBE064">Div</div>
This div border color is #BBE064.
.myOpacity80 { color: #BBE064; opacity: 0.8; }
<p style="color:#BBE064;opacity:0.8;">80%</p>
Text with #BBE064 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBE064;}
<p style="text-shadow: 3px 3px 1px #BBE064">Text here.</p>
This text has shadow with #BBE064 color.
.textShadow {text-shadow: 3px 3px 1px #BBE064', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBE064, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBE064 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBE064, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBE064, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBE064 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBE064;
-webkit-box-shadow: 1px 1px 3px 2px #BBE064;
box-shadow: 1px 1px 3px 2px #BBE064;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBE064; -webkit-box-shadow: 1px 1px 3px 2px #BBE064; box-shadow:1px 1px 3px 2px #BBE064;">
Div content here
</div>
This text has color #BBE064 on black background.
This text has color #BBE064 on white background.
This text has black color on #BBE064 background.
This text has white color on #BBE064 background.
Complementary color for #hex is #441F9B.