Shades of Lucky #9C930C
Tints of Lucky #9C930C
RGB
CMYK
RGB Variations
Color information
#9C930C (or 0x9C930C) is known color: Lucky. HEX triplet: 9C, 93 and 0C. RGB value is (156,147,12). Sum of RGB (Red+Green+Blue) = 156+147+12=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C930C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C930C is #636CF3. Grayscale: #868686. Windows color (decimal): -6515956 or 824220. OLE color: 824220.
HSL color Cylindrical-coordinate representation of color #9C930C: hue angle of 56.25º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C930C is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 147 | 12 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.39 |
| HSL | 56.25º | 0.86% | 0.33% | - |
| HSV(B) | 56.25º | 0.92% | 0.61% | - |
| XYZ | 24.21 | 27.96 | 4.47 | - |
| YUV | 134.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 12 | 0 | 0.06 | 0.92 | 0.39 | 56.25 | 0.86 | 0.33 |
| Hex | 9C | 93 | C | 0 | 6 | 5C | 27 | 38 | 56 | 21 |
| Octal | 234 | 223 | 14 | 0 | 6 | 134 | 47 | 70 | 126 | 41 |
| Binary | 10011100 | 10010011 | 1100 | 0 | 110 | 1011100 | 100111 | 111000 | 1010110 | 100001 |
Color Harmonies of #9C930C
Complementary color
Monochromatic Colors of #9C930C
Black with #9C930C
Text Example
Text Example
White with #9C930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C930C; }
p { color: rgb(156,147,12); }
H1.HeaderClassName
{
color: #9C930C;
}
.AnyTagClassName
{
color: #9C930C;
}
</style>
background-color css
<style>
a { background-color: #9C930C; }
a { background-color: rgb(156,147,12); }
div.DivClassName
{
background-color: #9C930C;
}
.BgClassName
{
background-color: #9C930C;
}
</style>
border-color css
<style>
span { border-color: #9C930C; }
span { border-color: rgb(156,147,12); }
td.TdClassName
{
border-color: #9C930C;
}
.TagClassName
{
border-color: #9C930C;
}
</style>