HEX: #BBE59D
RGB: (187,229,157)
#BBE59D contains mainly red and green colors. Web safe color of #BBE59D is #CCCC99 (or #CC9).
#BBE59D color RGB value is (187,229,157).
RGB: (187,229,157)
(73%, 90%, 62%)
R 187 of 255 = 73%
G 229 of 255 = 90%
B 157 of 255 = 62%
R + G + B ~ 75%. #BBE59D is quite light color.
R + G + B = 187 + 229 + 157 = 573 (100%)
R 187 of 573 ~ 32.64%
G 229 of 573 ~ 39.97%
B 157 of 573 ~ 27.4'%
#BBE59D color CMYK value is (18,0,31,10).
CMYK: (18,0,31,10)
C18M0Y31K10 (18%, 0%, 31%, 10%)
(0.18 / 0.00 / 0.31 / 0.10)
Color #BBE59D in popluar color models
BB | E5 | 9D | |
---|---|---|---|
RGB | 187 | 229 | 157 |
HSL | 95° | 58.06% | 75.69% |
HSB/HSV | 95° | 31.44% | 89.80% |
CMYK | 18.34% | 0.00% | 31.44% |
10.20% |
Color #BBE59D in popluar number systems.
HEX | BB | E5 | 9D |
Decimal | 187 | 229 | 157 |
Binary | 10111011 | 11100101 | 10011101 |
Octal | 273 | 345 | 235 |
Shades of #BBE59D
Tints of #BBE59D
Examples of css and html codes for elements with #BBE59D color. Also use rgb(187,229,157) instead hex code.
.myTextColor { color: #BBE59D; }
<p style="color:#BBE59D">This sample text font color is #BBE59D.</p>
This text font color is #BBE59D.
.myBgColor { background-color: #BBE59D; }
<div style="background-color:#BBE59D">Inner text</div>
This div background color is #BBE59D.
.myBorderColor { border: 1px solid #BBE59D; }
<div style="border:3px solid #BBE59D">Div</div>
This div border color is #BBE59D.
.myOpacity80 { color: #BBE59D; opacity: 0.8; }
<p style="color:#BBE59D;opacity:0.8;">80%</p>
Text with #BBE59D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBE59D;}
<p style="text-shadow: 3px 3px 1px #BBE59D">Text here.</p>
This text has shadow with #BBE59D color.
.textShadow {text-shadow: 3px 3px 1px #BBE59D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBE59D, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBE59D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBE59D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBE59D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBE59D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBE59D;
-webkit-box-shadow: 1px 1px 3px 2px #BBE59D;
box-shadow: 1px 1px 3px 2px #BBE59D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBE59D; -webkit-box-shadow: 1px 1px 3px 2px #BBE59D; box-shadow:1px 1px 3px 2px #BBE59D;">
Div content here
</div>
This text has color #BBE59D on black background.
This text has color #BBE59D on white background.
This text has black color on #BBE59D background.
This text has white color on #BBE59D background.
Complementary color for #hex is #441A62.