HEX: #B6E795
RGB: (182,231,149)
#B6E795 contains mainly red and green colors. Web safe color of #B6E795 is #CCFF99 (or #CF9).
#B6E795 color RGB value is (182,231,149).
RGB: (182,231,149)
(71%, 91%, 58%)
R 182 of 255 = 71%
G 231 of 255 = 91%
B 149 of 255 = 58%
R + G + B ~ 73%. #B6E795 is quite light color.
R + G + B = 182 + 231 + 149 = 562 (100%)
R 182 of 562 ~ 32.38%
G 231 of 562 ~ 41.1%
B 149 of 562 ~ 26.51'%
#B6E795 color CMYK value is (21,0,35,9).
CMYK: (21,0,35,9)
C21M0Y35K9 (21%, 0%, 35%, 9%)
(0.21 / 0.00 / 0.35 / 0.09)
Color #B6E795 in popluar color models
B6 | E7 | 95 | |
---|---|---|---|
RGB | 182 | 231 | 149 |
HSL | 96° | 63.08% | 74.51% |
HSB/HSV | 96° | 35.50% | 90.59% |
CMYK | 21.21% | 0.00% | 35.50% |
9.41% |
Color #B6E795 in popluar number systems.
HEX | B6 | E7 | 95 |
Decimal | 182 | 231 | 149 |
Binary | 10110110 | 11100111 | 10010101 |
Octal | 266 | 347 | 225 |
Shades of #B6E795
Tints of #B6E795
Examples of css and html codes for elements with #B6E795 color. Also use rgb(182,231,149) instead hex code.
.myTextColor { color: #B6E795; }
<p style="color:#B6E795">This sample text font color is #B6E795.</p>
This text font color is #B6E795.
.myBgColor { background-color: #B6E795; }
<div style="background-color:#B6E795">Inner text</div>
This div background color is #B6E795.
.myBorderColor { border: 1px solid #B6E795; }
<div style="border:3px solid #B6E795">Div</div>
This div border color is #B6E795.
.myOpacity80 { color: #B6E795; opacity: 0.8; }
<p style="color:#B6E795;opacity:0.8;">80%</p>
Text with #B6E795 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B6E795;}
<p style="text-shadow: 3px 3px 1px #B6E795">Text here.</p>
This text has shadow with #B6E795 color.
.textShadow {text-shadow: 3px 3px 1px #B6E795', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B6E795, 5px 5px 20px red">Text here.</p>
This text has shadow with #B6E795 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B6E795, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B6E795, Direction=45, Strength=4)">Text</p>
This text has shadow with #B6E795 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B6E795;
-webkit-box-shadow: 1px 1px 3px 2px #B6E795;
box-shadow: 1px 1px 3px 2px #B6E795;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B6E795; -webkit-box-shadow: 1px 1px 3px 2px #B6E795; box-shadow:1px 1px 3px 2px #B6E795;">
Div content here
</div>
This text has color #B6E795 on black background.
This text has color #B6E795 on white background.
This text has black color on #B6E795 background.
This text has white color on #B6E795 background.
Complementary color for #hex is #49186A.