Shades of Lucky #9D950C
Tints of Lucky #9D950C
RGB
CMYK
RGB Variations
Color information
#9D950C (or 0x9D950C) is known color: Lucky. HEX triplet: 9D, 95 and 0C. RGB value is (157,149,12). Sum of RGB (Red+Green+Blue) = 157+149+12=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D950C is #626AF3. Grayscale: #888888. Windows color (decimal): -6449908 or 824733. OLE color: 824733.
HSL color Cylindrical-coordinate representation of color #9D950C: hue angle of 56.69º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D950C is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 12 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.38 |
| HSL | 56.69º | 0.86% | 0.33% | - |
| HSV(B) | 56.69º | 0.92% | 0.62% | - |
| XYZ | 24.72 | 28.69 | 4.58 | - |
| YUV | 135.77 | 58.15 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 12 | 0 | 0.05 | 0.92 | 0.38 | 56.69 | 0.86 | 0.33 |
| Hex | 9D | 95 | C | 0 | 5 | 5C | 26 | 39 | 56 | 21 |
| Octal | 235 | 225 | 14 | 0 | 5 | 134 | 46 | 71 | 126 | 41 |
| Binary | 10011101 | 10010101 | 1100 | 0 | 101 | 1011100 | 100110 | 111001 | 1010110 | 100001 |
Color Harmonies of #9D950C
Complementary color
Monochromatic Colors of #9D950C
Black with #9D950C
Text Example
Text Example
White with #9D950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D950C; }
p { color: rgb(157,149,12); }
H1.HeaderClassName
{
color: #9D950C;
}
.AnyTagClassName
{
color: #9D950C;
}
</style>
background-color css
<style>
a { background-color: #9D950C; }
a { background-color: rgb(157,149,12); }
div.DivClassName
{
background-color: #9D950C;
}
.BgClassName
{
background-color: #9D950C;
}
</style>
border-color css
<style>
span { border-color: #9D950C; }
span { border-color: rgb(157,149,12); }
td.TdClassName
{
border-color: #9D950C;
}
.TagClassName
{
border-color: #9D950C;
}
</style>