Shades of Lucky #9B9910
Tints of Lucky #9B9910
RGB
CMYK
RGB Variations
Color information
#9B9910 (or 0x9B9910) is known color: Lucky. HEX triplet: 9B, 99 and 10. RGB value is (155,153,16). Sum of RGB (Red+Green+Blue) = 155+153+16=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9910 is #6466EF. Grayscale: #8A8A8A. Windows color (decimal): -6579952 or 1087899. OLE color: 1087899.
HSL color Cylindrical-coordinate representation of color #9B9910: hue angle of 59.14º 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 #9B9910 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 16 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.39 |
| HSL | 59.14º | 0.81% | 0.34% | - |
| HSV(B) | 59.14º | 0.9% | 0.61% | - |
| XYZ | 25 | 29.79 | 4.92 | - |
| YUV | 137.98 | 59.16 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 16 | 0 | 0.01 | 0.90 | 0.39 | 59.14 | 0.81 | 0.34 |
| Hex | 9B | 99 | 10 | 0 | 1 | 5A | 27 | 3B | 51 | 22 |
| Octal | 233 | 231 | 20 | 0 | 1 | 132 | 47 | 73 | 121 | 42 |
| Binary | 10011011 | 10011001 | 10000 | 0 | 1 | 1011010 | 100111 | 111011 | 1010001 | 100010 |
Color Harmonies of #9B9910
Complementary color
Monochromatic Colors of #9B9910
Black with #9B9910
Text Example
Text Example
White with #9B9910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9910; }
p { color: rgb(155,153,16); }
H1.HeaderClassName
{
color: #9B9910;
}
.AnyTagClassName
{
color: #9B9910;
}
</style>
background-color css
<style>
a { background-color: #9B9910; }
a { background-color: rgb(155,153,16); }
div.DivClassName
{
background-color: #9B9910;
}
.BgClassName
{
background-color: #9B9910;
}
</style>
border-color css
<style>
span { border-color: #9B9910; }
span { border-color: rgb(155,153,16); }
td.TdClassName
{
border-color: #9B9910;
}
.TagClassName
{
border-color: #9B9910;
}
</style>