Shades of Lucky #9D9526
Tints of Lucky #9D9526
RGB
CMYK
RGB Variations
Color information
#9D9526 (or 0x9D9526) is known color: Lucky. HEX triplet: 9D, 95 and 26. RGB value is (157,149,38). Sum of RGB (Red+Green+Blue) = 157+149+38=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D9526 is #626AD9. Grayscale: #8B8B8B. Windows color (decimal): -6449882 or 2528669. OLE color: 2528669.
HSL color Cylindrical-coordinate representation of color #9D9526: hue angle of 55.97º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D9526 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 38 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.38 |
| HSL | 55.97º | 0.61% | 0.38% | - |
| HSV(B) | 55.97º | 0.76% | 0.62% | - |
| XYZ | 25 | 28.8 | 6.08 | - |
| YUV | 138.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 38 | 0 | 0.05 | 0.76 | 0.38 | 55.97 | 0.61 | 0.38 |
| Hex | 9D | 95 | 26 | 0 | 5 | 4C | 26 | 38 | 3D | 26 |
| Octal | 235 | 225 | 46 | 0 | 5 | 114 | 46 | 70 | 75 | 46 |
| Binary | 10011101 | 10010101 | 100110 | 0 | 101 | 1001100 | 100110 | 111000 | 111101 | 100110 |
Color Harmonies of #9D9526
Complementary color
Monochromatic Colors of #9D9526
Black with #9D9526
Text Example
Text Example
White with #9D9526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9526; }
p { color: rgb(157,149,38); }
H1.HeaderClassName
{
color: #9D9526;
}
.AnyTagClassName
{
color: #9D9526;
}
</style>
background-color css
<style>
a { background-color: #9D9526; }
a { background-color: rgb(157,149,38); }
div.DivClassName
{
background-color: #9D9526;
}
.BgClassName
{
background-color: #9D9526;
}
</style>
border-color css
<style>
span { border-color: #9D9526; }
span { border-color: rgb(157,149,38); }
td.TdClassName
{
border-color: #9D9526;
}
.TagClassName
{
border-color: #9D9526;
}
</style>