Shades of Lucky #9F9610
Tints of Lucky #9F9610
RGB
CMYK
RGB Variations
Color information
#9F9610 (or 0x9F9610) is known color: Lucky. HEX triplet: 9F, 96 and 10. RGB value is (159,150,16). Sum of RGB (Red+Green+Blue) = 159+150+16=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9610 is #6069EF. Grayscale: #898989. Windows color (decimal): -6318576 or 1087135. OLE color: 1087135.
HSL color Cylindrical-coordinate representation of color #9F9610: hue angle of 56.22º 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 #9F9610 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 16 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.38 |
| HSL | 56.22º | 0.82% | 0.34% | - |
| HSV(B) | 56.22º | 0.9% | 0.62% | - |
| XYZ | 25.3 | 29.22 | 4.8 | - |
| YUV | 137.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 16 | 0 | 0.06 | 0.90 | 0.38 | 56.22 | 0.82 | 0.34 |
| Hex | 9F | 96 | 10 | 0 | 6 | 5A | 26 | 38 | 52 | 22 |
| Octal | 237 | 226 | 20 | 0 | 6 | 132 | 46 | 70 | 122 | 42 |
| Binary | 10011111 | 10010110 | 10000 | 0 | 110 | 1011010 | 100110 | 111000 | 1010010 | 100010 |
Color Harmonies of #9F9610
Complementary color
Monochromatic Colors of #9F9610
Black with #9F9610
Text Example
Text Example
White with #9F9610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9610; }
p { color: rgb(159,150,16); }
H1.HeaderClassName
{
color: #9F9610;
}
.AnyTagClassName
{
color: #9F9610;
}
</style>
background-color css
<style>
a { background-color: #9F9610; }
a { background-color: rgb(159,150,16); }
div.DivClassName
{
background-color: #9F9610;
}
.BgClassName
{
background-color: #9F9610;
}
</style>
border-color css
<style>
span { border-color: #9F9610; }
span { border-color: rgb(159,150,16); }
td.TdClassName
{
border-color: #9F9610;
}
.TagClassName
{
border-color: #9F9610;
}
</style>