Shades of Lucky #9C950C
Tints of Lucky #9C950C
RGB
CMYK
RGB Variations
Color information
#9C950C (or 0x9C950C) is known color: Lucky. HEX triplet: 9C, 95 and 0C. RGB value is (156,149,12). Sum of RGB (Red+Green+Blue) = 156+149+12=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C950C is #636AF3. Grayscale: #888888. Windows color (decimal): -6515444 or 824732. OLE color: 824732.
HSL color Cylindrical-coordinate representation of color #9C950C: hue angle of 57.08º 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 #9C950C is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 149 | 12 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.39 |
| HSL | 57.08º | 0.86% | 0.33% | - |
| HSV(B) | 57.08º | 0.92% | 0.61% | - |
| XYZ | 24.52 | 28.59 | 4.57 | - |
| YUV | 135.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 149 | 12 | 0 | 0.04 | 0.92 | 0.39 | 57.08 | 0.86 | 0.33 |
| Hex | 9C | 95 | C | 0 | 4 | 5C | 27 | 39 | 56 | 21 |
| Octal | 234 | 225 | 14 | 0 | 4 | 134 | 47 | 71 | 126 | 41 |
| Binary | 10011100 | 10010101 | 1100 | 0 | 100 | 1011100 | 100111 | 111001 | 1010110 | 100001 |
Color Harmonies of #9C950C
Complementary color
Monochromatic Colors of #9C950C
Black with #9C950C
Text Example
Text Example
White with #9C950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C950C; }
p { color: rgb(156,149,12); }
H1.HeaderClassName
{
color: #9C950C;
}
.AnyTagClassName
{
color: #9C950C;
}
</style>
background-color css
<style>
a { background-color: #9C950C; }
a { background-color: rgb(156,149,12); }
div.DivClassName
{
background-color: #9C950C;
}
.BgClassName
{
background-color: #9C950C;
}
</style>
border-color css
<style>
span { border-color: #9C950C; }
span { border-color: rgb(156,149,12); }
td.TdClassName
{
border-color: #9C950C;
}
.TagClassName
{
border-color: #9C950C;
}
</style>