Shades of Lucky #9D9618
Tints of Lucky #9D9618
RGB
CMYK
RGB Variations
Color information
#9D9618 (or 0x9D9618) is known color: Lucky. HEX triplet: 9D, 96 and 18. RGB value is (157,150,24). Sum of RGB (Red+Green+Blue) = 157+150+24=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9618 is #6269E7. Grayscale: #8A8A8A. Windows color (decimal): -6449640 or 1611421. OLE color: 1611421.
HSL color Cylindrical-coordinate representation of color #9D9618: hue angle of 56.84º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D9618 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 150 | 24 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.38 |
| HSL | 56.84º | 0.73% | 0.35% | - |
| HSV(B) | 56.84º | 0.85% | 0.62% | - |
| XYZ | 24.98 | 29.05 | 5.15 | - |
| YUV | 137.73 | 63.82 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 24 | 0 | 0.04 | 0.85 | 0.38 | 56.84 | 0.73 | 0.35 |
| Hex | 9D | 96 | 18 | 0 | 4 | 55 | 26 | 39 | 49 | 23 |
| Octal | 235 | 226 | 30 | 0 | 4 | 125 | 46 | 71 | 111 | 43 |
| Binary | 10011101 | 10010110 | 11000 | 0 | 100 | 1010101 | 100110 | 111001 | 1001001 | 100011 |
Color Harmonies of #9D9618
Complementary color
Monochromatic Colors of #9D9618
Black with #9D9618
Text Example
Text Example
White with #9D9618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9618; }
p { color: rgb(157,150,24); }
H1.HeaderClassName
{
color: #9D9618;
}
.AnyTagClassName
{
color: #9D9618;
}
</style>
background-color css
<style>
a { background-color: #9D9618; }
a { background-color: rgb(157,150,24); }
div.DivClassName
{
background-color: #9D9618;
}
.BgClassName
{
background-color: #9D9618;
}
</style>
border-color css
<style>
span { border-color: #9D9618; }
span { border-color: rgb(157,150,24); }
td.TdClassName
{
border-color: #9D9618;
}
.TagClassName
{
border-color: #9D9618;
}
</style>