Shades of Lucky #9B9912
Tints of Lucky #9B9912
RGB
CMYK
RGB Variations
Color information
#9B9912 (or 0x9B9912) is known color: Lucky. HEX triplet: 9B, 99 and 12. RGB value is (155,153,18). Sum of RGB (Red+Green+Blue) = 155+153+18=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9912 is #6466ED. Grayscale: #8A8A8A. Windows color (decimal): -6579950 or 1218971. OLE color: 1218971.
HSL color Cylindrical-coordinate representation of color #9B9912: hue angle of 59.12º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B9912 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 18 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.39 |
| HSL | 59.12º | 0.79% | 0.34% | - |
| HSV(B) | 59.12º | 0.88% | 0.61% | - |
| XYZ | 25.02 | 29.79 | 5 | - |
| YUV | 138.21 | 60.16 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 18 | 0 | 0.01 | 0.88 | 0.39 | 59.12 | 0.79 | 0.34 |
| Hex | 9B | 99 | 12 | 0 | 1 | 58 | 27 | 3B | 4F | 22 |
| Octal | 233 | 231 | 22 | 0 | 1 | 130 | 47 | 73 | 117 | 42 |
| Binary | 10011011 | 10011001 | 10010 | 0 | 1 | 1011000 | 100111 | 111011 | 1001111 | 100010 |
Color Harmonies of #9B9912
Complementary color
Monochromatic Colors of #9B9912
Black with #9B9912
Text Example
Text Example
White with #9B9912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9912; }
p { color: rgb(155,153,18); }
H1.HeaderClassName
{
color: #9B9912;
}
.AnyTagClassName
{
color: #9B9912;
}
</style>
background-color css
<style>
a { background-color: #9B9912; }
a { background-color: rgb(155,153,18); }
div.DivClassName
{
background-color: #9B9912;
}
.BgClassName
{
background-color: #9B9912;
}
</style>
border-color css
<style>
span { border-color: #9B9912; }
span { border-color: rgb(155,153,18); }
td.TdClassName
{
border-color: #9B9912;
}
.TagClassName
{
border-color: #9B9912;
}
</style>