Shades of Lucky #9F910B
Tints of Lucky #9F910B
RGB
CMYK
RGB Variations
Color information
#9F910B (or 0x9F910B) is known color: Lucky. HEX triplet: 9F, 91 and 0B. RGB value is (159,145,11). Sum of RGB (Red+Green+Blue) = 159+145+11=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F910B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F910B is #606EF4. Grayscale: #868686. Windows color (decimal): -6319861 or 758175. OLE color: 758175.
HSL color Cylindrical-coordinate representation of color #9F910B: hue angle of 54.32º 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 #9F910B is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 11 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.38 |
| HSL | 54.32º | 0.87% | 0.33% | - |
| HSV(B) | 54.32º | 0.93% | 0.62% | - |
| XYZ | 24.48 | 27.65 | 4.36 | - |
| YUV | 133.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 11 | 0 | 0.09 | 0.93 | 0.38 | 54.32 | 0.87 | 0.33 |
| Hex | 9F | 91 | B | 0 | 9 | 5D | 26 | 36 | 57 | 21 |
| Octal | 237 | 221 | 13 | 0 | 11 | 135 | 46 | 66 | 127 | 41 |
| Binary | 10011111 | 10010001 | 1011 | 0 | 1001 | 1011101 | 100110 | 110110 | 1010111 | 100001 |
Color Harmonies of #9F910B
Complementary color
Monochromatic Colors of #9F910B
Black with #9F910B
Text Example
Text Example
White with #9F910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F910B; }
p { color: rgb(159,145,11); }
H1.HeaderClassName
{
color: #9F910B;
}
.AnyTagClassName
{
color: #9F910B;
}
</style>
background-color css
<style>
a { background-color: #9F910B; }
a { background-color: rgb(159,145,11); }
div.DivClassName
{
background-color: #9F910B;
}
.BgClassName
{
background-color: #9F910B;
}
</style>
border-color css
<style>
span { border-color: #9F910B; }
span { border-color: rgb(159,145,11); }
td.TdClassName
{
border-color: #9F910B;
}
.TagClassName
{
border-color: #9F910B;
}
</style>