Shades of Lucky #9A9416
Tints of Lucky #9A9416
RGB
CMYK
RGB Variations
Color information
#9A9416 (or 0x9A9416) is known color: Lucky. HEX triplet: 9A, 94 and 16. RGB value is (154,148,22). Sum of RGB (Red+Green+Blue) = 154+148+22=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9416 is #656BE9. Grayscale: #878787. Windows color (decimal): -6646762 or 1479834. OLE color: 1479834.
HSL color Cylindrical-coordinate representation of color #9A9416: hue angle of 57.27º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A9416 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 148 | 22 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.40 |
| HSL | 57.27º | 0.75% | 0.35% | - |
| HSV(B) | 57.27º | 0.86% | 0.6% | - |
| XYZ | 24.06 | 28.11 | 4.92 | - |
| YUV | 135.43 | 63.99 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 148 | 22 | 0 | 0.04 | 0.86 | 0.40 | 57.27 | 0.75 | 0.35 |
| Hex | 9A | 94 | 16 | 0 | 4 | 56 | 28 | 39 | 4B | 23 |
| Octal | 232 | 224 | 26 | 0 | 4 | 126 | 50 | 71 | 113 | 43 |
| Binary | 10011010 | 10010100 | 10110 | 0 | 100 | 1010110 | 101000 | 111001 | 1001011 | 100011 |
Color Harmonies of #9A9416
Complementary color
Monochromatic Colors of #9A9416
Black with #9A9416
Text Example
Text Example
White with #9A9416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9416; }
p { color: rgb(154,148,22); }
H1.HeaderClassName
{
color: #9A9416;
}
.AnyTagClassName
{
color: #9A9416;
}
</style>
background-color css
<style>
a { background-color: #9A9416; }
a { background-color: rgb(154,148,22); }
div.DivClassName
{
background-color: #9A9416;
}
.BgClassName
{
background-color: #9A9416;
}
</style>
border-color css
<style>
span { border-color: #9A9416; }
span { border-color: rgb(154,148,22); }
td.TdClassName
{
border-color: #9A9416;
}
.TagClassName
{
border-color: #9A9416;
}
</style>