Shades of Lucky #998F08
Tints of Lucky #998F08
RGB
CMYK
RGB Variations
Color information
#998F08 (or 0x998F08) is known color: Lucky. HEX triplet: 99, 8F and 08. RGB value is (153,143,8). Sum of RGB (Red+Green+Blue) = 153+143+8=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #998F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998F08 is #6670F7. Grayscale: #838383. Windows color (decimal): -6713592 or 561049. OLE color: 561049.
HSL color Cylindrical-coordinate representation of color #998F08: hue angle of 55.86º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #998F08 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 8 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.4 |
| HSL | 55.86º | 0.9% | 0.32% | - |
| HSV(B) | 55.86º | 0.95% | 0.6% | - |
| XYZ | 23 | 26.43 | 4.12 | - |
| YUV | 130.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 8 | 0 | 0.07 | 0.95 | 0.4 | 55.86 | 0.9 | 0.32 |
| Hex | 99 | 8F | 8 | 0 | 7 | 5F | 28 | 38 | 5A | 20 |
| Octal | 231 | 217 | 10 | 0 | 7 | 137 | 50 | 70 | 132 | 40 |
| Binary | 10011001 | 10001111 | 1000 | 0 | 111 | 1011111 | 101000 | 111000 | 1011010 | 100000 |
Color Harmonies of #998F08
Complementary color
Monochromatic Colors of #998F08
Black with #998F08
Text Example
Text Example
White with #998F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F08; }
p { color: rgb(153,143,8); }
H1.HeaderClassName
{
color: #998F08;
}
.AnyTagClassName
{
color: #998F08;
}
</style>
background-color css
<style>
a { background-color: #998F08; }
a { background-color: rgb(153,143,8); }
div.DivClassName
{
background-color: #998F08;
}
.BgClassName
{
background-color: #998F08;
}
</style>
border-color css
<style>
span { border-color: #998F08; }
span { border-color: rgb(153,143,8); }
td.TdClassName
{
border-color: #998F08;
}
.TagClassName
{
border-color: #998F08;
}
</style>