Shades of Lucky #9D9512
Tints of Lucky #9D9512
RGB
CMYK
RGB Variations
Color information
#9D9512 (or 0x9D9512) is known color: Lucky. HEX triplet: 9D, 95 and 12. RGB value is (157,149,18). Sum of RGB (Red+Green+Blue) = 157+149+18=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9512 is #626AED. Grayscale: #888888. Windows color (decimal): -6449902 or 1217949. OLE color: 1217949.
HSL color Cylindrical-coordinate representation of color #9D9512: hue angle of 56.55º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D9512 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 18 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.38 |
| HSL | 56.55º | 0.79% | 0.34% | - |
| HSV(B) | 56.55º | 0.89% | 0.62% | - |
| XYZ | 24.76 | 28.71 | 4.81 | - |
| YUV | 136.46 | 61.15 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 18 | 0 | 0.05 | 0.89 | 0.38 | 56.55 | 0.79 | 0.34 |
| Hex | 9D | 95 | 12 | 0 | 5 | 59 | 26 | 39 | 4F | 22 |
| Octal | 235 | 225 | 22 | 0 | 5 | 131 | 46 | 71 | 117 | 42 |
| Binary | 10011101 | 10010101 | 10010 | 0 | 101 | 1011001 | 100110 | 111001 | 1001111 | 100010 |
Color Harmonies of #9D9512
Complementary color
Monochromatic Colors of #9D9512
Black with #9D9512
Text Example
Text Example
White with #9D9512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9512; }
p { color: rgb(157,149,18); }
H1.HeaderClassName
{
color: #9D9512;
}
.AnyTagClassName
{
color: #9D9512;
}
</style>
background-color css
<style>
a { background-color: #9D9512; }
a { background-color: rgb(157,149,18); }
div.DivClassName
{
background-color: #9D9512;
}
.BgClassName
{
background-color: #9D9512;
}
</style>
border-color css
<style>
span { border-color: #9D9512; }
span { border-color: rgb(157,149,18); }
td.TdClassName
{
border-color: #9D9512;
}
.TagClassName
{
border-color: #9D9512;
}
</style>