Shades of Lucky #9D9920
Tints of Lucky #9D9920
RGB
CMYK
RGB Variations
Color information
#9D9920 (or 0x9D9920) is known color: Lucky. HEX triplet: 9D, 99 and 20. RGB value is (157,153,32). Sum of RGB (Red+Green+Blue) = 157+153+32=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D9920 is #6266DF. Grayscale: #8C8C8C. Windows color (decimal): -6448864 or 2136477. OLE color: 2136477.
HSL color Cylindrical-coordinate representation of color #9D9920: hue angle of 58.08º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D9920 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 32 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.38 |
| HSL | 58.08º | 0.66% | 0.37% | - |
| HSV(B) | 58.08º | 0.8% | 0.62% | - |
| XYZ | 25.56 | 30.05 | 5.82 | - |
| YUV | 140.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 32 | 0 | 0.03 | 0.80 | 0.38 | 58.08 | 0.66 | 0.37 |
| Hex | 9D | 99 | 20 | 0 | 3 | 50 | 26 | 3A | 42 | 25 |
| Octal | 235 | 231 | 40 | 0 | 3 | 120 | 46 | 72 | 102 | 45 |
| Binary | 10011101 | 10011001 | 100000 | 0 | 11 | 1010000 | 100110 | 111010 | 1000010 | 100101 |
Color Harmonies of #9D9920
Complementary color
Monochromatic Colors of #9D9920
Black with #9D9920
Text Example
Text Example
White with #9D9920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9920; }
p { color: rgb(157,153,32); }
H1.HeaderClassName
{
color: #9D9920;
}
.AnyTagClassName
{
color: #9D9920;
}
</style>
background-color css
<style>
a { background-color: #9D9920; }
a { background-color: rgb(157,153,32); }
div.DivClassName
{
background-color: #9D9920;
}
.BgClassName
{
background-color: #9D9920;
}
</style>
border-color css
<style>
span { border-color: #9D9920; }
span { border-color: rgb(157,153,32); }
td.TdClassName
{
border-color: #9D9920;
}
.TagClassName
{
border-color: #9D9920;
}
</style>