Shades of Lucky #9C990E
Tints of Lucky #9C990E
RGB
CMYK
RGB Variations
Color information
#9C990E (or 0x9C990E) is known color: Lucky. HEX triplet: 9C, 99 and 0E. RGB value is (156,153,14). Sum of RGB (Red+Green+Blue) = 156+153+14=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C990E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C990E is #6366F1. Grayscale: #8A8A8A. Windows color (decimal): -6514418 or 956828. OLE color: 956828.
HSL color Cylindrical-coordinate representation of color #9C990E: hue angle of 58.73º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C990E is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 153 | 14 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.39 |
| HSL | 58.73º | 0.84% | 0.33% | - |
| HSV(B) | 58.73º | 0.91% | 0.61% | - |
| XYZ | 25.18 | 29.88 | 4.86 | - |
| YUV | 138.05 | 57.99 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 14 | 0 | 0.02 | 0.91 | 0.39 | 58.73 | 0.84 | 0.33 |
| Hex | 9C | 99 | E | 0 | 2 | 5B | 27 | 3B | 54 | 21 |
| Octal | 234 | 231 | 16 | 0 | 2 | 133 | 47 | 73 | 124 | 41 |
| Binary | 10011100 | 10011001 | 1110 | 0 | 10 | 1011011 | 100111 | 111011 | 1010100 | 100001 |
Color Harmonies of #9C990E
Complementary color
Monochromatic Colors of #9C990E
Black with #9C990E
Text Example
Text Example
White with #9C990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C990E; }
p { color: rgb(156,153,14); }
H1.HeaderClassName
{
color: #9C990E;
}
.AnyTagClassName
{
color: #9C990E;
}
</style>
background-color css
<style>
a { background-color: #9C990E; }
a { background-color: rgb(156,153,14); }
div.DivClassName
{
background-color: #9C990E;
}
.BgClassName
{
background-color: #9C990E;
}
</style>
border-color css
<style>
span { border-color: #9C990E; }
span { border-color: rgb(156,153,14); }
td.TdClassName
{
border-color: #9C990E;
}
.TagClassName
{
border-color: #9C990E;
}
</style>