HEX: #ABC076
RGB: (171,192,118)
#ABC076 contains mainly red and green colors. Web safe color of #ABC076 is #99CC66 (or #9C6).
#ABC076 color RGB value is (171,192,118).
RGB: (171,192,118)
(67%, 75%, 46%)
R 171 of 255 = 67%
G 192 of 255 = 75%
B 118 of 255 = 46%
R + G + B ~ 63%. #ABC076 is quite light color.
R + G + B = 171 + 192 + 118 = 481 (100%)
R 171 of 481 ~ 35.55%
G 192 of 481 ~ 39.92%
B 118 of 481 ~ 24.53'%
#ABC076 color CMYK value is (11,0,39,25).
CMYK: (11,0,39,25)
C11M0Y39K25 (11%, 0%, 39%, 25%)
(0.11 / 0.00 / 0.39 / 0.25)
Color #ABC076 in popluar color models
AB | C0 | 76 | |
---|---|---|---|
RGB | 171 | 192 | 118 |
HSL | 77° | 37.00% | 60.78% |
HSB/HSV | 77° | 38.54% | 75.29% |
CMYK | 10.94% | 0.00% | 38.54% |
24.71% |
Color #ABC076 in popluar number systems.
HEX | AB | C0 | 76 |
Decimal | 171 | 192 | 118 |
Binary | 10101011 | 11000000 | 1110110 |
Octal | 253 | 300 | 166 |
Shades of #ABC076
Tints of #ABC076
Examples of css and html codes for elements with #ABC076 color. Also use rgb(171,192,118) instead hex code.
.myTextColor { color: #ABC076; }
<p style="color:#ABC076">This sample text font color is #ABC076.</p>
This text font color is #ABC076.
.myBgColor { background-color: #ABC076; }
<div style="background-color:#ABC076">Inner text</div>
This div background color is #ABC076.
.myBorderColor { border: 1px solid #ABC076; }
<div style="border:3px solid #ABC076">Div</div>
This div border color is #ABC076.
.myOpacity80 { color: #ABC076; opacity: 0.8; }
<p style="color:#ABC076;opacity:0.8;">80%</p>
Text with #ABC076 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABC076;}
<p style="text-shadow: 3px 3px 1px #ABC076">Text here.</p>
This text has shadow with #ABC076 color.
.textShadow {text-shadow: 3px 3px 1px #ABC076', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABC076, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABC076 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABC076, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABC076, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABC076 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABC076;
-webkit-box-shadow: 1px 1px 3px 2px #ABC076;
box-shadow: 1px 1px 3px 2px #ABC076;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABC076; -webkit-box-shadow: 1px 1px 3px 2px #ABC076; box-shadow:1px 1px 3px 2px #ABC076;">
Div content here
</div>
This text has color #ABC076 on black background.
This text has color #ABC076 on white background.
This text has black color on #ABC076 background.
This text has white color on #ABC076 background.
Complementary color for #hex is #543F89.