Shades of Lucky #998E0A
Tints of Lucky #998E0A
RGB
CMYK
RGB Variations
Color information
#998E0A (or 0x998E0A) is known color: Lucky. HEX triplet: 99, 8E and 0A. RGB value is (153,142,10). Sum of RGB (Red+Green+Blue) = 153+142+10=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #998E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998E0A is #6671F5. Grayscale: #828282. Windows color (decimal): -6713846 or 691865. OLE color: 691865.
HSL color Cylindrical-coordinate representation of color #998E0A: hue angle of 55.38º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #998E0A is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 10 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.4 |
| HSL | 55.38º | 0.88% | 0.32% | - |
| HSV(B) | 55.38º | 0.93% | 0.6% | - |
| XYZ | 22.86 | 26.14 | 4.13 | - |
| YUV | 130.24 | 60.14 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 10 | 0 | 0.07 | 0.93 | 0.4 | 55.38 | 0.88 | 0.32 |
| Hex | 99 | 8E | A | 0 | 7 | 5D | 28 | 37 | 58 | 20 |
| Octal | 231 | 216 | 12 | 0 | 7 | 135 | 50 | 67 | 130 | 40 |
| Binary | 10011001 | 10001110 | 1010 | 0 | 111 | 1011101 | 101000 | 110111 | 1011000 | 100000 |
Color Harmonies of #998E0A
Complementary color
Monochromatic Colors of #998E0A
Black with #998E0A
Text Example
Text Example
White with #998E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E0A; }
p { color: rgb(153,142,10); }
H1.HeaderClassName
{
color: #998E0A;
}
.AnyTagClassName
{
color: #998E0A;
}
</style>
background-color css
<style>
a { background-color: #998E0A; }
a { background-color: rgb(153,142,10); }
div.DivClassName
{
background-color: #998E0A;
}
.BgClassName
{
background-color: #998E0A;
}
</style>
border-color css
<style>
span { border-color: #998E0A; }
span { border-color: rgb(153,142,10); }
td.TdClassName
{
border-color: #998E0A;
}
.TagClassName
{
border-color: #998E0A;
}
</style>