Shades of Lucky #9B920C
Tints of Lucky #9B920C
RGB
CMYK
RGB Variations
Color information
#9B920C (or 0x9B920C) is known color: Lucky. HEX triplet: 9B, 92 and 0C. RGB value is (155,146,12). Sum of RGB (Red+Green+Blue) = 155+146+12=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B920C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B920C is #646DF3. Grayscale: #858585. Windows color (decimal): -6581748 or 823963. OLE color: 823963.
HSL color Cylindrical-coordinate representation of color #9B920C: hue angle of 56.22º 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 #9B920C is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 146 | 12 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.39 |
| HSL | 56.22º | 0.86% | 0.33% | - |
| HSV(B) | 56.22º | 0.92% | 0.61% | - |
| XYZ | 23.86 | 27.55 | 4.41 | - |
| YUV | 133.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 146 | 12 | 0 | 0.06 | 0.92 | 0.39 | 56.22 | 0.86 | 0.33 |
| Hex | 9B | 92 | C | 0 | 6 | 5C | 27 | 38 | 56 | 21 |
| Octal | 233 | 222 | 14 | 0 | 6 | 134 | 47 | 70 | 126 | 41 |
| Binary | 10011011 | 10010010 | 1100 | 0 | 110 | 1011100 | 100111 | 111000 | 1010110 | 100001 |
Color Harmonies of #9B920C
Complementary color
Monochromatic Colors of #9B920C
Black with #9B920C
Text Example
Text Example
White with #9B920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B920C; }
p { color: rgb(155,146,12); }
H1.HeaderClassName
{
color: #9B920C;
}
.AnyTagClassName
{
color: #9B920C;
}
</style>
background-color css
<style>
a { background-color: #9B920C; }
a { background-color: rgb(155,146,12); }
div.DivClassName
{
background-color: #9B920C;
}
.BgClassName
{
background-color: #9B920C;
}
</style>
border-color css
<style>
span { border-color: #9B920C; }
span { border-color: rgb(155,146,12); }
td.TdClassName
{
border-color: #9B920C;
}
.TagClassName
{
border-color: #9B920C;
}
</style>