Shades of Lucky #9D910C
Tints of Lucky #9D910C
RGB
CMYK
RGB Variations
Color information
#9D910C (or 0x9D910C) is known color: Lucky. HEX triplet: 9D, 91 and 0C. RGB value is (157,145,12). Sum of RGB (Red+Green+Blue) = 157+145+12=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D910C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D910C is #626EF3. Grayscale: #858585. Windows color (decimal): -6450932 or 823709. OLE color: 823709.
HSL color Cylindrical-coordinate representation of color #9D910C: hue angle of 55.03º 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 #9D910C is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 12 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.38 |
| HSL | 55.03º | 0.86% | 0.33% | - |
| HSV(B) | 55.03º | 0.92% | 0.62% | - |
| XYZ | 24.1 | 27.45 | 4.38 | - |
| YUV | 133.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 12 | 0 | 0.08 | 0.92 | 0.38 | 55.03 | 0.86 | 0.33 |
| Hex | 9D | 91 | C | 0 | 8 | 5C | 26 | 37 | 56 | 21 |
| Octal | 235 | 221 | 14 | 0 | 10 | 134 | 46 | 67 | 126 | 41 |
| Binary | 10011101 | 10010001 | 1100 | 0 | 1000 | 1011100 | 100110 | 110111 | 1010110 | 100001 |
Color Harmonies of #9D910C
Complementary color
Monochromatic Colors of #9D910C
Black with #9D910C
Text Example
Text Example
White with #9D910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D910C; }
p { color: rgb(157,145,12); }
H1.HeaderClassName
{
color: #9D910C;
}
.AnyTagClassName
{
color: #9D910C;
}
</style>
background-color css
<style>
a { background-color: #9D910C; }
a { background-color: rgb(157,145,12); }
div.DivClassName
{
background-color: #9D910C;
}
.BgClassName
{
background-color: #9D910C;
}
</style>
border-color css
<style>
span { border-color: #9D910C; }
span { border-color: rgb(157,145,12); }
td.TdClassName
{
border-color: #9D910C;
}
.TagClassName
{
border-color: #9D910C;
}
</style>