Shades of Lucky #9F9517
Tints of Lucky #9F9517
RGB
CMYK
RGB Variations
Color information
#9F9517 (or 0x9F9517) is known color: Lucky. HEX triplet: 9F, 95 and 17. RGB value is (159,149,23). Sum of RGB (Red+Green+Blue) = 159+149+23=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9517 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9517 is #606AE8. Grayscale: #8A8A8A. Windows color (decimal): -6318825 or 1545631. OLE color: 1545631.
HSL color Cylindrical-coordinate representation of color #9F9517: hue angle of 55.59º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F9517 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 23 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.38 |
| HSL | 55.59º | 0.75% | 0.36% | - |
| HSV(B) | 55.59º | 0.86% | 0.62% | - |
| XYZ | 25.2 | 28.93 | 5.07 | - |
| YUV | 137.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 23 | 0 | 0.06 | 0.86 | 0.38 | 55.59 | 0.75 | 0.36 |
| Hex | 9F | 95 | 17 | 0 | 6 | 56 | 26 | 38 | 4B | 24 |
| Octal | 237 | 225 | 27 | 0 | 6 | 126 | 46 | 70 | 113 | 44 |
| Binary | 10011111 | 10010101 | 10111 | 0 | 110 | 1010110 | 100110 | 111000 | 1001011 | 100100 |
Color Harmonies of #9F9517
Complementary color
Monochromatic Colors of #9F9517
Black with #9F9517
Text Example
Text Example
White with #9F9517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9517; }
p { color: rgb(159,149,23); }
H1.HeaderClassName
{
color: #9F9517;
}
.AnyTagClassName
{
color: #9F9517;
}
</style>
background-color css
<style>
a { background-color: #9F9517; }
a { background-color: rgb(159,149,23); }
div.DivClassName
{
background-color: #9F9517;
}
.BgClassName
{
background-color: #9F9517;
}
</style>
border-color css
<style>
span { border-color: #9F9517; }
span { border-color: rgb(159,149,23); }
td.TdClassName
{
border-color: #9F9517;
}
.TagClassName
{
border-color: #9F9517;
}
</style>