Shades of Lucky #9A9606
Tints of Lucky #9A9606
RGB
CMYK
RGB Variations
Color information
#9A9606 (or 0x9A9606) is known color: Lucky. HEX triplet: 9A, 96 and 06. RGB value is (154,150,6). Sum of RGB (Red+Green+Blue) = 154+150+6=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9606 is #6569F9. Grayscale: #878787. Windows color (decimal): -6646266 or 431770. OLE color: 431770.
HSL color Cylindrical-coordinate representation of color #9A9606: hue angle of 58.38º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A9606 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 150 | 6 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.40 |
| HSL | 58.38º | 0.93% | 0.31% | - |
| HSV(B) | 58.38º | 0.96% | 0.6% | - |
| XYZ | 24.27 | 28.7 | 4.43 | - |
| YUV | 134.78 | 55.33 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 150 | 6 | 0 | 0.03 | 0.96 | 0.40 | 58.38 | 0.93 | 0.31 |
| Hex | 9A | 96 | 6 | 0 | 3 | 60 | 28 | 3A | 5C | 1F |
| Octal | 232 | 226 | 6 | 0 | 3 | 140 | 50 | 72 | 134 | 37 |
| Binary | 10011010 | 10010110 | 110 | 0 | 11 | 1100000 | 101000 | 111010 | 1011100 | 11111 |
Color Harmonies of #9A9606
Complementary color
Monochromatic Colors of #9A9606
Black with #9A9606
Text Example
Text Example
White with #9A9606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9606; }
p { color: rgb(154,150,6); }
H1.HeaderClassName
{
color: #9A9606;
}
.AnyTagClassName
{
color: #9A9606;
}
</style>
background-color css
<style>
a { background-color: #9A9606; }
a { background-color: rgb(154,150,6); }
div.DivClassName
{
background-color: #9A9606;
}
.BgClassName
{
background-color: #9A9606;
}
</style>
border-color css
<style>
span { border-color: #9A9606; }
span { border-color: rgb(154,150,6); }
td.TdClassName
{
border-color: #9A9606;
}
.TagClassName
{
border-color: #9A9606;
}
</style>