Color spaces of #898212
RGB | 137 | 130 | 18 |
---|---|---|---|
HSL | 0.16 | 0.77 | 0.30 |
HSV | 56° | 87° | 54° |
CMYK | 0.00 | 0.05 | 0.87 0.46 |
XYZ | 18.4083 | 21.3273 | 3.7186 |
Yxy | 21.3273 | 0.4236 | 0.4908 |
Hunter Lab | 46.1815 | -9.6661 | 27.5529 |
CIE-Lab | 53.3059 | -9.4455 | 54.6041 |
#898212 color RGB value is (137,130,18).
#898212 hex color red value is 137, green value is 130 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #898212 hue: 0.16 , saturation: 0.77 and the lightness value of 898212 is 0.30.
The process color (four color CMYK) of #898212 color hex is 0.00, 0.05, 0.87, 0.46. Web safe color of #898212 is #999900. Color #898212 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10000010 | 00010010 |
Octal | 211 | 202 | 22 |
Decimal | 137 | 130 | 18 |
Hex | 89 | 82 | 12 |
Shades of #898212
Tints of #898212
RGB Percentages of Color #898212
CMYK Percentages of Color #898212
Complementary Color
#898212 | #121989 |
#898212 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#898212 Color Preview on White Background
Lorem ipsum dolor sit amet.
#898212 Color CSS Codes
.mybgcolor {background-color:#898212; } .myforecolor {color:#898212; } .mybordercolor {border:3px solid #898212; }
#898212 Text Font Color
<p style="color:#898212">Text here</p>
This sample text font color is #898212
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.
#898212 Background Color
<div style="background-color:#898212">
Div content here</div>
This div background color is #898212
#898212 Border Color
<div style="border:3px solid #898212">
Div here</div>
This div border color is #898212
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,130,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #898212; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #898212; -webkit-box-shadow: 1px 1px 3px 2px #898212; box-shadow: 1px 1px 3px 2px #898212; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,130,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #898212">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #898212; -webkit-box-shadow: 1px 1px 3px 2px #898212; box-shadow: 1px 1px 3px 2px #898212;">
Div content here</div>
This div box has shadow with color #898212
Comments
No comments written yet.
Please login to write comment.