Shades of Lucky #9B940B
Tints of Lucky #9B940B
RGB
CMYK
RGB Variations
Color information
#9B940B (or 0x9B940B) is known color: Lucky. HEX triplet: 9B, 94 and 0B. RGB value is (155,148,11). Sum of RGB (Red+Green+Blue) = 155+148+11=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B940B is #646BF4. Grayscale: #878787. Windows color (decimal): -6581237 or 758939. OLE color: 758939.
HSL color Cylindrical-coordinate representation of color #9B940B: hue angle of 57.08º 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 #9B940B is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 148 | 11 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.39 |
| HSL | 57.08º | 0.87% | 0.33% | - |
| HSV(B) | 57.08º | 0.93% | 0.61% | - |
| XYZ | 24.17 | 28.17 | 4.48 | - |
| YUV | 134.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 11 | 0 | 0.05 | 0.93 | 0.39 | 57.08 | 0.87 | 0.33 |
| Hex | 9B | 94 | B | 0 | 5 | 5D | 27 | 39 | 57 | 21 |
| Octal | 233 | 224 | 13 | 0 | 5 | 135 | 47 | 71 | 127 | 41 |
| Binary | 10011011 | 10010100 | 1011 | 0 | 101 | 1011101 | 100111 | 111001 | 1010111 | 100001 |
Color Harmonies of #9B940B
Complementary color
Monochromatic Colors of #9B940B
Black with #9B940B
Text Example
Text Example
White with #9B940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B940B; }
p { color: rgb(155,148,11); }
H1.HeaderClassName
{
color: #9B940B;
}
.AnyTagClassName
{
color: #9B940B;
}
</style>
background-color css
<style>
a { background-color: #9B940B; }
a { background-color: rgb(155,148,11); }
div.DivClassName
{
background-color: #9B940B;
}
.BgClassName
{
background-color: #9B940B;
}
</style>
border-color css
<style>
span { border-color: #9B940B; }
span { border-color: rgb(155,148,11); }
td.TdClassName
{
border-color: #9B940B;
}
.TagClassName
{
border-color: #9B940B;
}
</style>