HEX: #BBEB71
RGB: (187,235,113)
#BBEB71 contains mainly red and green colors. Web safe color of #BBEB71 is #CCFF66 (or #CF6).
#BBEB71 color RGB value is (187,235,113).
RGB: (187,235,113)
(73%, 92%, 44%)
R 187 of 255 = 73%
G 235 of 255 = 92%
B 113 of 255 = 44%
R + G + B ~ 70%. #BBEB71 is quite light color.
R + G + B = 187 + 235 + 113 = 535 (100%)
R 187 of 535 ~ 34.95%
G 235 of 535 ~ 43.93%
B 113 of 535 ~ 21.12'%
#BBEB71 color CMYK value is (20,0,52,8).
CMYK: (20,0,52,8)
C20M0Y52K8 (20%, 0%, 52%, 8%)
(0.20 / 0.00 / 0.52 / 0.08)
Color #BBEB71 in popluar color models
BB | EB | 71 | |
---|---|---|---|
RGB | 187 | 235 | 113 |
HSL | 84° | 75.31% | 68.24% |
HSB/HSV | 84° | 51.91% | 92.16% |
CMYK | 20.43% | 0.00% | 51.91% |
7.84% |
Color #BBEB71 in popluar number systems.
HEX | BB | EB | 71 |
Decimal | 187 | 235 | 113 |
Binary | 10111011 | 11101011 | 1110001 |
Octal | 273 | 353 | 161 |
Shades of #BBEB71
Tints of #BBEB71
Examples of css and html codes for elements with #BBEB71 color. Also use rgb(187,235,113) instead hex code.
.myTextColor { color: #BBEB71; }
<p style="color:#BBEB71">This sample text font color is #BBEB71.</p>
This text font color is #BBEB71.
.myBgColor { background-color: #BBEB71; }
<div style="background-color:#BBEB71">Inner text</div>
This div background color is #BBEB71.
.myBorderColor { border: 1px solid #BBEB71; }
<div style="border:3px solid #BBEB71">Div</div>
This div border color is #BBEB71.
.myOpacity80 { color: #BBEB71; opacity: 0.8; }
<p style="color:#BBEB71;opacity:0.8;">80%</p>
Text with #BBEB71 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBEB71;}
<p style="text-shadow: 3px 3px 1px #BBEB71">Text here.</p>
This text has shadow with #BBEB71 color.
.textShadow {text-shadow: 3px 3px 1px #BBEB71', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBEB71, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBEB71 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBEB71, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBEB71, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBEB71 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBEB71;
-webkit-box-shadow: 1px 1px 3px 2px #BBEB71;
box-shadow: 1px 1px 3px 2px #BBEB71;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBEB71; -webkit-box-shadow: 1px 1px 3px 2px #BBEB71; box-shadow:1px 1px 3px 2px #BBEB71;">
Div content here
</div>
This text has color #BBEB71 on black background.
This text has color #BBEB71 on white background.
This text has black color on #BBEB71 background.
This text has white color on #BBEB71 background.
Complementary color for #hex is #44148E.