Shades of Lucky #9D960B
Tints of Lucky #9D960B
RGB
CMYK
RGB Variations
Color information
#9D960B (or 0x9D960B) is known color: Lucky. HEX triplet: 9D, 96 and 0B. RGB value is (157,150,11). Sum of RGB (Red+Green+Blue) = 157+150+11=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D960B is #6269F4. Grayscale: #888888. Windows color (decimal): -6449653 or 759453. OLE color: 759453.
HSL color Cylindrical-coordinate representation of color #9D960B: hue angle of 57.12º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D960B is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 150 | 11 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.38 |
| HSL | 57.12º | 0.87% | 0.33% | - |
| HSV(B) | 57.12º | 0.93% | 0.62% | - |
| XYZ | 24.87 | 29 | 4.6 | - |
| YUV | 136.25 | 57.32 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 11 | 0 | 0.04 | 0.93 | 0.38 | 57.12 | 0.87 | 0.33 |
| Hex | 9D | 96 | B | 0 | 4 | 5D | 26 | 39 | 57 | 21 |
| Octal | 235 | 226 | 13 | 0 | 4 | 135 | 46 | 71 | 127 | 41 |
| Binary | 10011101 | 10010110 | 1011 | 0 | 100 | 1011101 | 100110 | 111001 | 1010111 | 100001 |
Color Harmonies of #9D960B
Complementary color
Monochromatic Colors of #9D960B
Black with #9D960B
Text Example
Text Example
White with #9D960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D960B; }
p { color: rgb(157,150,11); }
H1.HeaderClassName
{
color: #9D960B;
}
.AnyTagClassName
{
color: #9D960B;
}
</style>
background-color css
<style>
a { background-color: #9D960B; }
a { background-color: rgb(157,150,11); }
div.DivClassName
{
background-color: #9D960B;
}
.BgClassName
{
background-color: #9D960B;
}
</style>
border-color css
<style>
span { border-color: #9D960B; }
span { border-color: rgb(157,150,11); }
td.TdClassName
{
border-color: #9D960B;
}
.TagClassName
{
border-color: #9D960B;
}
</style>