Shades of Lucky #9D9013
Tints of Lucky #9D9013
RGB
CMYK
RGB Variations
Color information
#9D9013 (or 0x9D9013) is known color: Lucky. HEX triplet: 9D, 90 and 13. RGB value is (157,144,19). Sum of RGB (Red+Green+Blue) = 157+144+19=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9013 is #626FEC. Grayscale: #868686. Windows color (decimal): -6451181 or 1282205. OLE color: 1282205.
HSL color Cylindrical-coordinate representation of color #9D9013: hue angle of 54.35º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D9013 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 19 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.38 |
| HSL | 54.35º | 0.78% | 0.35% | - |
| HSV(B) | 54.35º | 0.88% | 0.62% | - |
| XYZ | 24 | 27.16 | 4.59 | - |
| YUV | 133.64 | 63.31 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 19 | 0 | 0.08 | 0.88 | 0.38 | 54.35 | 0.78 | 0.35 |
| Hex | 9D | 90 | 13 | 0 | 8 | 58 | 26 | 36 | 4E | 23 |
| Octal | 235 | 220 | 23 | 0 | 10 | 130 | 46 | 66 | 116 | 43 |
| Binary | 10011101 | 10010000 | 10011 | 0 | 1000 | 1011000 | 100110 | 110110 | 1001110 | 100011 |
Color Harmonies of #9D9013
Complementary color
Monochromatic Colors of #9D9013
Black with #9D9013
Text Example
Text Example
White with #9D9013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9013; }
p { color: rgb(157,144,19); }
H1.HeaderClassName
{
color: #9D9013;
}
.AnyTagClassName
{
color: #9D9013;
}
</style>
background-color css
<style>
a { background-color: #9D9013; }
a { background-color: rgb(157,144,19); }
div.DivClassName
{
background-color: #9D9013;
}
.BgClassName
{
background-color: #9D9013;
}
</style>
border-color css
<style>
span { border-color: #9D9013; }
span { border-color: rgb(157,144,19); }
td.TdClassName
{
border-color: #9D9013;
}
.TagClassName
{
border-color: #9D9013;
}
</style>