Shades of Lucky #9F9206
Tints of Lucky #9F9206
RGB
CMYK
RGB Variations
Color information
#9F9206 (or 0x9F9206) is known color: Lucky. HEX triplet: 9F, 92 and 06. RGB value is (159,146,6). Sum of RGB (Red+Green+Blue) = 159+146+6=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9206 is #606DF9. Grayscale: #868686. Windows color (decimal): -6319610 or 430751. OLE color: 430751.
HSL color Cylindrical-coordinate representation of color #9F9206: hue angle of 54.9º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F9206 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 6 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.38 |
| HSL | 54.9º | 0.93% | 0.32% | - |
| HSV(B) | 54.9º | 0.96% | 0.62% | - |
| XYZ | 24.61 | 27.94 | 4.27 | - |
| YUV | 133.93 | 55.81 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 6 | 0 | 0.08 | 0.96 | 0.38 | 54.9 | 0.93 | 0.32 |
| Hex | 9F | 92 | 6 | 0 | 8 | 60 | 26 | 37 | 5D | 20 |
| Octal | 237 | 222 | 6 | 0 | 10 | 140 | 46 | 67 | 135 | 40 |
| Binary | 10011111 | 10010010 | 110 | 0 | 1000 | 1100000 | 100110 | 110111 | 1011101 | 100000 |
Color Harmonies of #9F9206
Complementary color
Monochromatic Colors of #9F9206
Black with #9F9206
Text Example
Text Example
White with #9F9206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9206; }
p { color: rgb(159,146,6); }
H1.HeaderClassName
{
color: #9F9206;
}
.AnyTagClassName
{
color: #9F9206;
}
</style>
background-color css
<style>
a { background-color: #9F9206; }
a { background-color: rgb(159,146,6); }
div.DivClassName
{
background-color: #9F9206;
}
.BgClassName
{
background-color: #9F9206;
}
</style>
border-color css
<style>
span { border-color: #9F9206; }
span { border-color: rgb(159,146,6); }
td.TdClassName
{
border-color: #9F9206;
}
.TagClassName
{
border-color: #9F9206;
}
</style>