Shades of Lucky #9A980E
Tints of Lucky #9A980E
RGB
CMYK
RGB Variations
Color information
#9A980E (or 0x9A980E) is known color: Lucky. HEX triplet: 9A, 98 and 0E. RGB value is (154,152,14). Sum of RGB (Red+Green+Blue) = 154+152+14=320 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.12% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 154 - color contains mainly: red. Hex color #9A980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A980E is #6567F1. Grayscale: #898989. Windows color (decimal): -6645746 or 956570. OLE color: 956570.
HSL color Cylindrical-coordinate representation of color #9A980E: hue angle of 59.14º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A980E is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 152 | 14 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.40 |
| HSL | 59.14º | 0.83% | 0.33% | - |
| HSV(B) | 59.14º | 0.91% | 0.6% | - |
| XYZ | 24.63 | 29.36 | 4.78 | - |
| YUV | 136.87 | 58.66 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 14 | 0 | 0.01 | 0.91 | 0.40 | 59.14 | 0.83 | 0.33 |
| Hex | 9A | 98 | E | 0 | 1 | 5B | 28 | 3B | 53 | 21 |
| Octal | 232 | 230 | 16 | 0 | 1 | 133 | 50 | 73 | 123 | 41 |
| Binary | 10011010 | 10011000 | 1110 | 0 | 1 | 1011011 | 101000 | 111011 | 1010011 | 100001 |
Color Harmonies of #9A980E
Complementary color
Monochromatic Colors of #9A980E
Black with #9A980E
Text Example
Text Example
White with #9A980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A980E; }
p { color: rgb(154,152,14); }
H1.HeaderClassName
{
color: #9A980E;
}
.AnyTagClassName
{
color: #9A980E;
}
</style>
background-color css
<style>
a { background-color: #9A980E; }
a { background-color: rgb(154,152,14); }
div.DivClassName
{
background-color: #9A980E;
}
.BgClassName
{
background-color: #9A980E;
}
</style>
border-color css
<style>
span { border-color: #9A980E; }
span { border-color: rgb(154,152,14); }
td.TdClassName
{
border-color: #9A980E;
}
.TagClassName
{
border-color: #9A980E;
}
</style>