Shades of Luxor Gold #9E924D
Tints of Luxor Gold #9E924D
RGB
CMYK
RGB Variations
Color information
#9E924D (or 0x9E924D) is known color: Luxor Gold. HEX triplet: 9E, 92 and 4D. RGB value is (158,146,77). Sum of RGB (Red+Green+Blue) = 158+146+77=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E924D is #616DB2. Grayscale: #8E8E8E. Windows color (decimal): -6385075 or 5083806. OLE color: 5083806.
HSL color Cylindrical-coordinate representation of color #9E924D: hue angle of 51.11º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E924D is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 146 | 77 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.38 |
| HSL | 51.11º | 0.34% | 0.46% | - |
| HSV(B) | 51.11º | 0.51% | 0.62% | - |
| XYZ | 25.72 | 28.36 | 11.14 | - |
| YUV | 141.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 146 | 77 | 0 | 0.08 | 0.51 | 0.38 | 51.11 | 0.34 | 0.46 |
| Hex | 9E | 92 | 4D | 0 | 8 | 33 | 26 | 33 | 22 | 2E |
| Octal | 236 | 222 | 115 | 0 | 10 | 63 | 46 | 63 | 42 | 56 |
| Binary | 10011110 | 10010010 | 1001101 | 0 | 1000 | 110011 | 100110 | 110011 | 100010 | 101110 |
Color Harmonies of #9E924D
Complementary color
Monochromatic Colors of #9E924D
Black with #9E924D
Text Example
Text Example
White with #9E924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E924D; }
p { color: rgb(158,146,77); }
H1.HeaderClassName
{
color: #9E924D;
}
.AnyTagClassName
{
color: #9E924D;
}
</style>
background-color css
<style>
a { background-color: #9E924D; }
a { background-color: rgb(158,146,77); }
div.DivClassName
{
background-color: #9E924D;
}
.BgClassName
{
background-color: #9E924D;
}
</style>
border-color css
<style>
span { border-color: #9E924D; }
span { border-color: rgb(158,146,77); }
td.TdClassName
{
border-color: #9E924D;
}
.TagClassName
{
border-color: #9E924D;
}
</style>