Color spaces of #a1b95f
RGB | 161 | 185 | 95 |
---|---|---|---|
HSL | 0.21 | 0.39 | 0.55 |
HSV | 76° | 49° | 73° |
CMYK | 0.13 | 0.00 | 0.49 0.27 |
XYZ | 34.1125 | 43.1012 | 17.3479 |
Yxy | 43.1012 | 0.3607 | 0.4558 |
Hunter Lab | 65.6515 | -22.1416 | 30.2891 |
CIE-Lab | 71.6236 | -22.3608 | 42.6511 |
#a1b95f color RGB value is (161,185,95).
#a1b95f hex color red value is 161, green value is 185 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a1b95f hue: 0.21 , saturation: 0.39 and the lightness value of a1b95f is 0.55.
The process color (four color CMYK) of #a1b95f color hex is 0.13, 0.00, 0.49, 0.27. Web safe color of #a1b95f is #99cc66. Color #a1b95f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10111001 | 01011111 |
Octal | 241 | 271 | 137 |
Decimal | 161 | 185 | 95 |
Hex | A1 | B9 | 5F |
Shades of #a1b95f
Tints of #a1b95f
RGB Percentages of Color #a1b95f
CMYK Percentages of Color #a1b95f
Complementary Color
#a1b95f | #775fb9 |
#a1b95f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a1b95f Color Preview on White Background
Lorem ipsum dolor sit amet.
#a1b95f Color CSS Codes
.mybgcolor {background-color:#a1b95f; } .myforecolor {color:#a1b95f; } .mybordercolor {border:3px solid #a1b95f; }
#a1b95f Text Font Color
<p style="color:#a1b95f">Text here</p>
This sample text font color is #a1b95f
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.
#a1b95f Background Color
<div style="background-color:#a1b95f">
Div content here</div>
This div background color is #a1b95f
#a1b95f Border Color
<div style="border:3px solid #a1b95f">
Div here</div>
This div border color is #a1b95f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,185,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a1b95f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a1b95f; -webkit-box-shadow: 1px 1px 3px 2px #a1b95f; box-shadow: 1px 1px 3px 2px #a1b95f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,185,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a1b95f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a1b95f; -webkit-box-shadow: 1px 1px 3px 2px #a1b95f; box-shadow: 1px 1px 3px 2px #a1b95f;">
Div content here</div>
This div box has shadow with color #a1b95f
Comments
No comments written yet.
Please login to write comment.