Shades of Lucky #9B9805
Tints of Lucky #9B9805
RGB
CMYK
RGB Variations
Color information
#9B9805 (or 0x9B9805) is known color: Lucky. HEX triplet: 9B, 98 and 05. RGB value is (155,152,5). Sum of RGB (Red+Green+Blue) = 155+152+5=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9805 is #6467FA. Grayscale: #888888. Windows color (decimal): -6580219 or 366747. OLE color: 366747.
HSL color Cylindrical-coordinate representation of color #9B9805: hue angle of 58.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B9805 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 152 | 5 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.39 |
| HSL | 58.8º | 0.94% | 0.31% | - |
| HSV(B) | 58.8º | 0.97% | 0.61% | - |
| XYZ | 24.77 | 29.44 | 4.52 | - |
| YUV | 136.14 | 53.99 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 152 | 5 | 0 | 0.02 | 0.97 | 0.39 | 58.8 | 0.94 | 0.31 |
| Hex | 9B | 98 | 5 | 0 | 2 | 61 | 27 | 3B | 5E | 1F |
| Octal | 233 | 230 | 5 | 0 | 2 | 141 | 47 | 73 | 136 | 37 |
| Binary | 10011011 | 10011000 | 101 | 0 | 10 | 1100001 | 100111 | 111011 | 1011110 | 11111 |
Color Harmonies of #9B9805
Complementary color
Monochromatic Colors of #9B9805
Black with #9B9805
Text Example
Text Example
White with #9B9805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9805; }
p { color: rgb(155,152,5); }
H1.HeaderClassName
{
color: #9B9805;
}
.AnyTagClassName
{
color: #9B9805;
}
</style>
background-color css
<style>
a { background-color: #9B9805; }
a { background-color: rgb(155,152,5); }
div.DivClassName
{
background-color: #9B9805;
}
.BgClassName
{
background-color: #9B9805;
}
</style>
border-color css
<style>
span { border-color: #9B9805; }
span { border-color: rgb(155,152,5); }
td.TdClassName
{
border-color: #9B9805;
}
.TagClassName
{
border-color: #9B9805;
}
</style>