Color spaces of #949122
RGB | 148 | 145 | 34 |
---|---|---|---|
HSL | 0.16 | 0.63 | 0.36 |
HSV | 58° | 77° | 58° |
CMYK | 0.00 | 0.02 | 0.77 0.42 |
XYZ | 22.6269 | 26.6622 | 5.4671 |
Yxy | 26.6622 | 0.4132 | 0.4869 |
Hunter Lab | 51.6355 | -12.1425 | 29.8673 |
CIE-Lab | 58.6603 | -11.9280 | 54.9407 |
#949122 color RGB value is (148,145,34).
#949122 hex color red value is 148, green value is 145 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #949122 hue: 0.16 , saturation: 0.63 and the lightness value of 949122 is 0.36.
The process color (four color CMYK) of #949122 color hex is 0.00, 0.02, 0.77, 0.42. Web safe color of #949122 is #999933. Color #949122 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 10010001 | 00100010 |
Octal | 224 | 221 | 42 |
Decimal | 148 | 145 | 34 |
Hex | 94 | 91 | 22 |
Shades of #949122
Tints of #949122
RGB Percentages of Color #949122
CMYK Percentages of Color #949122
Complementary Color
#949122 | #222594 |
#949122 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#949122 Color Preview on White Background
Lorem ipsum dolor sit amet.
#949122 Color CSS Codes
.mybgcolor {background-color:#949122; } .myforecolor {color:#949122; } .mybordercolor {border:3px solid #949122; }
#949122 Text Font Color
<p style="color:#949122">Text here</p>
This sample text font color is #949122
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.
#949122 Background Color
<div style="background-color:#949122">
Div content here</div>
This div background color is #949122
#949122 Border Color
<div style="border:3px solid #949122">
Div here</div>
This div border color is #949122
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,145,34, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #949122; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #949122; -webkit-box-shadow: 1px 1px 3px 2px #949122; box-shadow: 1px 1px 3px 2px #949122; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,145,34, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #949122">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #949122; -webkit-box-shadow: 1px 1px 3px 2px #949122; box-shadow: 1px 1px 3px 2px #949122;">
Div content here</div>
This div box has shadow with color #949122
Comments
No comments written yet.
Please login to write comment.