Color spaces of #849120
RGB | 132 | 145 | 32 |
---|---|---|---|
HSL | 0.19 | 0.64 | 0.35 |
HSV | 67° | 78° | 57° |
CMYK | 0.09 | 0.00 | 0.78 0.43 |
XYZ | 19.9018 | 25.2606 | 5.1933 |
Yxy | 25.2606 | 0.3952 | 0.5016 |
Hunter Lab | 50.2599 | -17.2729 | 29.0556 |
CIE-Lab | 57.3285 | -19.1633 | 53.8972 |
#849120 color RGB value is (132,145,32).
#849120 hex color red value is 132, green value is 145 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #849120 hue: 0.19 , saturation: 0.64 and the lightness value of 849120 is 0.35.
The process color (four color CMYK) of #849120 color hex is 0.09, 0.00, 0.78, 0.43. Web safe color of #849120 is #999933. Color #849120 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 10010001 | 00100000 |
Octal | 204 | 221 | 40 |
Decimal | 132 | 145 | 32 |
Hex | 84 | 91 | 20 |
Shades of #849120
Tints of #849120
RGB Percentages of Color #849120
CMYK Percentages of Color #849120
Complementary Color
#849120 | #2d2091 |
#849120 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#849120 Color Preview on White Background
Lorem ipsum dolor sit amet.
#849120 Color CSS Codes
.mybgcolor {background-color:#849120; } .myforecolor {color:#849120; } .mybordercolor {border:3px solid #849120; }
#849120 Text Font Color
<p style="color:#849120">Text here</p>
This sample text font color is #849120
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.
#849120 Background Color
<div style="background-color:#849120">
Div content here</div>
This div background color is #849120
#849120 Border Color
<div style="border:3px solid #849120">
Div here</div>
This div border color is #849120
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,145,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #849120; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #849120; -webkit-box-shadow: 1px 1px 3px 2px #849120; box-shadow: 1px 1px 3px 2px #849120; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,145,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #849120">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #849120; -webkit-box-shadow: 1px 1px 3px 2px #849120; box-shadow: 1px 1px 3px 2px #849120;">
Div content here</div>
This div box has shadow with color #849120
Comments
No comments written yet.
Please login to write comment.