Shades of Lucky #9F9219
Tints of Lucky #9F9219
RGB
CMYK
RGB Variations
Color information
#9F9219 (or 0x9F9219) is known color: Lucky. HEX triplet: 9F, 92 and 19. RGB value is (159,146,25). Sum of RGB (Red+Green+Blue) = 159+146+25=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9219 is #606DE6. Grayscale: #888888. Windows color (decimal): -6319591 or 1675935. OLE color: 1675935.
HSL color Cylindrical-coordinate representation of color #9F9219: hue angle of 54.18º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F9219 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 25 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.38 |
| HSL | 54.18º | 0.73% | 0.36% | - |
| HSV(B) | 54.18º | 0.84% | 0.62% | - |
| XYZ | 24.75 | 28 | 5.02 | - |
| YUV | 136.09 | 65.31 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 25 | 0 | 0.08 | 0.84 | 0.38 | 54.18 | 0.73 | 0.36 |
| Hex | 9F | 92 | 19 | 0 | 8 | 54 | 26 | 36 | 49 | 24 |
| Octal | 237 | 222 | 31 | 0 | 10 | 124 | 46 | 66 | 111 | 44 |
| Binary | 10011111 | 10010010 | 11001 | 0 | 1000 | 1010100 | 100110 | 110110 | 1001001 | 100100 |
Color Harmonies of #9F9219
Complementary color
Monochromatic Colors of #9F9219
Black with #9F9219
Text Example
Text Example
White with #9F9219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9219; }
p { color: rgb(159,146,25); }
H1.HeaderClassName
{
color: #9F9219;
}
.AnyTagClassName
{
color: #9F9219;
}
</style>
background-color css
<style>
a { background-color: #9F9219; }
a { background-color: rgb(159,146,25); }
div.DivClassName
{
background-color: #9F9219;
}
.BgClassName
{
background-color: #9F9219;
}
</style>
border-color css
<style>
span { border-color: #9F9219; }
span { border-color: rgb(159,146,25); }
td.TdClassName
{
border-color: #9F9219;
}
.TagClassName
{
border-color: #9F9219;
}
</style>