Shades of Lucky #9F961B
Tints of Lucky #9F961B
RGB
CMYK
RGB Variations
Color information
#9F961B (or 0x9F961B) is known color: Lucky. HEX triplet: 9F, 96 and 1B. RGB value is (159,150,27). Sum of RGB (Red+Green+Blue) = 159+150+27=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F961B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F961B is #6069E4. Grayscale: #8B8B8B. Windows color (decimal): -6318565 or 1808031. OLE color: 1808031.
HSL color Cylindrical-coordinate representation of color #9F961B: hue angle of 55.91º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F961B is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 27 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.38 |
| HSL | 55.91º | 0.71% | 0.36% | - |
| HSV(B) | 55.91º | 0.83% | 0.62% | - |
| XYZ | 25.4 | 29.26 | 5.35 | - |
| YUV | 138.67 | 64.98 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 27 | 0 | 0.06 | 0.83 | 0.38 | 55.91 | 0.71 | 0.36 |
| Hex | 9F | 96 | 1B | 0 | 6 | 53 | 26 | 38 | 47 | 24 |
| Octal | 237 | 226 | 33 | 0 | 6 | 123 | 46 | 70 | 107 | 44 |
| Binary | 10011111 | 10010110 | 11011 | 0 | 110 | 1010011 | 100110 | 111000 | 1000111 | 100100 |
Color Harmonies of #9F961B
Complementary color
Monochromatic Colors of #9F961B
Black with #9F961B
Text Example
Text Example
White with #9F961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F961B; }
p { color: rgb(159,150,27); }
H1.HeaderClassName
{
color: #9F961B;
}
.AnyTagClassName
{
color: #9F961B;
}
</style>
background-color css
<style>
a { background-color: #9F961B; }
a { background-color: rgb(159,150,27); }
div.DivClassName
{
background-color: #9F961B;
}
.BgClassName
{
background-color: #9F961B;
}
</style>
border-color css
<style>
span { border-color: #9F961B; }
span { border-color: rgb(159,150,27); }
td.TdClassName
{
border-color: #9F961B;
}
.TagClassName
{
border-color: #9F961B;
}
</style>