Shades of Lucky #98940A
Tints of Lucky #98940A
RGB
CMYK
RGB Variations
Color information
#98940A (or 0x98940A) is known color: Lucky. HEX triplet: 98, 94 and 0A. RGB value is (152,148,10). Sum of RGB (Red+Green+Blue) = 152+148+10=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98940A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98940A is #676BF5. Grayscale: #868686. Windows color (decimal): -6777846 or 693400. OLE color: 693400.
HSL color Cylindrical-coordinate representation of color #98940A: hue angle of 58.31º 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 #98940A is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 148 | 10 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.40 |
| HSL | 58.31º | 0.88% | 0.32% | - |
| HSV(B) | 58.31º | 0.93% | 0.6% | - |
| XYZ | 23.59 | 27.88 | 4.42 | - |
| YUV | 133.46 | 58.33 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 148 | 10 | 0 | 0.03 | 0.93 | 0.40 | 58.31 | 0.88 | 0.32 |
| Hex | 98 | 94 | A | 0 | 3 | 5D | 28 | 3A | 58 | 20 |
| Octal | 230 | 224 | 12 | 0 | 3 | 135 | 50 | 72 | 130 | 40 |
| Binary | 10011000 | 10010100 | 1010 | 0 | 11 | 1011101 | 101000 | 111010 | 1011000 | 100000 |
Color Harmonies of #98940A
Complementary color
Monochromatic Colors of #98940A
Black with #98940A
Text Example
Text Example
White with #98940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98940A; }
p { color: rgb(152,148,10); }
H1.HeaderClassName
{
color: #98940A;
}
.AnyTagClassName
{
color: #98940A;
}
</style>
background-color css
<style>
a { background-color: #98940A; }
a { background-color: rgb(152,148,10); }
div.DivClassName
{
background-color: #98940A;
}
.BgClassName
{
background-color: #98940A;
}
</style>
border-color css
<style>
span { border-color: #98940A; }
span { border-color: rgb(152,148,10); }
td.TdClassName
{
border-color: #98940A;
}
.TagClassName
{
border-color: #98940A;
}
</style>