Shades of Lucky #9A9706
Tints of Lucky #9A9706
RGB
CMYK
RGB Variations
Color information
#9A9706 (or 0x9A9706) is known color: Lucky. HEX triplet: 9A, 97 and 06. RGB value is (154,151,6). Sum of RGB (Red+Green+Blue) = 154+151+6=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9706 is #6568F9. Grayscale: #878787. Windows color (decimal): -6646010 or 432026. OLE color: 432026.
HSL color Cylindrical-coordinate representation of color #9A9706: hue angle of 58.78º 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 #9A9706 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 151 | 6 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.40 |
| HSL | 58.78º | 0.93% | 0.31% | - |
| HSV(B) | 58.78º | 0.96% | 0.6% | - |
| XYZ | 24.43 | 29.02 | 4.49 | - |
| YUV | 135.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 151 | 6 | 0 | 0.02 | 0.96 | 0.40 | 58.78 | 0.93 | 0.31 |
| Hex | 9A | 97 | 6 | 0 | 2 | 60 | 28 | 3B | 5C | 1F |
| Octal | 232 | 227 | 6 | 0 | 2 | 140 | 50 | 73 | 134 | 37 |
| Binary | 10011010 | 10010111 | 110 | 0 | 10 | 1100000 | 101000 | 111011 | 1011100 | 11111 |
Color Harmonies of #9A9706
Complementary color
Monochromatic Colors of #9A9706
Black with #9A9706
Text Example
Text Example
White with #9A9706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9706; }
p { color: rgb(154,151,6); }
H1.HeaderClassName
{
color: #9A9706;
}
.AnyTagClassName
{
color: #9A9706;
}
</style>
background-color css
<style>
a { background-color: #9A9706; }
a { background-color: rgb(154,151,6); }
div.DivClassName
{
background-color: #9A9706;
}
.BgClassName
{
background-color: #9A9706;
}
</style>
border-color css
<style>
span { border-color: #9A9706; }
span { border-color: rgb(154,151,6); }
td.TdClassName
{
border-color: #9A9706;
}
.TagClassName
{
border-color: #9A9706;
}
</style>