Shades of Lucky #9B900B
Tints of Lucky #9B900B
RGB
CMYK
RGB Variations
Color information
#9B900B (or 0x9B900B) is known color: Lucky. HEX triplet: 9B, 90 and 0B. RGB value is (155,144,11). Sum of RGB (Red+Green+Blue) = 155+144+11=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B900B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B900B is #646FF4. Grayscale: #848484. Windows color (decimal): -6582261 or 757915. OLE color: 757915.
HSL color Cylindrical-coordinate representation of color #9B900B: hue angle of 55.42º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B900B is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 144 | 11 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.39 |
| HSL | 55.42º | 0.87% | 0.33% | - |
| HSV(B) | 55.42º | 0.93% | 0.61% | - |
| XYZ | 23.55 | 26.94 | 4.28 | - |
| YUV | 132.13 | 59.64 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 11 | 0 | 0.07 | 0.93 | 0.39 | 55.42 | 0.87 | 0.33 |
| Hex | 9B | 90 | B | 0 | 7 | 5D | 27 | 37 | 57 | 21 |
| Octal | 233 | 220 | 13 | 0 | 7 | 135 | 47 | 67 | 127 | 41 |
| Binary | 10011011 | 10010000 | 1011 | 0 | 111 | 1011101 | 100111 | 110111 | 1010111 | 100001 |
Color Harmonies of #9B900B
Complementary color
Monochromatic Colors of #9B900B
Black with #9B900B
Text Example
Text Example
White with #9B900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B900B; }
p { color: rgb(155,144,11); }
H1.HeaderClassName
{
color: #9B900B;
}
.AnyTagClassName
{
color: #9B900B;
}
</style>
background-color css
<style>
a { background-color: #9B900B; }
a { background-color: rgb(155,144,11); }
div.DivClassName
{
background-color: #9B900B;
}
.BgClassName
{
background-color: #9B900B;
}
</style>
border-color css
<style>
span { border-color: #9B900B; }
span { border-color: rgb(155,144,11); }
td.TdClassName
{
border-color: #9B900B;
}
.TagClassName
{
border-color: #9B900B;
}
</style>