Shades of Lucky #9A9506
Tints of Lucky #9A9506
RGB
CMYK
RGB Variations
Color information
#9A9506 (or 0x9A9506) is known color: Lucky. HEX triplet: 9A, 95 and 06. RGB value is (154,149,6). Sum of RGB (Red+Green+Blue) = 154+149+6=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9506 is #656AF9. Grayscale: #868686. Windows color (decimal): -6646522 or 431514. OLE color: 431514.
HSL color Cylindrical-coordinate representation of color #9A9506: hue angle of 57.97º 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 #9A9506 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 149 | 6 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.40 |
| HSL | 57.97º | 0.93% | 0.31% | - |
| HSV(B) | 57.97º | 0.96% | 0.6% | - |
| XYZ | 24.11 | 28.38 | 4.38 | - |
| YUV | 134.19 | 55.66 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 149 | 6 | 0 | 0.03 | 0.96 | 0.40 | 57.97 | 0.93 | 0.31 |
| Hex | 9A | 95 | 6 | 0 | 3 | 60 | 28 | 3A | 5C | 1F |
| Octal | 232 | 225 | 6 | 0 | 3 | 140 | 50 | 72 | 134 | 37 |
| Binary | 10011010 | 10010101 | 110 | 0 | 11 | 1100000 | 101000 | 111010 | 1011100 | 11111 |
Color Harmonies of #9A9506
Complementary color
Monochromatic Colors of #9A9506
Black with #9A9506
Text Example
Text Example
White with #9A9506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9506; }
p { color: rgb(154,149,6); }
H1.HeaderClassName
{
color: #9A9506;
}
.AnyTagClassName
{
color: #9A9506;
}
</style>
background-color css
<style>
a { background-color: #9A9506; }
a { background-color: rgb(154,149,6); }
div.DivClassName
{
background-color: #9A9506;
}
.BgClassName
{
background-color: #9A9506;
}
</style>
border-color css
<style>
span { border-color: #9A9506; }
span { border-color: rgb(154,149,6); }
td.TdClassName
{
border-color: #9A9506;
}
.TagClassName
{
border-color: #9A9506;
}
</style>