HEX: #A6B36B
RGB: (166,179,107)
#A6B36B contains mainly red and green colors. Web safe color of #A6B36B is #999966 (or #996).
#A6B36B color RGB value is (166,179,107).
RGB: (166,179,107)
(65%, 70%, 42%)
R 166 of 255 = 65%
G 179 of 255 = 70%
B 107 of 255 = 42%
R + G + B ~ 59%. #A6B36B is middle color (not dark and not light).
R + G + B = 166 + 179 + 107 = 452 (100%)
R 166 of 452 ~ 36.73%
G 179 of 452 ~ 39.6%
B 107 of 452 ~ 23.67'%
#A6B36B color CMYK value is (7,0,40,30).
CMYK: (7,0,40,30)
C7M0Y40K30 (7%, 0%, 40%, 30%)
(0.07 / 0.00 / 0.40 / 0.30)
Color #A6B36B in popluar color models
A6 | B3 | 6B | |
---|---|---|---|
RGB | 166 | 179 | 107 |
HSL | 71° | 32.14% | 56.08% |
HSB/HSV | 71° | 40.22% | 70.20% |
CMYK | 7.26% | 0.00% | 40.22% |
29.80% |
Color #A6B36B in popluar number systems.
HEX | A6 | B3 | 6B |
Decimal | 166 | 179 | 107 |
Binary | 10100110 | 10110011 | 1101011 |
Octal | 246 | 263 | 153 |
Shades of #A6B36B
Tints of #A6B36B
Examples of css and html codes for elements with #A6B36B color. Also use rgb(166,179,107) instead hex code.
.myTextColor { color: #A6B36B; }
<p style="color:#A6B36B">This sample text font color is #A6B36B.</p>
This text font color is #A6B36B.
.myBgColor { background-color: #A6B36B; }
<div style="background-color:#A6B36B">Inner text</div>
This div background color is #A6B36B.
.myBorderColor { border: 1px solid #A6B36B; }
<div style="border:3px solid #A6B36B">Div</div>
This div border color is #A6B36B.
.myOpacity80 { color: #A6B36B; opacity: 0.8; }
<p style="color:#A6B36B;opacity:0.8;">80%</p>
Text with #A6B36B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6B36B;}
<p style="text-shadow: 3px 3px 1px #A6B36B">Text here.</p>
This text has shadow with #A6B36B color.
.textShadow {text-shadow: 3px 3px 1px #A6B36B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6B36B, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6B36B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6B36B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6B36B, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6B36B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6B36B;
-webkit-box-shadow: 1px 1px 3px 2px #A6B36B;
box-shadow: 1px 1px 3px 2px #A6B36B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6B36B; -webkit-box-shadow: 1px 1px 3px 2px #A6B36B; box-shadow:1px 1px 3px 2px #A6B36B;">
Div content here
</div>
This text has color #A6B36B on black background.
This text has color #A6B36B on white background.
This text has black color on #A6B36B background.
This text has white color on #A6B36B background.
Complementary color for #hex is #594C94.