Shades of Luxor Gold #9F924A
Tints of Luxor Gold #9F924A
RGB
CMYK
RGB Variations
Color information
#9F924A (or 0x9F924A) is known color: Luxor Gold. HEX triplet: 9F, 92 and 4A. RGB value is (159,146,74). Sum of RGB (Red+Green+Blue) = 159+146+74=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F924A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F924A is #606DB5. Grayscale: #8D8D8D. Windows color (decimal): -6319542 or 4887199. OLE color: 4887199.
HSL color Cylindrical-coordinate representation of color #9F924A: hue angle of 50.82º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F924A is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 74 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.38 |
| HSL | 50.82º | 0.36% | 0.46% | - |
| HSV(B) | 50.82º | 0.53% | 0.62% | - |
| XYZ | 25.81 | 28.42 | 10.6 | - |
| YUV | 141.68 | 89.81 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 74 | 0 | 0.08 | 0.53 | 0.38 | 50.82 | 0.36 | 0.46 |
| Hex | 9F | 92 | 4A | 0 | 8 | 35 | 26 | 33 | 24 | 2E |
| Octal | 237 | 222 | 112 | 0 | 10 | 65 | 46 | 63 | 44 | 56 |
| Binary | 10011111 | 10010010 | 1001010 | 0 | 1000 | 110101 | 100110 | 110011 | 100100 | 101110 |
Color Harmonies of #9F924A
Complementary color
Monochromatic Colors of #9F924A
Black with #9F924A
Text Example
Text Example
White with #9F924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F924A; }
p { color: rgb(159,146,74); }
H1.HeaderClassName
{
color: #9F924A;
}
.AnyTagClassName
{
color: #9F924A;
}
</style>
background-color css
<style>
a { background-color: #9F924A; }
a { background-color: rgb(159,146,74); }
div.DivClassName
{
background-color: #9F924A;
}
.BgClassName
{
background-color: #9F924A;
}
</style>
border-color css
<style>
span { border-color: #9F924A; }
span { border-color: rgb(159,146,74); }
td.TdClassName
{
border-color: #9F924A;
}
.TagClassName
{
border-color: #9F924A;
}
</style>