Shades of Lucky #988F0F
Tints of Lucky #988F0F
RGB
CMYK
RGB Variations
Color information
#988F0F (or 0x988F0F) is known color: Lucky. HEX triplet: 98, 8F and 0F. RGB value is (152,143,15). Sum of RGB (Red+Green+Blue) = 152+143+15=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #988F0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988F0F is #6770F0. Grayscale: #838383. Windows color (decimal): -6779121 or 1019800. OLE color: 1019800.
HSL color Cylindrical-coordinate representation of color #988F0F: hue angle of 56.06º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #988F0F is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 143 | 15 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.40 |
| HSL | 56.06º | 0.82% | 0.33% | - |
| HSV(B) | 56.06º | 0.9% | 0.6% | - |
| XYZ | 22.86 | 26.35 | 4.33 | - |
| YUV | 131.1 | 62.48 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 15 | 0 | 0.06 | 0.90 | 0.40 | 56.06 | 0.82 | 0.33 |
| Hex | 98 | 8F | F | 0 | 6 | 5A | 28 | 38 | 52 | 21 |
| Octal | 230 | 217 | 17 | 0 | 6 | 132 | 50 | 70 | 122 | 41 |
| Binary | 10011000 | 10001111 | 1111 | 0 | 110 | 1011010 | 101000 | 111000 | 1010010 | 100001 |
Color Harmonies of #988F0F
Complementary color
Monochromatic Colors of #988F0F
Black with #988F0F
Text Example
Text Example
White with #988F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988F0F; }
p { color: rgb(152,143,15); }
H1.HeaderClassName
{
color: #988F0F;
}
.AnyTagClassName
{
color: #988F0F;
}
</style>
background-color css
<style>
a { background-color: #988F0F; }
a { background-color: rgb(152,143,15); }
div.DivClassName
{
background-color: #988F0F;
}
.BgClassName
{
background-color: #988F0F;
}
</style>
border-color css
<style>
span { border-color: #988F0F; }
span { border-color: rgb(152,143,15); }
td.TdClassName
{
border-color: #988F0F;
}
.TagClassName
{
border-color: #988F0F;
}
</style>