Html Css Color HEX #9B8A4A Luxor Gold

📋 copy color: '#9B8A4A'

red 155 ◦ green 138 ◦ blue 74

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

Shades of Luxor Gold #9B8A4A

Tints of Luxor Gold #9B8A4A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.6%

 BLUE value IS 74 (29.3% from 255) = 20.16%

R = 42.23%
G = 37.6%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9B8A4A (or 0x9B8A4A) is known color: Luxor Gold. HEX triplet: 9B, 8A and 4A. RGB value is (155,138,74). Sum of RGB (Red+Green+Blue) = 155+138+74=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8A4A is #6475B5. Grayscale: #888888. Windows color (decimal): -6583734 or 4885147. OLE color: 4885147.

HSL color Cylindrical-coordinate representation of color #9B8A4A: 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 #9B8A4A is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 138 74 -
CMYK 0 0.11 0.52 0.39
HSL 47.41º 0.35% 0.45% -
HSV(B) 47.41º 0.52% 0.61% -
XYZ 23.84 25.64 10.17 -
YUV 135.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 155 138 74 0 0.11 0.52 0.39 47.41 0.35 0.45
Hex 9B 8A 4A 0 B 34 27 2F 23 2D
Octal 233 212 112 0 13 64 47 57 43 55
Binary 10011011 10001010 1001010 0 1011 110100 100111 101111 100011 101101

Color Harmonies of #9B8A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8A4A

Black with #9B8A4A

Text Example


Text Example

White with #9B8A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,138,74); }

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

background-color css

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

 a { background-color: rgb(155,138,74); }

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

border-color css

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

 span { border-color: rgb(155,138,74); }

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