Shades of Lucky #9F941C
Tints of Lucky #9F941C
RGB
CMYK
RGB Variations
Color information
#9F941C (or 0x9F941C) is known color: Lucky. HEX triplet: 9F, 94 and 1C. RGB value is (159,148,28). Sum of RGB (Red+Green+Blue) = 159+148+28=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F941C is #606BE3. Grayscale: #8A8A8A. Windows color (decimal): -6319076 or 1873055. OLE color: 1873055.
HSL color Cylindrical-coordinate representation of color #9F941C: hue angle of 54.96º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F941C is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 28 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.38 |
| HSL | 54.96º | 0.7% | 0.37% | - |
| HSV(B) | 54.96º | 0.82% | 0.62% | - |
| XYZ | 25.1 | 28.63 | 5.3 | - |
| YUV | 137.61 | 66.14 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 28 | 0 | 0.07 | 0.82 | 0.38 | 54.96 | 0.7 | 0.37 |
| Hex | 9F | 94 | 1C | 0 | 7 | 52 | 26 | 37 | 46 | 25 |
| Octal | 237 | 224 | 34 | 0 | 7 | 122 | 46 | 67 | 106 | 45 |
| Binary | 10011111 | 10010100 | 11100 | 0 | 111 | 1010010 | 100110 | 110111 | 1000110 | 100101 |
Color Harmonies of #9F941C
Complementary color
Monochromatic Colors of #9F941C
Black with #9F941C
Text Example
Text Example
White with #9F941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F941C; }
p { color: rgb(159,148,28); }
H1.HeaderClassName
{
color: #9F941C;
}
.AnyTagClassName
{
color: #9F941C;
}
</style>
background-color css
<style>
a { background-color: #9F941C; }
a { background-color: rgb(159,148,28); }
div.DivClassName
{
background-color: #9F941C;
}
.BgClassName
{
background-color: #9F941C;
}
</style>
border-color css
<style>
span { border-color: #9F941C; }
span { border-color: rgb(159,148,28); }
td.TdClassName
{
border-color: #9F941C;
}
.TagClassName
{
border-color: #9F941C;
}
</style>