HEX: #95B02D
RGB: (149,176,45)
#95B02D contains mainly red and green colors. Web safe color of #95B02D is #999933 (or #993).
#95B02D color RGB value is (149,176,45).
RGB: (149,176,45)
(58%, 69%, 18%)
R 149 of 255 = 58%
G 176 of 255 = 69%
B 45 of 255 = 18%
R + G + B ~ 48%. #95B02D is middle color (not dark and not light).
R + G + B = 149 + 176 + 45 = 370 (100%)
R 149 of 370 ~ 40.27%
G 176 of 370 ~ 47.57%
B 45 of 370 ~ 12.16'%
#95B02D color CMYK value is (15,0,74,31).
CMYK: (15,0,74,31)
C15M0Y74K31 (15%, 0%, 74%, 31%)
(0.15 / 0.00 / 0.74 / 0.31)
Color #95B02D in popluar color models
95 | B0 | 2D | |
---|---|---|---|
RGB | 149 | 176 | 45 |
HSL | 72° | 59.28% | 43.33% |
HSB/HSV | 72° | 74.43% | 69.02% |
CMYK | 15.34% | 0.00% | 74.43% |
30.98% |
Color #95B02D in popluar number systems.
HEX | 95 | B0 | 2D |
Decimal | 149 | 176 | 45 |
Binary | 10010101 | 10110000 | 101101 |
Octal | 225 | 260 | 55 |
Shades of #95B02D
Tints of #95B02D
Examples of css and html codes for elements with #95B02D color. Also use rgb(149,176,45) instead hex code.
.myTextColor { color: #95B02D; }
<p style="color:#95B02D">This sample text font color is #95B02D.</p>
This text font color is #95B02D.
.myBgColor { background-color: #95B02D; }
<div style="background-color:#95B02D">Inner text</div>
This div background color is #95B02D.
.myBorderColor { border: 1px solid #95B02D; }
<div style="border:3px solid #95B02D">Div</div>
This div border color is #95B02D.
.myOpacity80 { color: #95B02D; opacity: 0.8; }
<p style="color:#95B02D;opacity:0.8;">80%</p>
Text with #95B02D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #95B02D;}
<p style="text-shadow: 3px 3px 1px #95B02D">Text here.</p>
This text has shadow with #95B02D color.
.textShadow {text-shadow: 3px 3px 1px #95B02D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #95B02D, 5px 5px 20px red">Text here.</p>
This text has shadow with #95B02D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95B02D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#95B02D, Direction=45, Strength=4)">Text</p>
This text has shadow with #95B02D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #95B02D;
-webkit-box-shadow: 1px 1px 3px 2px #95B02D;
box-shadow: 1px 1px 3px 2px #95B02D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95B02D; -webkit-box-shadow: 1px 1px 3px 2px #95B02D; box-shadow:1px 1px 3px 2px #95B02D;">
Div content here
</div>
This text has color #95B02D on black background.
This text has color #95B02D on white background.
This text has black color on #95B02D background.
This text has white color on #95B02D background.
Complementary color for #hex is #6A4FD2.