Shades of Lucky #998D09
Tints of Lucky #998D09
RGB
CMYK
RGB Variations
Color information
#998D09 (or 0x998D09) is known color: Lucky. HEX triplet: 99, 8D and 09. RGB value is (153,141,9). Sum of RGB (Red+Green+Blue) = 153+141+9=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #998D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998D09 is #6672F6. Grayscale: #828282. Windows color (decimal): -6714103 or 626073. OLE color: 626073.
HSL color Cylindrical-coordinate representation of color #998D09: hue angle of 55º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #998D09 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 9 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.4 |
| HSL | 55º | 0.89% | 0.32% | - |
| HSV(B) | 55º | 0.94% | 0.6% | - |
| XYZ | 22.71 | 25.84 | 4.05 | - |
| YUV | 129.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 9 | 0 | 0.08 | 0.94 | 0.4 | 55 | 0.89 | 0.32 |
| Hex | 99 | 8D | 9 | 0 | 8 | 5E | 28 | 37 | 59 | 20 |
| Octal | 231 | 215 | 11 | 0 | 10 | 136 | 50 | 67 | 131 | 40 |
| Binary | 10011001 | 10001101 | 1001 | 0 | 1000 | 1011110 | 101000 | 110111 | 1011001 | 100000 |
Color Harmonies of #998D09
Complementary color
Monochromatic Colors of #998D09
Black with #998D09
Text Example
Text Example
White with #998D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D09; }
p { color: rgb(153,141,9); }
H1.HeaderClassName
{
color: #998D09;
}
.AnyTagClassName
{
color: #998D09;
}
</style>
background-color css
<style>
a { background-color: #998D09; }
a { background-color: rgb(153,141,9); }
div.DivClassName
{
background-color: #998D09;
}
.BgClassName
{
background-color: #998D09;
}
</style>
border-color css
<style>
span { border-color: #998D09; }
span { border-color: rgb(153,141,9); }
td.TdClassName
{
border-color: #998D09;
}
.TagClassName
{
border-color: #998D09;
}
</style>