Shades of Lucky #9F962A
Tints of Lucky #9F962A
RGB
CMYK
RGB Variations
Color information
#9F962A (or 0x9F962A) is known color: Lucky. HEX triplet: 9F, 96 and 2A. RGB value is (159,150,42). Sum of RGB (Red+Green+Blue) = 159+150+42=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F962A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F962A is #6069D5. Grayscale: #8C8C8C. Windows color (decimal): -6318550 or 2791071. OLE color: 2791071.
HSL color Cylindrical-coordinate representation of color #9F962A: hue angle of 55.38º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F962A is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 42 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.38 |
| HSL | 55.38º | 0.58% | 0.39% | - |
| HSV(B) | 55.38º | 0.74% | 0.62% | - |
| XYZ | 25.62 | 29.35 | 6.51 | - |
| YUV | 140.38 | 72.48 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 42 | 0 | 0.06 | 0.74 | 0.38 | 55.38 | 0.58 | 0.39 |
| Hex | 9F | 96 | 2A | 0 | 6 | 4A | 26 | 37 | 3A | 27 |
| Octal | 237 | 226 | 52 | 0 | 6 | 112 | 46 | 67 | 72 | 47 |
| Binary | 10011111 | 10010110 | 101010 | 0 | 110 | 1001010 | 100110 | 110111 | 111010 | 100111 |
Color Harmonies of #9F962A
Complementary color
Monochromatic Colors of #9F962A
Black with #9F962A
Text Example
Text Example
White with #9F962A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F962A; }
p { color: rgb(159,150,42); }
H1.HeaderClassName
{
color: #9F962A;
}
.AnyTagClassName
{
color: #9F962A;
}
</style>
background-color css
<style>
a { background-color: #9F962A; }
a { background-color: rgb(159,150,42); }
div.DivClassName
{
background-color: #9F962A;
}
.BgClassName
{
background-color: #9F962A;
}
</style>
border-color css
<style>
span { border-color: #9F962A; }
span { border-color: rgb(159,150,42); }
td.TdClassName
{
border-color: #9F962A;
}
.TagClassName
{
border-color: #9F962A;
}
</style>