Shades of Lucky #9D9104
Tints of Lucky #9D9104
RGB
CMYK
RGB Variations
Color information
#9D9104 (or 0x9D9104) is known color: Lucky. HEX triplet: 9D, 91 and 04. RGB value is (157,145,4). Sum of RGB (Red+Green+Blue) = 157+145+4=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9104 is #626EFB. Grayscale: #858585. Windows color (decimal): -6450940 or 299421. OLE color: 299421.
HSL color Cylindrical-coordinate representation of color #9D9104: hue angle of 55.29º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D9104 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 4 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.38 |
| HSL | 55.29º | 0.95% | 0.32% | - |
| HSV(B) | 55.29º | 0.97% | 0.62% | - |
| XYZ | 24.05 | 27.43 | 4.14 | - |
| YUV | 132.51 | 55.48 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 4 | 0 | 0.08 | 0.97 | 0.38 | 55.29 | 0.95 | 0.32 |
| Hex | 9D | 91 | 4 | 0 | 8 | 61 | 26 | 37 | 5F | 20 |
| Octal | 235 | 221 | 4 | 0 | 10 | 141 | 46 | 67 | 137 | 40 |
| Binary | 10011101 | 10010001 | 100 | 0 | 1000 | 1100001 | 100110 | 110111 | 1011111 | 100000 |
Color Harmonies of #9D9104
Complementary color
Monochromatic Colors of #9D9104
Black with #9D9104
Text Example
Text Example
White with #9D9104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9104; }
p { color: rgb(157,145,4); }
H1.HeaderClassName
{
color: #9D9104;
}
.AnyTagClassName
{
color: #9D9104;
}
</style>
background-color css
<style>
a { background-color: #9D9104; }
a { background-color: rgb(157,145,4); }
div.DivClassName
{
background-color: #9D9104;
}
.BgClassName
{
background-color: #9D9104;
}
</style>
border-color css
<style>
span { border-color: #9D9104; }
span { border-color: rgb(157,145,4); }
td.TdClassName
{
border-color: #9D9104;
}
.TagClassName
{
border-color: #9D9104;
}
</style>