Shades of Lucky #998F14
Tints of Lucky #998F14
RGB
CMYK
RGB Variations
Color information
#998F14 (or 0x998F14) is known color: Lucky. HEX triplet: 99, 8F and 14. RGB value is (153,143,20). Sum of RGB (Red+Green+Blue) = 153+143+20=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #998F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998F14 is #6670EB. Grayscale: #848484. Windows color (decimal): -6713580 or 1347481. OLE color: 1347481.
HSL color Cylindrical-coordinate representation of color #998F14: hue angle of 55.49º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #998F14 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 20 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.4 |
| HSL | 55.49º | 0.77% | 0.34% | - |
| HSV(B) | 55.49º | 0.87% | 0.6% | - |
| XYZ | 23.09 | 26.47 | 4.55 | - |
| YUV | 131.97 | 64.81 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 20 | 0 | 0.07 | 0.87 | 0.4 | 55.49 | 0.77 | 0.34 |
| Hex | 99 | 8F | 14 | 0 | 7 | 57 | 28 | 37 | 4D | 22 |
| Octal | 231 | 217 | 24 | 0 | 7 | 127 | 50 | 67 | 115 | 42 |
| Binary | 10011001 | 10001111 | 10100 | 0 | 111 | 1010111 | 101000 | 110111 | 1001101 | 100010 |
Color Harmonies of #998F14
Complementary color
Monochromatic Colors of #998F14
Black with #998F14
Text Example
Text Example
White with #998F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F14; }
p { color: rgb(153,143,20); }
H1.HeaderClassName
{
color: #998F14;
}
.AnyTagClassName
{
color: #998F14;
}
</style>
background-color css
<style>
a { background-color: #998F14; }
a { background-color: rgb(153,143,20); }
div.DivClassName
{
background-color: #998F14;
}
.BgClassName
{
background-color: #998F14;
}
</style>
border-color css
<style>
span { border-color: #998F14; }
span { border-color: rgb(153,143,20); }
td.TdClassName
{
border-color: #998F14;
}
.TagClassName
{
border-color: #998F14;
}
</style>