HEX: #B4D795
RGB: (180,215,149)
#B4D795 contains mainly red and green colors. Web safe color of #B4D795 is #CCCC99 (or #CC9).
#B4D795 color RGB value is (180,215,149).
RGB: (180,215,149)
(71%, 84%, 58%)
R 180 of 255 = 71%
G 215 of 255 = 84%
B 149 of 255 = 58%
R + G + B ~ 71%. #B4D795 is quite light color.
R + G + B = 180 + 215 + 149 = 544 (100%)
R 180 of 544 ~ 33.09%
G 215 of 544 ~ 39.52%
B 149 of 544 ~ 27.39'%
#B4D795 color CMYK value is (16,0,31,16).
CMYK: (16,0,31,16)
C16M0Y31K16 (16%, 0%, 31%, 16%)
(0.16 / 0.00 / 0.31 / 0.16)
Color #B4D795 in popluar color models
B4 | D7 | 95 | |
---|---|---|---|
RGB | 180 | 215 | 149 |
HSL | 92° | 45.21% | 71.37% |
HSB/HSV | 92° | 30.70% | 84.31% |
CMYK | 16.28% | 0.00% | 30.70% |
15.69% |
Color #B4D795 in popluar number systems.
HEX | B4 | D7 | 95 |
Decimal | 180 | 215 | 149 |
Binary | 10110100 | 11010111 | 10010101 |
Octal | 264 | 327 | 225 |
Shades of #B4D795
Tints of #B4D795
Examples of css and html codes for elements with #B4D795 color. Also use rgb(180,215,149) instead hex code.
.myTextColor { color: #B4D795; }
<p style="color:#B4D795">This sample text font color is #B4D795.</p>
This text font color is #B4D795.
.myBgColor { background-color: #B4D795; }
<div style="background-color:#B4D795">Inner text</div>
This div background color is #B4D795.
.myBorderColor { border: 1px solid #B4D795; }
<div style="border:3px solid #B4D795">Div</div>
This div border color is #B4D795.
.myOpacity80 { color: #B4D795; opacity: 0.8; }
<p style="color:#B4D795;opacity:0.8;">80%</p>
Text with #B4D795 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4D795;}
<p style="text-shadow: 3px 3px 1px #B4D795">Text here.</p>
This text has shadow with #B4D795 color.
.textShadow {text-shadow: 3px 3px 1px #B4D795', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4D795, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4D795 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4D795, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4D795, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4D795 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4D795;
-webkit-box-shadow: 1px 1px 3px 2px #B4D795;
box-shadow: 1px 1px 3px 2px #B4D795;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4D795; -webkit-box-shadow: 1px 1px 3px 2px #B4D795; box-shadow:1px 1px 3px 2px #B4D795;">
Div content here
</div>
This text has color #B4D795 on black background.
This text has color #B4D795 on white background.
This text has black color on #B4D795 background.
This text has white color on #B4D795 background.
Complementary color for #hex is #4B286A.