Shades of Luxor Gold #9C8B4B
Tints of Luxor Gold #9C8B4B
RGB
CMYK
RGB Variations
Color information
#9C8B4B (or 0x9C8B4B) is known color: Luxor Gold. HEX triplet: 9C, 8B and 4B. RGB value is (156,139,75). Sum of RGB (Red+Green+Blue) = 156+139+75=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8B4B is #6374B4. Grayscale: #898989. Windows color (decimal): -6517941 or 4950940. OLE color: 4950940.
HSL color Cylindrical-coordinate representation of color #9C8B4B: hue angle of 47.41º 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 #9C8B4B is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 139 | 75 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.39 |
| HSL | 47.41º | 0.35% | 0.45% | - |
| HSV(B) | 47.41º | 0.52% | 0.61% | - |
| XYZ | 24.21 | 26.04 | 10.41 | - |
| YUV | 136.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 75 | 0 | 0.11 | 0.52 | 0.39 | 47.41 | 0.35 | 0.45 |
| Hex | 9C | 8B | 4B | 0 | B | 34 | 27 | 2F | 23 | 2D |
| Octal | 234 | 213 | 113 | 0 | 13 | 64 | 47 | 57 | 43 | 55 |
| Binary | 10011100 | 10001011 | 1001011 | 0 | 1011 | 110100 | 100111 | 101111 | 100011 | 101101 |
Color Harmonies of #9C8B4B
Complementary color
Monochromatic Colors of #9C8B4B
Black with #9C8B4B
Text Example
Text Example
White with #9C8B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8B4B; }
p { color: rgb(156,139,75); }
H1.HeaderClassName
{
color: #9C8B4B;
}
.AnyTagClassName
{
color: #9C8B4B;
}
</style>
background-color css
<style>
a { background-color: #9C8B4B; }
a { background-color: rgb(156,139,75); }
div.DivClassName
{
background-color: #9C8B4B;
}
.BgClassName
{
background-color: #9C8B4B;
}
</style>
border-color css
<style>
span { border-color: #9C8B4B; }
span { border-color: rgb(156,139,75); }
td.TdClassName
{
border-color: #9C8B4B;
}
.TagClassName
{
border-color: #9C8B4B;
}
</style>