Shades of Lucky #9D9012
Tints of Lucky #9D9012
RGB
CMYK
RGB Variations
Color information
#9D9012 (or 0x9D9012) is known color: Lucky. HEX triplet: 9D, 90 and 12. RGB value is (157,144,18). Sum of RGB (Red+Green+Blue) = 157+144+18=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9012 is #626FED. Grayscale: #868686. Windows color (decimal): -6451182 or 1216669. OLE color: 1216669.
HSL color Cylindrical-coordinate representation of color #9D9012: hue angle of 54.39º 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 #9D9012 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 18 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.38 |
| HSL | 54.39º | 0.79% | 0.34% | - |
| HSV(B) | 54.39º | 0.89% | 0.62% | - |
| XYZ | 23.99 | 27.16 | 4.55 | - |
| YUV | 133.52 | 62.81 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 18 | 0 | 0.08 | 0.89 | 0.38 | 54.39 | 0.79 | 0.34 |
| Hex | 9D | 90 | 12 | 0 | 8 | 59 | 26 | 36 | 4F | 22 |
| Octal | 235 | 220 | 22 | 0 | 10 | 131 | 46 | 66 | 117 | 42 |
| Binary | 10011101 | 10010000 | 10010 | 0 | 1000 | 1011001 | 100110 | 110110 | 1001111 | 100010 |
Color Harmonies of #9D9012
Complementary color
Monochromatic Colors of #9D9012
Black with #9D9012
Text Example
Text Example
White with #9D9012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9012; }
p { color: rgb(157,144,18); }
H1.HeaderClassName
{
color: #9D9012;
}
.AnyTagClassName
{
color: #9D9012;
}
</style>
background-color css
<style>
a { background-color: #9D9012; }
a { background-color: rgb(157,144,18); }
div.DivClassName
{
background-color: #9D9012;
}
.BgClassName
{
background-color: #9D9012;
}
</style>
border-color css
<style>
span { border-color: #9D9012; }
span { border-color: rgb(157,144,18); }
td.TdClassName
{
border-color: #9D9012;
}
.TagClassName
{
border-color: #9D9012;
}
</style>