Shades of Lucky #9F9510
Tints of Lucky #9F9510
RGB
CMYK
RGB Variations
Color information
#9F9510 (or 0x9F9510) is known color: Lucky. HEX triplet: 9F, 95 and 10. RGB value is (159,149,16). Sum of RGB (Red+Green+Blue) = 159+149+16=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9510 is #606AEF. Grayscale: #898989. Windows color (decimal): -6318832 or 1086879. OLE color: 1086879.
HSL color Cylindrical-coordinate representation of color #9F9510: hue angle of 55.8º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F9510 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 16 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.38 |
| HSL | 55.8º | 0.82% | 0.34% | - |
| HSV(B) | 55.8º | 0.9% | 0.62% | - |
| XYZ | 25.14 | 28.9 | 4.74 | - |
| YUV | 136.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 16 | 0 | 0.06 | 0.90 | 0.38 | 55.8 | 0.82 | 0.34 |
| Hex | 9F | 95 | 10 | 0 | 6 | 5A | 26 | 38 | 52 | 22 |
| Octal | 237 | 225 | 20 | 0 | 6 | 132 | 46 | 70 | 122 | 42 |
| Binary | 10011111 | 10010101 | 10000 | 0 | 110 | 1011010 | 100110 | 111000 | 1010010 | 100010 |
Color Harmonies of #9F9510
Complementary color
Monochromatic Colors of #9F9510
Black with #9F9510
Text Example
Text Example
White with #9F9510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9510; }
p { color: rgb(159,149,16); }
H1.HeaderClassName
{
color: #9F9510;
}
.AnyTagClassName
{
color: #9F9510;
}
</style>
background-color css
<style>
a { background-color: #9F9510; }
a { background-color: rgb(159,149,16); }
div.DivClassName
{
background-color: #9F9510;
}
.BgClassName
{
background-color: #9F9510;
}
</style>
border-color css
<style>
span { border-color: #9F9510; }
span { border-color: rgb(159,149,16); }
td.TdClassName
{
border-color: #9F9510;
}
.TagClassName
{
border-color: #9F9510;
}
</style>