Shades of Lucky #9F931E
Tints of Lucky #9F931E
RGB
CMYK
RGB Variations
Color information
#9F931E (or 0x9F931E) is known color: Lucky. HEX triplet: 9F, 93 and 1E. RGB value is (159,147,30). Sum of RGB (Red+Green+Blue) = 159+147+30=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F931E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F931E is #606CE1. Grayscale: #898989. Windows color (decimal): -6319330 or 2003871. OLE color: 2003871.
HSL color Cylindrical-coordinate representation of color #9F931E: hue angle of 54.42º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F931E is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 30 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.38 |
| HSL | 54.42º | 0.68% | 0.37% | - |
| HSV(B) | 54.42º | 0.81% | 0.62% | - |
| XYZ | 24.97 | 28.33 | 5.38 | - |
| YUV | 137.25 | 67.48 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 30 | 0 | 0.08 | 0.81 | 0.38 | 54.42 | 0.68 | 0.37 |
| Hex | 9F | 93 | 1E | 0 | 8 | 51 | 26 | 36 | 44 | 25 |
| Octal | 237 | 223 | 36 | 0 | 10 | 121 | 46 | 66 | 104 | 45 |
| Binary | 10011111 | 10010011 | 11110 | 0 | 1000 | 1010001 | 100110 | 110110 | 1000100 | 100101 |
Color Harmonies of #9F931E
Complementary color
Monochromatic Colors of #9F931E
Black with #9F931E
Text Example
Text Example
White with #9F931E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F931E; }
p { color: rgb(159,147,30); }
H1.HeaderClassName
{
color: #9F931E;
}
.AnyTagClassName
{
color: #9F931E;
}
</style>
background-color css
<style>
a { background-color: #9F931E; }
a { background-color: rgb(159,147,30); }
div.DivClassName
{
background-color: #9F931E;
}
.BgClassName
{
background-color: #9F931E;
}
</style>
border-color css
<style>
span { border-color: #9F931E; }
span { border-color: rgb(159,147,30); }
td.TdClassName
{
border-color: #9F931E;
}
.TagClassName
{
border-color: #9F931E;
}
</style>