Shades of Lucky #998E0B
Tints of Lucky #998E0B
RGB
CMYK
RGB Variations
Color information
#998E0B (or 0x998E0B) is known color: Lucky. HEX triplet: 99, 8E and 0B. RGB value is (153,142,11). Sum of RGB (Red+Green+Blue) = 153+142+11=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #998E0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998E0B is #6671F4. Grayscale: #828282. Windows color (decimal): -6713845 or 757401. OLE color: 757401.
HSL color Cylindrical-coordinate representation of color #998E0B: hue angle of 55.35º degrees, saturation: 0.87, 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 #998E0B is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 11 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.4 |
| HSL | 55.35º | 0.87% | 0.32% | - |
| HSV(B) | 55.35º | 0.93% | 0.6% | - |
| XYZ | 22.87 | 26.14 | 4.16 | - |
| YUV | 130.36 | 60.64 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 11 | 0 | 0.07 | 0.93 | 0.4 | 55.35 | 0.87 | 0.32 |
| Hex | 99 | 8E | B | 0 | 7 | 5D | 28 | 37 | 57 | 20 |
| Octal | 231 | 216 | 13 | 0 | 7 | 135 | 50 | 67 | 127 | 40 |
| Binary | 10011001 | 10001110 | 1011 | 0 | 111 | 1011101 | 101000 | 110111 | 1010111 | 100000 |
Color Harmonies of #998E0B
Complementary color
Monochromatic Colors of #998E0B
Black with #998E0B
Text Example
Text Example
White with #998E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E0B; }
p { color: rgb(153,142,11); }
H1.HeaderClassName
{
color: #998E0B;
}
.AnyTagClassName
{
color: #998E0B;
}
</style>
background-color css
<style>
a { background-color: #998E0B; }
a { background-color: rgb(153,142,11); }
div.DivClassName
{
background-color: #998E0B;
}
.BgClassName
{
background-color: #998E0B;
}
</style>
border-color css
<style>
span { border-color: #998E0B; }
span { border-color: rgb(153,142,11); }
td.TdClassName
{
border-color: #998E0B;
}
.TagClassName
{
border-color: #998E0B;
}
</style>