Shades of Lucky #988D11
Tints of Lucky #988D11
RGB
CMYK
RGB Variations
Color information
#988D11 (or 0x988D11) is known color: Lucky. HEX triplet: 98, 8D and 11. RGB value is (152,141,17). Sum of RGB (Red+Green+Blue) = 152+141+17=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #988D11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988D11 is #6772EE. Grayscale: #828282. Windows color (decimal): -6779631 or 1150360. OLE color: 1150360.
HSL color Cylindrical-coordinate representation of color #988D11: hue angle of 55.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #988D11 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 141 | 17 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.40 |
| HSL | 55.11º | 0.8% | 0.33% | - |
| HSV(B) | 55.11º | 0.89% | 0.6% | - |
| XYZ | 22.57 | 25.77 | 4.31 | - |
| YUV | 130.15 | 64.14 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 17 | 0 | 0.07 | 0.89 | 0.40 | 55.11 | 0.8 | 0.33 |
| Hex | 98 | 8D | 11 | 0 | 7 | 59 | 28 | 37 | 50 | 21 |
| Octal | 230 | 215 | 21 | 0 | 7 | 131 | 50 | 67 | 120 | 41 |
| Binary | 10011000 | 10001101 | 10001 | 0 | 111 | 1011001 | 101000 | 110111 | 1010000 | 100001 |
Color Harmonies of #988D11
Complementary color
Monochromatic Colors of #988D11
Black with #988D11
Text Example
Text Example
White with #988D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988D11; }
p { color: rgb(152,141,17); }
H1.HeaderClassName
{
color: #988D11;
}
.AnyTagClassName
{
color: #988D11;
}
</style>
background-color css
<style>
a { background-color: #988D11; }
a { background-color: rgb(152,141,17); }
div.DivClassName
{
background-color: #988D11;
}
.BgClassName
{
background-color: #988D11;
}
</style>
border-color css
<style>
span { border-color: #988D11; }
span { border-color: rgb(152,141,17); }
td.TdClassName
{
border-color: #988D11;
}
.TagClassName
{
border-color: #988D11;
}
</style>