Shades of Luxor Gold #9E8F4C
Tints of Luxor Gold #9E8F4C
RGB
CMYK
RGB Variations
Color information
#9E8F4C (or 0x9E8F4C) is known color: Luxor Gold. HEX triplet: 9E, 8F and 4C. RGB value is (158,143,76). Sum of RGB (Red+Green+Blue) = 158+143+76=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8F4C is #6170B3. Grayscale: #8C8C8C. Windows color (decimal): -6385844 or 5017502. OLE color: 5017502.
HSL color Cylindrical-coordinate representation of color #9E8F4C: hue angle of 49.02º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E8F4C is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 143 | 76 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.38 |
| HSL | 49.02º | 0.35% | 0.46% | - |
| HSV(B) | 49.02º | 0.52% | 0.62% | - |
| XYZ | 25.23 | 27.44 | 10.8 | - |
| YUV | 139.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 143 | 76 | 0 | 0.09 | 0.52 | 0.38 | 49.02 | 0.35 | 0.46 |
| Hex | 9E | 8F | 4C | 0 | 9 | 34 | 26 | 31 | 23 | 2E |
| Octal | 236 | 217 | 114 | 0 | 11 | 64 | 46 | 61 | 43 | 56 |
| Binary | 10011110 | 10001111 | 1001100 | 0 | 1001 | 110100 | 100110 | 110001 | 100011 | 101110 |
Color Harmonies of #9E8F4C
Complementary color
Monochromatic Colors of #9E8F4C
Black with #9E8F4C
Text Example
Text Example
White with #9E8F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8F4C; }
p { color: rgb(158,143,76); }
H1.HeaderClassName
{
color: #9E8F4C;
}
.AnyTagClassName
{
color: #9E8F4C;
}
</style>
background-color css
<style>
a { background-color: #9E8F4C; }
a { background-color: rgb(158,143,76); }
div.DivClassName
{
background-color: #9E8F4C;
}
.BgClassName
{
background-color: #9E8F4C;
}
</style>
border-color css
<style>
span { border-color: #9E8F4C; }
span { border-color: rgb(158,143,76); }
td.TdClassName
{
border-color: #9E8F4C;
}
.TagClassName
{
border-color: #9E8F4C;
}
</style>