Shades of Lucky #9A9702
Tints of Lucky #9A9702
RGB
CMYK
RGB Variations
Color information
#9A9702 (or 0x9A9702) is known color: Lucky. HEX triplet: 9A, 97 and 02. RGB value is (154,151,2). Sum of RGB (Red+Green+Blue) = 154+151+2=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9702 is #6568FD. Grayscale: #878787. Windows color (decimal): -6646014 or 169882. OLE color: 169882.
HSL color Cylindrical-coordinate representation of color #9A9702: hue angle of 58.82º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A9702 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 151 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.40 |
| HSL | 58.82º | 0.97% | 0.31% | - |
| HSV(B) | 58.82º | 0.99% | 0.6% | - |
| XYZ | 24.4 | 29.01 | 4.37 | - |
| YUV | 134.91 | 52.99 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 151 | 2 | 0 | 0.02 | 0.99 | 0.40 | 58.82 | 0.97 | 0.31 |
| Hex | 9A | 97 | 2 | 0 | 2 | 63 | 28 | 3B | 61 | 1F |
| Octal | 232 | 227 | 2 | 0 | 2 | 143 | 50 | 73 | 141 | 37 |
| Binary | 10011010 | 10010111 | 10 | 0 | 10 | 1100011 | 101000 | 111011 | 1100001 | 11111 |
Color Harmonies of #9A9702
Complementary color
Monochromatic Colors of #9A9702
Black with #9A9702
Text Example
Text Example
White with #9A9702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9702; }
p { color: rgb(154,151,2); }
H1.HeaderClassName
{
color: #9A9702;
}
.AnyTagClassName
{
color: #9A9702;
}
</style>
background-color css
<style>
a { background-color: #9A9702; }
a { background-color: rgb(154,151,2); }
div.DivClassName
{
background-color: #9A9702;
}
.BgClassName
{
background-color: #9A9702;
}
</style>
border-color css
<style>
span { border-color: #9A9702; }
span { border-color: rgb(154,151,2); }
td.TdClassName
{
border-color: #9A9702;
}
.TagClassName
{
border-color: #9A9702;
}
</style>