Shades of Lucky #9F910C
Tints of Lucky #9F910C
RGB
CMYK
RGB Variations
Color information
#9F910C (or 0x9F910C) is known color: Lucky. HEX triplet: 9F, 91 and 0C. RGB value is (159,145,12). Sum of RGB (Red+Green+Blue) = 159+145+12=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F910C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F910C is #606EF3. Grayscale: #868686. Windows color (decimal): -6319860 or 823711. OLE color: 823711.
HSL color Cylindrical-coordinate representation of color #9F910C: hue angle of 54.29º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F910C is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 12 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.38 |
| HSL | 54.29º | 0.86% | 0.34% | - |
| HSV(B) | 54.29º | 0.92% | 0.62% | - |
| XYZ | 24.49 | 27.65 | 4.39 | - |
| YUV | 134.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 12 | 0 | 0.09 | 0.92 | 0.38 | 54.29 | 0.86 | 0.34 |
| Hex | 9F | 91 | C | 0 | 9 | 5C | 26 | 36 | 56 | 22 |
| Octal | 237 | 221 | 14 | 0 | 11 | 134 | 46 | 66 | 126 | 42 |
| Binary | 10011111 | 10010001 | 1100 | 0 | 1001 | 1011100 | 100110 | 110110 | 1010110 | 100010 |
Color Harmonies of #9F910C
Complementary color
Monochromatic Colors of #9F910C
Black with #9F910C
Text Example
Text Example
White with #9F910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F910C; }
p { color: rgb(159,145,12); }
H1.HeaderClassName
{
color: #9F910C;
}
.AnyTagClassName
{
color: #9F910C;
}
</style>
background-color css
<style>
a { background-color: #9F910C; }
a { background-color: rgb(159,145,12); }
div.DivClassName
{
background-color: #9F910C;
}
.BgClassName
{
background-color: #9F910C;
}
</style>
border-color css
<style>
span { border-color: #9F910C; }
span { border-color: rgb(159,145,12); }
td.TdClassName
{
border-color: #9F910C;
}
.TagClassName
{
border-color: #9F910C;
}
</style>