Shades of Lucky #9D9422
Tints of Lucky #9D9422
RGB
CMYK
RGB Variations
Color information
#9D9422 (or 0x9D9422) is known color: Lucky. HEX triplet: 9D, 94 and 22. RGB value is (157,148,34). Sum of RGB (Red+Green+Blue) = 157+148+34=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D9422 is #626BDD. Grayscale: #8A8A8A. Windows color (decimal): -6450142 or 2266269. OLE color: 2266269.
HSL color Cylindrical-coordinate representation of color #9D9422: hue angle of 55.61º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D9422 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 148 | 34 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.38 |
| HSL | 55.61º | 0.64% | 0.37% | - |
| HSV(B) | 55.61º | 0.78% | 0.62% | - |
| XYZ | 24.78 | 28.46 | 5.7 | - |
| YUV | 137.7 | 69.48 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 148 | 34 | 0 | 0.06 | 0.78 | 0.38 | 55.61 | 0.64 | 0.37 |
| Hex | 9D | 94 | 22 | 0 | 6 | 4E | 26 | 38 | 40 | 25 |
| Octal | 235 | 224 | 42 | 0 | 6 | 116 | 46 | 70 | 100 | 45 |
| Binary | 10011101 | 10010100 | 100010 | 0 | 110 | 1001110 | 100110 | 111000 | 1000000 | 100101 |
Color Harmonies of #9D9422
Complementary color
Monochromatic Colors of #9D9422
Black with #9D9422
Text Example
Text Example
White with #9D9422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9422; }
p { color: rgb(157,148,34); }
H1.HeaderClassName
{
color: #9D9422;
}
.AnyTagClassName
{
color: #9D9422;
}
</style>
background-color css
<style>
a { background-color: #9D9422; }
a { background-color: rgb(157,148,34); }
div.DivClassName
{
background-color: #9D9422;
}
.BgClassName
{
background-color: #9D9422;
}
</style>
border-color css
<style>
span { border-color: #9D9422; }
span { border-color: rgb(157,148,34); }
td.TdClassName
{
border-color: #9D9422;
}
.TagClassName
{
border-color: #9D9422;
}
</style>