Color spaces of #92993c
RGB | 146 | 153 | 60 |
---|---|---|---|
HSL | 0.18 | 0.44 | 0.42 |
HSV | 65° | 61° | 60° |
CMYK | 0.05 | 0.00 | 0.61 0.40 |
XYZ | 24.0609 | 29.2197 | 8.6468 |
Yxy | 29.2197 | 0.3885 | 0.4718 |
Hunter Lab | 54.0552 | -15.1433 | 28.3545 |
CIE-Lab | 60.9750 | -15.4924 | 46.7492 |
#92993c color RGB value is (146,153,60).
#92993c hex color red value is 146, green value is 153 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #92993c hue: 0.18 , saturation: 0.44 and the lightness value of 92993c is 0.42.
The process color (four color CMYK) of #92993c color hex is 0.05, 0.00, 0.61, 0.40. Web safe color of #92993c is #999933. Color #92993c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 10011001 | 00111100 |
Octal | 222 | 231 | 74 |
Decimal | 146 | 153 | 60 |
Hex | 92 | 99 | 3C |
Shades of #92993c
Tints of #92993c
RGB Percentages of Color #92993c
CMYK Percentages of Color #92993c
Complementary Color
#92993c | #433c99 |
#92993c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92993c Color Preview on White Background
Lorem ipsum dolor sit amet.
#92993c Color CSS Codes
.mybgcolor {background-color:#92993c; } .myforecolor {color:#92993c; } .mybordercolor {border:3px solid #92993c; }
#92993c Text Font Color
<p style="color:#92993c">Text here</p>
This sample text font color is #92993c
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.
#92993c Background Color
<div style="background-color:#92993c">
Div content here</div>
This div background color is #92993c
#92993c Border Color
<div style="border:3px solid #92993c">
Div here</div>
This div border color is #92993c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,153,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92993c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92993c; -webkit-box-shadow: 1px 1px 3px 2px #92993c; box-shadow: 1px 1px 3px 2px #92993c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,153,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #92993c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92993c; -webkit-box-shadow: 1px 1px 3px 2px #92993c; box-shadow: 1px 1px 3px 2px #92993c;">
Div content here</div>
This div box has shadow with color #92993c
#92993c Color Palettes
Comments
No comments written yet.
Please login to write comment.