Shades of Lucky #9B940C
Tints of Lucky #9B940C
RGB
CMYK
RGB Variations
Color information
#9B940C (or 0x9B940C) is known color: Lucky. HEX triplet: 9B, 94 and 0C. RGB value is (155,148,12). Sum of RGB (Red+Green+Blue) = 155+148+12=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B940C is #646BF3. Grayscale: #878787. Windows color (decimal): -6581236 or 824475. OLE color: 824475.
HSL color Cylindrical-coordinate representation of color #9B940C: hue angle of 57.06º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B940C is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 148 | 12 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.39 |
| HSL | 57.06º | 0.86% | 0.33% | - |
| HSV(B) | 57.06º | 0.92% | 0.61% | - |
| XYZ | 24.17 | 28.17 | 4.51 | - |
| YUV | 134.59 | 58.82 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 12 | 0 | 0.05 | 0.92 | 0.39 | 57.06 | 0.86 | 0.33 |
| Hex | 9B | 94 | C | 0 | 5 | 5C | 27 | 39 | 56 | 21 |
| Octal | 233 | 224 | 14 | 0 | 5 | 134 | 47 | 71 | 126 | 41 |
| Binary | 10011011 | 10010100 | 1100 | 0 | 101 | 1011100 | 100111 | 111001 | 1010110 | 100001 |
Color Harmonies of #9B940C
Complementary color
Monochromatic Colors of #9B940C
Black with #9B940C
Text Example
Text Example
White with #9B940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B940C; }
p { color: rgb(155,148,12); }
H1.HeaderClassName
{
color: #9B940C;
}
.AnyTagClassName
{
color: #9B940C;
}
</style>
background-color css
<style>
a { background-color: #9B940C; }
a { background-color: rgb(155,148,12); }
div.DivClassName
{
background-color: #9B940C;
}
.BgClassName
{
background-color: #9B940C;
}
</style>
border-color css
<style>
span { border-color: #9B940C; }
span { border-color: rgb(155,148,12); }
td.TdClassName
{
border-color: #9B940C;
}
.TagClassName
{
border-color: #9B940C;
}
</style>