Shades of Lucky #9F962B
Tints of Lucky #9F962B
RGB
CMYK
RGB Variations
Color information
#9F962B (or 0x9F962B) is known color: Lucky. HEX triplet: 9F, 96 and 2B. RGB value is (159,150,43). Sum of RGB (Red+Green+Blue) = 159+150+43=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F962B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F962B is #6069D4. Grayscale: #8C8C8C. Windows color (decimal): -6318549 or 2856607. OLE color: 2856607.
HSL color Cylindrical-coordinate representation of color #9F962B: hue angle of 55.34º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F962B is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 43 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.38 |
| HSL | 55.34º | 0.57% | 0.4% | - |
| HSV(B) | 55.34º | 0.73% | 0.62% | - |
| XYZ | 25.64 | 29.36 | 6.6 | - |
| YUV | 140.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 43 | 0 | 0.06 | 0.73 | 0.38 | 55.34 | 0.57 | 0.4 |
| Hex | 9F | 96 | 2B | 0 | 6 | 49 | 26 | 37 | 39 | 28 |
| Octal | 237 | 226 | 53 | 0 | 6 | 111 | 46 | 67 | 71 | 50 |
| Binary | 10011111 | 10010110 | 101011 | 0 | 110 | 1001001 | 100110 | 110111 | 111001 | 101000 |
Color Harmonies of #9F962B
Complementary color
Monochromatic Colors of #9F962B
Black with #9F962B
Text Example
Text Example
White with #9F962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F962B; }
p { color: rgb(159,150,43); }
H1.HeaderClassName
{
color: #9F962B;
}
.AnyTagClassName
{
color: #9F962B;
}
</style>
background-color css
<style>
a { background-color: #9F962B; }
a { background-color: rgb(159,150,43); }
div.DivClassName
{
background-color: #9F962B;
}
.BgClassName
{
background-color: #9F962B;
}
</style>
border-color css
<style>
span { border-color: #9F962B; }
span { border-color: rgb(159,150,43); }
td.TdClassName
{
border-color: #9F962B;
}
.TagClassName
{
border-color: #9F962B;
}
</style>