Shades of Lucky #9F921F
Tints of Lucky #9F921F
RGB
CMYK
RGB Variations
Color information
#9F921F (or 0x9F921F) is known color: Lucky. HEX triplet: 9F, 92 and 1F. RGB value is (159,146,31). Sum of RGB (Red+Green+Blue) = 159+146+31=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F921F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F921F is #606DE0. Grayscale: #898989. Windows color (decimal): -6319585 or 2069151. OLE color: 2069151.
HSL color Cylindrical-coordinate representation of color #9F921F: hue angle of 53.91º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F921F is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 31 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.38 |
| HSL | 53.91º | 0.67% | 0.37% | - |
| HSV(B) | 53.91º | 0.81% | 0.62% | - |
| XYZ | 24.82 | 28.03 | 5.4 | - |
| YUV | 136.78 | 68.31 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 31 | 0 | 0.08 | 0.81 | 0.38 | 53.91 | 0.67 | 0.37 |
| Hex | 9F | 92 | 1F | 0 | 8 | 51 | 26 | 36 | 43 | 25 |
| Octal | 237 | 222 | 37 | 0 | 10 | 121 | 46 | 66 | 103 | 45 |
| Binary | 10011111 | 10010010 | 11111 | 0 | 1000 | 1010001 | 100110 | 110110 | 1000011 | 100101 |
Color Harmonies of #9F921F
Complementary color
Monochromatic Colors of #9F921F
Black with #9F921F
Text Example
Text Example
White with #9F921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F921F; }
p { color: rgb(159,146,31); }
H1.HeaderClassName
{
color: #9F921F;
}
.AnyTagClassName
{
color: #9F921F;
}
</style>
background-color css
<style>
a { background-color: #9F921F; }
a { background-color: rgb(159,146,31); }
div.DivClassName
{
background-color: #9F921F;
}
.BgClassName
{
background-color: #9F921F;
}
</style>
border-color css
<style>
span { border-color: #9F921F; }
span { border-color: rgb(159,146,31); }
td.TdClassName
{
border-color: #9F921F;
}
.TagClassName
{
border-color: #9F921F;
}
</style>