Color spaces of #a3b94b
RGB | 163 | 185 | 75 |
---|---|---|---|
HSL | 0.20 | 0.44 | 0.51 |
HSV | 72° | 59° | 73° |
CMYK | 0.12 | 0.00 | 0.59 0.27 |
XYZ | 33.7232 | 42.9925 | 13.1776 |
Yxy | 42.9925 | 0.3751 | 0.4783 |
Hunter Lab | 65.5687 | -22.9393 | 33.9823 |
CIE-Lab | 71.5499 | -23.3999 | 52.0194 |
#a3b94b color RGB value is (163,185,75).
#a3b94b hex color red value is 163, green value is 185 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a3b94b hue: 0.20 , saturation: 0.44 and the lightness value of a3b94b is 0.51.
The process color (four color CMYK) of #a3b94b color hex is 0.12, 0.00, 0.59, 0.27. Web safe color of #a3b94b is #99cc33. Color #a3b94b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 10111001 | 01001011 |
Octal | 243 | 271 | 113 |
Decimal | 163 | 185 | 75 |
Hex | A3 | B9 | 4B |
Shades of #a3b94b
Tints of #a3b94b
RGB Percentages of Color #a3b94b
CMYK Percentages of Color #a3b94b
Complementary Color
#a3b94b | #614bb9 |
#a3b94b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a3b94b Color Preview on White Background
Lorem ipsum dolor sit amet.
#a3b94b Color CSS Codes
.mybgcolor {background-color:#a3b94b; } .myforecolor {color:#a3b94b; } .mybordercolor {border:3px solid #a3b94b; }
#a3b94b Text Font Color
<p style="color:#a3b94b">Text here</p>
This sample text font color is #a3b94b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#a3b94b Background Color
<div style="background-color:#a3b94b">
Div content here</div>
This div background color is #a3b94b
#a3b94b Border Color
<div style="border:3px solid #a3b94b">
Div here</div>
This div border color is #a3b94b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,185,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a3b94b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a3b94b; -webkit-box-shadow: 1px 1px 3px 2px #a3b94b; box-shadow: 1px 1px 3px 2px #a3b94b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,185,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a3b94b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a3b94b; -webkit-box-shadow: 1px 1px 3px 2px #a3b94b; box-shadow: 1px 1px 3px 2px #a3b94b;">
Div content here</div>
This div box has shadow with color #a3b94b
Comments
No comments written yet.
Please login to write comment.