Shades of Lucky #9F9516
Tints of Lucky #9F9516
RGB
CMYK
RGB Variations
Color information
#9F9516 (or 0x9F9516) is known color: Lucky. HEX triplet: 9F, 95 and 16. RGB value is (159,149,22). Sum of RGB (Red+Green+Blue) = 159+149+22=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9516 is #606AE9. Grayscale: #8A8A8A. Windows color (decimal): -6318826 or 1480095. OLE color: 1480095.
HSL color Cylindrical-coordinate representation of color #9F9516: hue angle of 55.62º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F9516 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 22 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.38 |
| HSL | 55.62º | 0.76% | 0.35% | - |
| HSV(B) | 55.62º | 0.86% | 0.62% | - |
| XYZ | 25.19 | 28.92 | 5.01 | - |
| YUV | 137.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 22 | 0 | 0.06 | 0.86 | 0.38 | 55.62 | 0.76 | 0.35 |
| Hex | 9F | 95 | 16 | 0 | 6 | 56 | 26 | 38 | 4C | 23 |
| Octal | 237 | 225 | 26 | 0 | 6 | 126 | 46 | 70 | 114 | 43 |
| Binary | 10011111 | 10010101 | 10110 | 0 | 110 | 1010110 | 100110 | 111000 | 1001100 | 100011 |
Color Harmonies of #9F9516
Complementary color
Monochromatic Colors of #9F9516
Black with #9F9516
Text Example
Text Example
White with #9F9516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9516; }
p { color: rgb(159,149,22); }
H1.HeaderClassName
{
color: #9F9516;
}
.AnyTagClassName
{
color: #9F9516;
}
</style>
background-color css
<style>
a { background-color: #9F9516; }
a { background-color: rgb(159,149,22); }
div.DivClassName
{
background-color: #9F9516;
}
.BgClassName
{
background-color: #9F9516;
}
</style>
border-color css
<style>
span { border-color: #9F9516; }
span { border-color: rgb(159,149,22); }
td.TdClassName
{
border-color: #9F9516;
}
.TagClassName
{
border-color: #9F9516;
}
</style>