Shades of Lucky #9D9810
Tints of Lucky #9D9810
RGB
CMYK
RGB Variations
Color information
#9D9810 (or 0x9D9810) is known color: Lucky. HEX triplet: 9D, 98 and 10. RGB value is (157,152,16). Sum of RGB (Red+Green+Blue) = 157+152+16=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9810 is #6267EF. Grayscale: #8A8A8A. Windows color (decimal): -6449136 or 1087645. OLE color: 1087645.
HSL color Cylindrical-coordinate representation of color #9D9810: hue angle of 57.87º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D9810 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 152 | 16 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.38 |
| HSL | 57.87º | 0.82% | 0.34% | - |
| HSV(B) | 57.87º | 0.9% | 0.62% | - |
| XYZ | 25.23 | 29.66 | 4.89 | - |
| YUV | 137.99 | 59.16 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 152 | 16 | 0 | 0.03 | 0.90 | 0.38 | 57.87 | 0.82 | 0.34 |
| Hex | 9D | 98 | 10 | 0 | 3 | 5A | 26 | 3A | 52 | 22 |
| Octal | 235 | 230 | 20 | 0 | 3 | 132 | 46 | 72 | 122 | 42 |
| Binary | 10011101 | 10011000 | 10000 | 0 | 11 | 1011010 | 100110 | 111010 | 1010010 | 100010 |
Color Harmonies of #9D9810
Complementary color
Monochromatic Colors of #9D9810
Black with #9D9810
Text Example
Text Example
White with #9D9810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9810; }
p { color: rgb(157,152,16); }
H1.HeaderClassName
{
color: #9D9810;
}
.AnyTagClassName
{
color: #9D9810;
}
</style>
background-color css
<style>
a { background-color: #9D9810; }
a { background-color: rgb(157,152,16); }
div.DivClassName
{
background-color: #9D9810;
}
.BgClassName
{
background-color: #9D9810;
}
</style>
border-color css
<style>
span { border-color: #9D9810; }
span { border-color: rgb(157,152,16); }
td.TdClassName
{
border-color: #9D9810;
}
.TagClassName
{
border-color: #9D9810;
}
</style>