Shades of Lucky #9B9310
Tints of Lucky #9B9310
RGB
CMYK
RGB Variations
Color information
#9B9310 (or 0x9B9310) is known color: Lucky. HEX triplet: 9B, 93 and 10. RGB value is (155,147,16). Sum of RGB (Red+Green+Blue) = 155+147+16=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9310 is #646CEF. Grayscale: #868686. Windows color (decimal): -6581488 or 1086363. OLE color: 1086363.
HSL color Cylindrical-coordinate representation of color #9B9310: hue angle of 56.55º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B9310 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 147 | 16 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.39 |
| HSL | 56.55º | 0.81% | 0.34% | - |
| HSV(B) | 56.55º | 0.9% | 0.61% | - |
| XYZ | 24.04 | 27.87 | 4.6 | - |
| YUV | 134.46 | 61.15 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 147 | 16 | 0 | 0.05 | 0.90 | 0.39 | 56.55 | 0.81 | 0.34 |
| Hex | 9B | 93 | 10 | 0 | 5 | 5A | 27 | 39 | 51 | 22 |
| Octal | 233 | 223 | 20 | 0 | 5 | 132 | 47 | 71 | 121 | 42 |
| Binary | 10011011 | 10010011 | 10000 | 0 | 101 | 1011010 | 100111 | 111001 | 1010001 | 100010 |
Color Harmonies of #9B9310
Complementary color
Monochromatic Colors of #9B9310
Black with #9B9310
Text Example
Text Example
White with #9B9310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9310; }
p { color: rgb(155,147,16); }
H1.HeaderClassName
{
color: #9B9310;
}
.AnyTagClassName
{
color: #9B9310;
}
</style>
background-color css
<style>
a { background-color: #9B9310; }
a { background-color: rgb(155,147,16); }
div.DivClassName
{
background-color: #9B9310;
}
.BgClassName
{
background-color: #9B9310;
}
</style>
border-color css
<style>
span { border-color: #9B9310; }
span { border-color: rgb(155,147,16); }
td.TdClassName
{
border-color: #9B9310;
}
.TagClassName
{
border-color: #9B9310;
}
</style>