Shades of Lucky #9B9603
Tints of Lucky #9B9603
RGB
CMYK
RGB Variations
Color information
#9B9603 (or 0x9B9603) is known color: Lucky. HEX triplet: 9B, 96 and 03. RGB value is (155,150,3). Sum of RGB (Red+Green+Blue) = 155+150+3=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9603 is #6469FC. Grayscale: #878787. Windows color (decimal): -6580733 or 235163. OLE color: 235163.
HSL color Cylindrical-coordinate representation of color #9B9603: hue angle of 58.03º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B9603 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 150 | 3 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.39 |
| HSL | 58.03º | 0.96% | 0.31% | - |
| HSV(B) | 58.03º | 0.98% | 0.61% | - |
| XYZ | 24.44 | 28.79 | 4.35 | - |
| YUV | 134.74 | 53.66 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 3 | 0 | 0.03 | 0.98 | 0.39 | 58.03 | 0.96 | 0.31 |
| Hex | 9B | 96 | 3 | 0 | 3 | 62 | 27 | 3A | 60 | 1F |
| Octal | 233 | 226 | 3 | 0 | 3 | 142 | 47 | 72 | 140 | 37 |
| Binary | 10011011 | 10010110 | 11 | 0 | 11 | 1100010 | 100111 | 111010 | 1100000 | 11111 |
Color Harmonies of #9B9603
Complementary color
Monochromatic Colors of #9B9603
Black with #9B9603
Text Example
Text Example
White with #9B9603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9603; }
p { color: rgb(155,150,3); }
H1.HeaderClassName
{
color: #9B9603;
}
.AnyTagClassName
{
color: #9B9603;
}
</style>
background-color css
<style>
a { background-color: #9B9603; }
a { background-color: rgb(155,150,3); }
div.DivClassName
{
background-color: #9B9603;
}
.BgClassName
{
background-color: #9B9603;
}
</style>
border-color css
<style>
span { border-color: #9B9603; }
span { border-color: rgb(155,150,3); }
td.TdClassName
{
border-color: #9B9603;
}
.TagClassName
{
border-color: #9B9603;
}
</style>