#9B8B4D

Color #9B8B4D Luxor Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Luxor Gold #9B8B4D

Tints of Luxor Gold #9B8B4D

Color information

#9B8B4D (or 0x9B8B4D) is unknown color: approx Luxor Gold. HEX triplet: 9B, 8B and 4D. RGB value is (155,139,77). Sum of RGB (Red+Green+Blue) = 155+139+77=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8B4D is #6474B2. Grayscale: #888888. Windows color (decimal): -6583475 or 5082011. OLE color: 5082011.

HSL color Cylindrical-coordinate representation of color #9B8B4D: hue angle of 47.69º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B8B4D is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB15513977-
CMYK00.100.500.39
HSL47.69º33.62%45.49%-
HSV(B)47.69º50.32%60.78%-
XYZ24.0925.9710.76-
YUV136.7294.3141.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 139 (54.69% from 255) = 37.47%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=41.78%
G=37.47%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551397700.100.500.3947.6933.6245.49
Hex9B8B4D0A322730222d
Octal2332131150126247604255
Binary1001101110001011100110101010110010100111110000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B8B4D; }

 p { color: rgb(155,139,77); }

 H1.HeaderClassName
 {
   color: #9B8B4D;
 }
 .AnyTagClassName
 {
   color: #9B8B4D;
 }
</style>
background-color css

<style>
 a { background-color: #9B8B4D; }

 a { background-color: rgb(155,139,77); }

 div.DivClassName
 {
   background-color: #9B8B4D;
 }
 .BgClassName
 {
   background-color: #9B8B4D;
 }
</style>
border-color css

<style>
 span { border-color: #9B8B4D; }

 span { border-color: rgb(155,139,77); }

 td.TdClassName
 {
   border-color: #9B8B4D;
 }
 .TagClassName
 {
   border-color: #9B8B4D;
 }
</style>