Shades of Lucky #9B990F
Tints of Lucky #9B990F
RGB
CMYK
RGB Variations
Color information
#9B990F (or 0x9B990F) is known color: Lucky. HEX triplet: 9B, 99 and 0F. RGB value is (155,153,15). Sum of RGB (Red+Green+Blue) = 155+153+15=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B990F is #6466F0. Grayscale: #8A8A8A. Windows color (decimal): -6579953 or 1022363. OLE color: 1022363.
HSL color Cylindrical-coordinate representation of color #9B990F: hue angle of 59.14º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B990F is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 15 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.39 |
| HSL | 59.14º | 0.82% | 0.33% | - |
| HSV(B) | 59.14º | 0.9% | 0.61% | - |
| XYZ | 25 | 29.79 | 4.88 | - |
| YUV | 137.87 | 58.66 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 15 | 0 | 0.01 | 0.90 | 0.39 | 59.14 | 0.82 | 0.33 |
| Hex | 9B | 99 | F | 0 | 1 | 5A | 27 | 3B | 52 | 21 |
| Octal | 233 | 231 | 17 | 0 | 1 | 132 | 47 | 73 | 122 | 41 |
| Binary | 10011011 | 10011001 | 1111 | 0 | 1 | 1011010 | 100111 | 111011 | 1010010 | 100001 |
Color Harmonies of #9B990F
Complementary color
Monochromatic Colors of #9B990F
Black with #9B990F
Text Example
Text Example
White with #9B990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B990F; }
p { color: rgb(155,153,15); }
H1.HeaderClassName
{
color: #9B990F;
}
.AnyTagClassName
{
color: #9B990F;
}
</style>
background-color css
<style>
a { background-color: #9B990F; }
a { background-color: rgb(155,153,15); }
div.DivClassName
{
background-color: #9B990F;
}
.BgClassName
{
background-color: #9B990F;
}
</style>
border-color css
<style>
span { border-color: #9B990F; }
span { border-color: rgb(155,153,15); }
td.TdClassName
{
border-color: #9B990F;
}
.TagClassName
{
border-color: #9B990F;
}
</style>