Shades of Lucky #9D9510
Tints of Lucky #9D9510
RGB
CMYK
RGB Variations
Color information
#9D9510 (or 0x9D9510) is known color: Lucky. HEX triplet: 9D, 95 and 10. RGB value is (157,149,16). Sum of RGB (Red+Green+Blue) = 157+149+16=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9510 is #626AEF. Grayscale: #888888. Windows color (decimal): -6449904 or 1086877. OLE color: 1086877.
HSL color Cylindrical-coordinate representation of color #9D9510: hue angle of 56.6º 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 #9D9510 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 16 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.38 |
| HSL | 56.6º | 0.82% | 0.34% | - |
| HSV(B) | 56.6º | 0.9% | 0.62% | - |
| XYZ | 24.75 | 28.7 | 4.73 | - |
| YUV | 136.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 16 | 0 | 0.05 | 0.90 | 0.38 | 56.6 | 0.82 | 0.34 |
| Hex | 9D | 95 | 10 | 0 | 5 | 5A | 26 | 39 | 52 | 22 |
| Octal | 235 | 225 | 20 | 0 | 5 | 132 | 46 | 71 | 122 | 42 |
| Binary | 10011101 | 10010101 | 10000 | 0 | 101 | 1011010 | 100110 | 111001 | 1010010 | 100010 |
Color Harmonies of #9D9510
Complementary color
Monochromatic Colors of #9D9510
Black with #9D9510
Text Example
Text Example
White with #9D9510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9510; }
p { color: rgb(157,149,16); }
H1.HeaderClassName
{
color: #9D9510;
}
.AnyTagClassName
{
color: #9D9510;
}
</style>
background-color css
<style>
a { background-color: #9D9510; }
a { background-color: rgb(157,149,16); }
div.DivClassName
{
background-color: #9D9510;
}
.BgClassName
{
background-color: #9D9510;
}
</style>
border-color css
<style>
span { border-color: #9D9510; }
span { border-color: rgb(157,149,16); }
td.TdClassName
{
border-color: #9D9510;
}
.TagClassName
{
border-color: #9D9510;
}
</style>