Color spaces of #98a91d
RGB | 152 | 169 | 29 |
---|---|---|---|
HSL | 0.19 | 0.71 | 0.39 |
HSV | 67° | 83° | 66° |
CMYK | 0.10 | 0.00 | 0.83 0.34 |
XYZ | 27.3586 | 35.1400 | 6.5032 |
Yxy | 35.1400 | 0.3965 | 0.5093 |
Hunter Lab | 59.2790 | -21.3565 | 34.9909 |
CIE-Lab | 65.8575 | -22.7015 | 62.9555 |
#98a91d color RGB value is (152,169,29).
#98a91d hex color red value is 152, green value is 169 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #98a91d hue: 0.19 , saturation: 0.71 and the lightness value of 98a91d is 0.39.
The process color (four color CMYK) of #98a91d color hex is 0.10, 0.00, 0.83, 0.34. Web safe color of #98a91d is #999933. Color #98a91d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 10101001 | 00011101 |
Octal | 230 | 251 | 35 |
Decimal | 152 | 169 | 29 |
Hex | 98 | A9 | 1D |
Shades of #98a91d
Tints of #98a91d
RGB Percentages of Color #98a91d
CMYK Percentages of Color #98a91d
Complementary Color
#98a91d | #2e1da9 |
#98a91d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98a91d Color Preview on White Background
Lorem ipsum dolor sit amet.
#98a91d Color CSS Codes
.mybgcolor {background-color:#98a91d; } .myforecolor {color:#98a91d; } .mybordercolor {border:3px solid #98a91d; }
#98a91d Text Font Color
<p style="color:#98a91d">Text here</p>
This sample text font color is #98a91d
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.
#98a91d Background Color
<div style="background-color:#98a91d">
Div content here</div>
This div background color is #98a91d
#98a91d Border Color
<div style="border:3px solid #98a91d">
Div here</div>
This div border color is #98a91d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,169,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98a91d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98a91d; -webkit-box-shadow: 1px 1px 3px 2px #98a91d; box-shadow: 1px 1px 3px 2px #98a91d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,169,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98a91d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98a91d; -webkit-box-shadow: 1px 1px 3px 2px #98a91d; box-shadow: 1px 1px 3px 2px #98a91d;">
Div content here</div>
This div box has shadow with color #98a91d
Comments
No comments written yet.
Please login to write comment.