Shades of Lucky #9B990C
Tints of Lucky #9B990C
RGB
CMYK
RGB Variations
Color information
#9B990C (or 0x9B990C) is known color: Lucky. HEX triplet: 9B, 99 and 0C. RGB value is (155,153,12). Sum of RGB (Red+Green+Blue) = 155+153+12=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B990C is #6466F3. Grayscale: #8A8A8A. Windows color (decimal): -6579956 or 825755. OLE color: 825755.
HSL color Cylindrical-coordinate representation of color #9B990C: hue angle of 59.16º 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 #9B990C is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 12 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.39 |
| HSL | 59.16º | 0.86% | 0.33% | - |
| HSV(B) | 59.16º | 0.92% | 0.61% | - |
| XYZ | 24.98 | 29.78 | 4.78 | - |
| YUV | 137.52 | 57.16 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 12 | 0 | 0.01 | 0.92 | 0.39 | 59.16 | 0.86 | 0.33 |
| Hex | 9B | 99 | C | 0 | 1 | 5C | 27 | 3B | 56 | 21 |
| Octal | 233 | 231 | 14 | 0 | 1 | 134 | 47 | 73 | 126 | 41 |
| Binary | 10011011 | 10011001 | 1100 | 0 | 1 | 1011100 | 100111 | 111011 | 1010110 | 100001 |
Color Harmonies of #9B990C
Complementary color
Monochromatic Colors of #9B990C
Black with #9B990C
Text Example
Text Example
White with #9B990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B990C; }
p { color: rgb(155,153,12); }
H1.HeaderClassName
{
color: #9B990C;
}
.AnyTagClassName
{
color: #9B990C;
}
</style>
background-color css
<style>
a { background-color: #9B990C; }
a { background-color: rgb(155,153,12); }
div.DivClassName
{
background-color: #9B990C;
}
.BgClassName
{
background-color: #9B990C;
}
</style>
border-color css
<style>
span { border-color: #9B990C; }
span { border-color: rgb(155,153,12); }
td.TdClassName
{
border-color: #9B990C;
}
.TagClassName
{
border-color: #9B990C;
}
</style>