Shades of Lucky #9D9A16
Tints of Lucky #9D9A16
RGB
CMYK
RGB Variations
Color information
#9D9A16 (or 0x9D9A16) is known color: Lucky. HEX triplet: 9D, 9A and 16. RGB value is (157,154,22). Sum of RGB (Red+Green+Blue) = 157+154+22=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9A16 is #6265E9. Grayscale: #8C8C8C. Windows color (decimal): -6448618 or 1481373. OLE color: 1481373.
HSL color Cylindrical-coordinate representation of color #9D9A16: hue angle of 58.67º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D9A16 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 154 | 22 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.38 |
| HSL | 58.67º | 0.75% | 0.35% | - |
| HSV(B) | 58.67º | 0.86% | 0.62% | - |
| XYZ | 25.61 | 30.34 | 5.27 | - |
| YUV | 139.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 22 | 0 | 0.02 | 0.86 | 0.38 | 58.67 | 0.75 | 0.35 |
| Hex | 9D | 9A | 16 | 0 | 2 | 56 | 26 | 3B | 4B | 23 |
| Octal | 235 | 232 | 26 | 0 | 2 | 126 | 46 | 73 | 113 | 43 |
| Binary | 10011101 | 10011010 | 10110 | 0 | 10 | 1010110 | 100110 | 111011 | 1001011 | 100011 |
Color Harmonies of #9D9A16
Complementary color
Monochromatic Colors of #9D9A16
Black with #9D9A16
Text Example
Text Example
White with #9D9A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9A16; }
p { color: rgb(157,154,22); }
H1.HeaderClassName
{
color: #9D9A16;
}
.AnyTagClassName
{
color: #9D9A16;
}
</style>
background-color css
<style>
a { background-color: #9D9A16; }
a { background-color: rgb(157,154,22); }
div.DivClassName
{
background-color: #9D9A16;
}
.BgClassName
{
background-color: #9D9A16;
}
</style>
border-color css
<style>
span { border-color: #9D9A16; }
span { border-color: rgb(157,154,22); }
td.TdClassName
{
border-color: #9D9A16;
}
.TagClassName
{
border-color: #9D9A16;
}
</style>