Shades of Lucky #9B9110
Tints of Lucky #9B9110
RGB
CMYK
RGB Variations
Color information
#9B9110 (or 0x9B9110) is known color: Lucky. HEX triplet: 9B, 91 and 10. RGB value is (155,145,16). Sum of RGB (Red+Green+Blue) = 155+145+16=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9110 is #646EEF. Grayscale: #858585. Windows color (decimal): -6582000 or 1085851. OLE color: 1085851.
HSL color Cylindrical-coordinate representation of color #9B9110: hue angle of 55.68º 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 #9B9110 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 145 | 16 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.39 |
| HSL | 55.68º | 0.81% | 0.34% | - |
| HSV(B) | 55.68º | 0.9% | 0.61% | - |
| XYZ | 23.74 | 27.26 | 4.5 | - |
| YUV | 133.28 | 61.81 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 145 | 16 | 0 | 0.06 | 0.90 | 0.39 | 55.68 | 0.81 | 0.34 |
| Hex | 9B | 91 | 10 | 0 | 6 | 5A | 27 | 38 | 51 | 22 |
| Octal | 233 | 221 | 20 | 0 | 6 | 132 | 47 | 70 | 121 | 42 |
| Binary | 10011011 | 10010001 | 10000 | 0 | 110 | 1011010 | 100111 | 111000 | 1010001 | 100010 |
Color Harmonies of #9B9110
Complementary color
Monochromatic Colors of #9B9110
Black with #9B9110
Text Example
Text Example
White with #9B9110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9110; }
p { color: rgb(155,145,16); }
H1.HeaderClassName
{
color: #9B9110;
}
.AnyTagClassName
{
color: #9B9110;
}
</style>
background-color css
<style>
a { background-color: #9B9110; }
a { background-color: rgb(155,145,16); }
div.DivClassName
{
background-color: #9B9110;
}
.BgClassName
{
background-color: #9B9110;
}
</style>
border-color css
<style>
span { border-color: #9B9110; }
span { border-color: rgb(155,145,16); }
td.TdClassName
{
border-color: #9B9110;
}
.TagClassName
{
border-color: #9B9110;
}
</style>