HEX: #A5BB4C
RGB: (165,187,76)
#A5BB4C contains mainly red and green colors. Web safe color of #A5BB4C is #99CC33 (or #9C3).
#A5BB4C color RGB value is (165,187,76).
RGB: (165,187,76)
(65%, 73%, 30%)
R 165 of 255 = 65%
G 187 of 255 = 73%
B 76 of 255 = 30%
R + G + B ~ 56%. #A5BB4C is middle color (not dark and not light).
R + G + B = 165 + 187 + 76 = 428 (100%)
R 165 of 428 ~ 38.55%
G 187 of 428 ~ 43.69%
B 76 of 428 ~ 17.76'%
#A5BB4C color CMYK value is (12,0,59,27).
CMYK: (12,0,59,27)
C12M0Y59K27 (12%, 0%, 59%, 27%)
(0.12 / 0.00 / 0.59 / 0.27)
Color #A5BB4C in popluar color models
A5 | BB | 4C | |
---|---|---|---|
RGB | 165 | 187 | 76 |
HSL | 72° | 44.94% | 51.57% |
HSB/HSV | 72° | 59.36% | 73.33% |
CMYK | 11.76% | 0.00% | 59.36% |
26.67% |
Color #A5BB4C in popluar number systems.
HEX | A5 | BB | 4C |
Decimal | 165 | 187 | 76 |
Binary | 10100101 | 10111011 | 1001100 |
Octal | 245 | 273 | 114 |
Shades of #A5BB4C
Tints of #A5BB4C
Examples of css and html codes for elements with #A5BB4C color. Also use rgb(165,187,76) instead hex code.
.myTextColor { color: #A5BB4C; }
<p style="color:#A5BB4C">This sample text font color is #A5BB4C.</p>
This text font color is #A5BB4C.
.myBgColor { background-color: #A5BB4C; }
<div style="background-color:#A5BB4C">Inner text</div>
This div background color is #A5BB4C.
.myBorderColor { border: 1px solid #A5BB4C; }
<div style="border:3px solid #A5BB4C">Div</div>
This div border color is #A5BB4C.
.myOpacity80 { color: #A5BB4C; opacity: 0.8; }
<p style="color:#A5BB4C;opacity:0.8;">80%</p>
Text with #A5BB4C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5BB4C;}
<p style="text-shadow: 3px 3px 1px #A5BB4C">Text here.</p>
This text has shadow with #A5BB4C color.
.textShadow {text-shadow: 3px 3px 1px #A5BB4C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5BB4C, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5BB4C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5BB4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5BB4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5BB4C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5BB4C;
-webkit-box-shadow: 1px 1px 3px 2px #A5BB4C;
box-shadow: 1px 1px 3px 2px #A5BB4C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5BB4C; -webkit-box-shadow: 1px 1px 3px 2px #A5BB4C; box-shadow:1px 1px 3px 2px #A5BB4C;">
Div content here
</div>
This text has color #A5BB4C on black background.
This text has color #A5BB4C on white background.
This text has black color on #A5BB4C background.
This text has white color on #A5BB4C background.
Complementary color for #hex is #5A44B3.