Html Css Color HEX #9B8948 Luxor Gold

📋 copy color: '#9B8948'

red 155 ◦ green 137 ◦ blue 72

#9B8948
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Luxor Gold #9B8948

Tints of Luxor Gold #9B8948

RGB

 RED value IS 155 (60.94% from 255) = 42.58%

 GREEN value IS 137 (53.91% from 255) = 37.64%

 BLUE value IS 72 (28.52% from 255) = 19.78%

R = 42.58%
G = 37.64%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B8948 (or 0x9B8948) is known color: Luxor Gold. HEX triplet: 9B, 89 and 48. RGB value is (155,137,72). Sum of RGB (Red+Green+Blue) = 155+137+72=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8948 is #6476B7. Grayscale: #878787. Windows color (decimal): -6583992 or 4753819. OLE color: 4753819.

HSL color Cylindrical-coordinate representation of color #9B8948: hue angle of 46.99º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B8948 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 137 72 -
CMYK 0 0.12 0.54 0.39
HSL 46.99º 0.37% 0.45% -
HSV(B) 46.99º 0.54% 0.61% -
XYZ 23.63 25.33 9.77 -
YUV 134.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 155 137 72 0 0.12 0.54 0.39 46.99 0.37 0.45
Hex 9B 89 48 0 C 36 27 2F 25 2D
Octal 233 211 110 0 14 66 47 57 45 55
Binary 10011011 10001001 1001000 0 1100 110110 100111 101111 100101 101101

Color Harmonies of #9B8948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8948

Black with #9B8948

Text Example


Text Example

White with #9B8948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,137,72); }

 H1.HeaderClassName
 {
   color: #9B8948;
 }
 .AnyTagClassName
 {
   color: #9B8948;
 }
</style>

background-color css

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

 a { background-color: rgb(155,137,72); }

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

border-color css

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

 span { border-color: rgb(155,137,72); }

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