Shades of Lucky #9F9203
Tints of Lucky #9F9203
RGB
CMYK
RGB Variations
Color information
#9F9203 (or 0x9F9203) is known color: Lucky. HEX triplet: 9F, 92 and 03. RGB value is (159,146,3). Sum of RGB (Red+Green+Blue) = 159+146+3=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9203 is #606DFC. Grayscale: #868686. Windows color (decimal): -6319613 or 234143. OLE color: 234143.
HSL color Cylindrical-coordinate representation of color #9F9203: hue angle of 55º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F9203 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 3 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.38 |
| HSL | 55º | 0.96% | 0.32% | - |
| HSV(B) | 55º | 0.98% | 0.62% | - |
| XYZ | 24.59 | 27.94 | 4.18 | - |
| YUV | 133.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 3 | 0 | 0.08 | 0.98 | 0.38 | 55 | 0.96 | 0.32 |
| Hex | 9F | 92 | 3 | 0 | 8 | 62 | 26 | 37 | 60 | 20 |
| Octal | 237 | 222 | 3 | 0 | 10 | 142 | 46 | 67 | 140 | 40 |
| Binary | 10011111 | 10010010 | 11 | 0 | 1000 | 1100010 | 100110 | 110111 | 1100000 | 100000 |
Color Harmonies of #9F9203
Complementary color
Monochromatic Colors of #9F9203
Black with #9F9203
Text Example
Text Example
White with #9F9203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9203; }
p { color: rgb(159,146,3); }
H1.HeaderClassName
{
color: #9F9203;
}
.AnyTagClassName
{
color: #9F9203;
}
</style>
background-color css
<style>
a { background-color: #9F9203; }
a { background-color: rgb(159,146,3); }
div.DivClassName
{
background-color: #9F9203;
}
.BgClassName
{
background-color: #9F9203;
}
</style>
border-color css
<style>
span { border-color: #9F9203; }
span { border-color: rgb(159,146,3); }
td.TdClassName
{
border-color: #9F9203;
}
.TagClassName
{
border-color: #9F9203;
}
</style>