Shades of Luxor Gold #9B8A4B
Tints of Luxor Gold #9B8A4B
RGB
CMYK
RGB Variations
Color information
#9B8A4B (or 0x9B8A4B) is known color: Luxor Gold. HEX triplet: 9B, 8A and 4B. RGB value is (155,138,75). Sum of RGB (Red+Green+Blue) = 155+138+75=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8A4B is #6475B4. Grayscale: #888888. Windows color (decimal): -6583733 or 4950683. OLE color: 4950683.
HSL color Cylindrical-coordinate representation of color #9B8A4B: hue angle of 47.25º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B8A4B is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 75 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.39 |
| HSL | 47.25º | 0.35% | 0.45% | - |
| HSV(B) | 47.25º | 0.52% | 0.61% | - |
| XYZ | 23.88 | 25.65 | 10.35 | - |
| YUV | 135.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 75 | 0 | 0.11 | 0.52 | 0.39 | 47.25 | 0.35 | 0.45 |
| Hex | 9B | 8A | 4B | 0 | B | 34 | 27 | 2F | 23 | 2D |
| Octal | 233 | 212 | 113 | 0 | 13 | 64 | 47 | 57 | 43 | 55 |
| Binary | 10011011 | 10001010 | 1001011 | 0 | 1011 | 110100 | 100111 | 101111 | 100011 | 101101 |
Color Harmonies of #9B8A4B
Complementary color
Monochromatic Colors of #9B8A4B
Black with #9B8A4B
Text Example
Text Example
White with #9B8A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A4B; }
p { color: rgb(155,138,75); }
H1.HeaderClassName
{
color: #9B8A4B;
}
.AnyTagClassName
{
color: #9B8A4B;
}
</style>
background-color css
<style>
a { background-color: #9B8A4B; }
a { background-color: rgb(155,138,75); }
div.DivClassName
{
background-color: #9B8A4B;
}
.BgClassName
{
background-color: #9B8A4B;
}
</style>
border-color css
<style>
span { border-color: #9B8A4B; }
span { border-color: rgb(155,138,75); }
td.TdClassName
{
border-color: #9B8A4B;
}
.TagClassName
{
border-color: #9B8A4B;
}
</style>