HEX: #B2D499
RGB: (178,212,153)
#B2D499 contains red, green and blue colors in about the same proportion. Web safe color of #B2D499 is #99CC99 (or #9C9).
#B2D499 color RGB value is (178,212,153).
RGB: (178,212,153)
(70%, 83%, 60%)
R 178 of 255 = 70%
G 212 of 255 = 83%
B 153 of 255 = 60%
R + G + B ~ 71%. #B2D499 is quite light color.
R + G + B = 178 + 212 + 153 = 543 (100%)
R 178 of 543 ~ 32.78%
G 212 of 543 ~ 39.04%
B 153 of 543 ~ 28.18'%
#B2D499 color CMYK value is (16,0,28,17).
CMYK: (16,0,28,17)
C16M0Y28K17 (16%, 0%, 28%, 17%)
(0.16 / 0.00 / 0.28 / 0.17)
Color #B2D499 in popluar color models
B2 | D4 | 99 | |
---|---|---|---|
RGB | 178 | 212 | 153 |
HSL | 95° | 40.69% | 71.57% |
HSB/HSV | 95° | 27.83% | 83.14% |
CMYK | 16.04% | 0.00% | 27.83% |
16.86% |
Color #B2D499 in popluar number systems.
HEX | B2 | D4 | 99 |
Decimal | 178 | 212 | 153 |
Binary | 10110010 | 11010100 | 10011001 |
Octal | 262 | 324 | 231 |
Shades of #B2D499
Tints of #B2D499
Examples of css and html codes for elements with #B2D499 color. Also use rgb(178,212,153) instead hex code.
.myTextColor { color: #B2D499; }
<p style="color:#B2D499">This sample text font color is #B2D499.</p>
This text font color is #B2D499.
.myBgColor { background-color: #B2D499; }
<div style="background-color:#B2D499">Inner text</div>
This div background color is #B2D499.
.myBorderColor { border: 1px solid #B2D499; }
<div style="border:3px solid #B2D499">Div</div>
This div border color is #B2D499.
.myOpacity80 { color: #B2D499; opacity: 0.8; }
<p style="color:#B2D499;opacity:0.8;">80%</p>
Text with #B2D499 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B2D499;}
<p style="text-shadow: 3px 3px 1px #B2D499">Text here.</p>
This text has shadow with #B2D499 color.
.textShadow {text-shadow: 3px 3px 1px #B2D499', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B2D499, 5px 5px 20px red">Text here.</p>
This text has shadow with #B2D499 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2D499, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B2D499, Direction=45, Strength=4)">Text</p>
This text has shadow with #B2D499 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B2D499;
-webkit-box-shadow: 1px 1px 3px 2px #B2D499;
box-shadow: 1px 1px 3px 2px #B2D499;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B2D499; -webkit-box-shadow: 1px 1px 3px 2px #B2D499; box-shadow:1px 1px 3px 2px #B2D499;">
Div content here
</div>
This text has color #B2D499 on black background.
This text has color #B2D499 on white background.
This text has black color on #B2D499 background.
This text has white color on #B2D499 background.
Complementary color for #hex is #4D2B66.