Color spaces of #869321
RGB | 134 | 147 | 33 |
---|---|---|---|
HSL | 0.19 | 0.63 | 0.35 |
HSV | 67° | 78° | 58° |
CMYK | 0.09 | 0.00 | 0.78 0.42 |
XYZ | 20.5397 | 26.0456 | 5.3836 |
Yxy | 26.0456 | 0.3952 | 0.5012 |
Hunter Lab | 51.0349 | -17.4713 | 29.4700 |
CIE-Lab | 58.0803 | -19.2652 | 54.3182 |
#869321 color RGB value is (134,147,33).
#869321 hex color red value is 134, green value is 147 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #869321 hue: 0.19 , saturation: 0.63 and the lightness value of 869321 is 0.35.
The process color (four color CMYK) of #869321 color hex is 0.09, 0.00, 0.78, 0.42. Web safe color of #869321 is #999933. Color #869321 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 10010011 | 00100001 |
Octal | 206 | 223 | 41 |
Decimal | 134 | 147 | 33 |
Hex | 86 | 93 | 21 |
Shades of #869321
Tints of #869321
RGB Percentages of Color #869321
CMYK Percentages of Color #869321
Complementary Color
#869321 | #2e2193 |
#869321 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#869321 Color Preview on White Background
Lorem ipsum dolor sit amet.
#869321 Color CSS Codes
.mybgcolor {background-color:#869321; } .myforecolor {color:#869321; } .mybordercolor {border:3px solid #869321; }
#869321 Text Font Color
<p style="color:#869321">Text here</p>
This sample text font color is #869321
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.
#869321 Background Color
<div style="background-color:#869321">
Div content here</div>
This div background color is #869321
#869321 Border Color
<div style="border:3px solid #869321">
Div here</div>
This div border color is #869321
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,147,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #869321; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #869321; -webkit-box-shadow: 1px 1px 3px 2px #869321; box-shadow: 1px 1px 3px 2px #869321; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,147,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #869321">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #869321; -webkit-box-shadow: 1px 1px 3px 2px #869321; box-shadow: 1px 1px 3px 2px #869321;">
Div content here</div>
This div box has shadow with color #869321
Comments
No comments written yet.
Please login to write comment.