Shades of Lucky #988C0B
Tints of Lucky #988C0B
RGB
CMYK
RGB Variations
Color information
#988C0B (or 0x988C0B) is known color: Lucky. HEX triplet: 98, 8C and 0B. RGB value is (152,140,11). Sum of RGB (Red+Green+Blue) = 152+140+11=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #988C0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988C0B is #6773F4. Grayscale: #818181. Windows color (decimal): -6779893 or 756888. OLE color: 756888.
HSL color Cylindrical-coordinate representation of color #988C0B: hue angle of 54.89º 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 #988C0B is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 11 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.40 |
| HSL | 54.89º | 0.87% | 0.32% | - |
| HSV(B) | 54.89º | 0.93% | 0.6% | - |
| XYZ | 22.39 | 25.46 | 4.05 | - |
| YUV | 128.88 | 61.48 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 11 | 0 | 0.08 | 0.93 | 0.40 | 54.89 | 0.87 | 0.32 |
| Hex | 98 | 8C | B | 0 | 8 | 5D | 28 | 37 | 57 | 20 |
| Octal | 230 | 214 | 13 | 0 | 10 | 135 | 50 | 67 | 127 | 40 |
| Binary | 10011000 | 10001100 | 1011 | 0 | 1000 | 1011101 | 101000 | 110111 | 1010111 | 100000 |
Color Harmonies of #988C0B
Complementary color
Monochromatic Colors of #988C0B
Black with #988C0B
Text Example
Text Example
White with #988C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C0B; }
p { color: rgb(152,140,11); }
H1.HeaderClassName
{
color: #988C0B;
}
.AnyTagClassName
{
color: #988C0B;
}
</style>
background-color css
<style>
a { background-color: #988C0B; }
a { background-color: rgb(152,140,11); }
div.DivClassName
{
background-color: #988C0B;
}
.BgClassName
{
background-color: #988C0B;
}
</style>
border-color css
<style>
span { border-color: #988C0B; }
span { border-color: rgb(152,140,11); }
td.TdClassName
{
border-color: #988C0B;
}
.TagClassName
{
border-color: #988C0B;
}
</style>