Shades of Lucky #9F9215
Tints of Lucky #9F9215
RGB
CMYK
RGB Variations
Color information
#9F9215 (or 0x9F9215) is known color: Lucky. HEX triplet: 9F, 92 and 15. RGB value is (159,146,21). Sum of RGB (Red+Green+Blue) = 159+146+21=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9215 is #606DEA. Grayscale: #888888. Windows color (decimal): -6319595 or 1413791. OLE color: 1413791.
HSL color Cylindrical-coordinate representation of color #9F9215: hue angle of 54.35º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F9215 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 21 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.38 |
| HSL | 54.35º | 0.77% | 0.35% | - |
| HSV(B) | 54.35º | 0.87% | 0.62% | - |
| XYZ | 24.71 | 27.98 | 4.81 | - |
| YUV | 135.64 | 63.31 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 21 | 0 | 0.08 | 0.87 | 0.38 | 54.35 | 0.77 | 0.35 |
| Hex | 9F | 92 | 15 | 0 | 8 | 57 | 26 | 36 | 4D | 23 |
| Octal | 237 | 222 | 25 | 0 | 10 | 127 | 46 | 66 | 115 | 43 |
| Binary | 10011111 | 10010010 | 10101 | 0 | 1000 | 1010111 | 100110 | 110110 | 1001101 | 100011 |
Color Harmonies of #9F9215
Complementary color
Monochromatic Colors of #9F9215
Black with #9F9215
Text Example
Text Example
White with #9F9215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9215; }
p { color: rgb(159,146,21); }
H1.HeaderClassName
{
color: #9F9215;
}
.AnyTagClassName
{
color: #9F9215;
}
</style>
background-color css
<style>
a { background-color: #9F9215; }
a { background-color: rgb(159,146,21); }
div.DivClassName
{
background-color: #9F9215;
}
.BgClassName
{
background-color: #9F9215;
}
</style>
border-color css
<style>
span { border-color: #9F9215; }
span { border-color: rgb(159,146,21); }
td.TdClassName
{
border-color: #9F9215;
}
.TagClassName
{
border-color: #9F9215;
}
</style>