Shades of Lucky #9F970B
Tints of Lucky #9F970B
RGB
CMYK
RGB Variations
Color information
#9F970B (or 0x9F970B) is known color: Lucky. HEX triplet: 9F, 97 and 0B. RGB value is (159,151,11). Sum of RGB (Red+Green+Blue) = 159+151+11=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F970B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F970B is #6068F4. Grayscale: #8A8A8A. Windows color (decimal): -6318325 or 759711. OLE color: 759711.
HSL color Cylindrical-coordinate representation of color #9F970B: hue angle of 56.76º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F970B is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 151 | 11 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.38 |
| HSL | 56.76º | 0.87% | 0.33% | - |
| HSV(B) | 56.76º | 0.93% | 0.62% | - |
| XYZ | 25.43 | 29.53 | 4.68 | - |
| YUV | 137.43 | 56.65 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 151 | 11 | 0 | 0.05 | 0.93 | 0.38 | 56.76 | 0.87 | 0.33 |
| Hex | 9F | 97 | B | 0 | 5 | 5D | 26 | 39 | 57 | 21 |
| Octal | 237 | 227 | 13 | 0 | 5 | 135 | 46 | 71 | 127 | 41 |
| Binary | 10011111 | 10010111 | 1011 | 0 | 101 | 1011101 | 100110 | 111001 | 1010111 | 100001 |
Color Harmonies of #9F970B
Complementary color
Monochromatic Colors of #9F970B
Black with #9F970B
Text Example
Text Example
White with #9F970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F970B; }
p { color: rgb(159,151,11); }
H1.HeaderClassName
{
color: #9F970B;
}
.AnyTagClassName
{
color: #9F970B;
}
</style>
background-color css
<style>
a { background-color: #9F970B; }
a { background-color: rgb(159,151,11); }
div.DivClassName
{
background-color: #9F970B;
}
.BgClassName
{
background-color: #9F970B;
}
</style>
border-color css
<style>
span { border-color: #9F970B; }
span { border-color: rgb(159,151,11); }
td.TdClassName
{
border-color: #9F970B;
}
.TagClassName
{
border-color: #9F970B;
}
</style>