Shades of Lucky #9A980F
Tints of Lucky #9A980F
RGB
CMYK
RGB Variations
Color information
#9A980F (or 0x9A980F) is known color: Lucky. HEX triplet: 9A, 98 and 0F. RGB value is (154,152,15). Sum of RGB (Red+Green+Blue) = 154+152+15=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A980F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A980F is #6567F0. Grayscale: #898989. Windows color (decimal): -6645745 or 1022106. OLE color: 1022106.
HSL color Cylindrical-coordinate representation of color #9A980F: hue angle of 59.14º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A980F is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 152 | 15 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.40 |
| HSL | 59.14º | 0.82% | 0.33% | - |
| HSV(B) | 59.14º | 0.9% | 0.6% | - |
| XYZ | 24.64 | 29.36 | 4.82 | - |
| YUV | 136.98 | 59.16 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 15 | 0 | 0.01 | 0.90 | 0.40 | 59.14 | 0.82 | 0.33 |
| Hex | 9A | 98 | F | 0 | 1 | 5A | 28 | 3B | 52 | 21 |
| Octal | 232 | 230 | 17 | 0 | 1 | 132 | 50 | 73 | 122 | 41 |
| Binary | 10011010 | 10011000 | 1111 | 0 | 1 | 1011010 | 101000 | 111011 | 1010010 | 100001 |
Color Harmonies of #9A980F
Complementary color
Monochromatic Colors of #9A980F
Black with #9A980F
Text Example
Text Example
White with #9A980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A980F; }
p { color: rgb(154,152,15); }
H1.HeaderClassName
{
color: #9A980F;
}
.AnyTagClassName
{
color: #9A980F;
}
</style>
background-color css
<style>
a { background-color: #9A980F; }
a { background-color: rgb(154,152,15); }
div.DivClassName
{
background-color: #9A980F;
}
.BgClassName
{
background-color: #9A980F;
}
</style>
border-color css
<style>
span { border-color: #9A980F; }
span { border-color: rgb(154,152,15); }
td.TdClassName
{
border-color: #9A980F;
}
.TagClassName
{
border-color: #9A980F;
}
</style>