Html Css Color HEX #9E904D Luxor Gold

📋 copy color: '#9E904D'

red 158 ◦ green 144 ◦ blue 77

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

Shades of Luxor Gold #9E904D

Tints of Luxor Gold #9E904D

RGB

 RED value IS 158 (62.11% from 255) = 41.69%

 GREEN value IS 144 (56.64% from 255) = 37.99%

 BLUE value IS 77 (30.47% from 255) = 20.32%

R = 41.69%
G = 37.99%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9E904D (or 0x9E904D) is known color: Luxor Gold. HEX triplet: 9E, 90 and 4D. RGB value is (158,144,77). Sum of RGB (Red+Green+Blue) = 158+144+77=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 158 - color contains mainly: red. Hex color #9E904D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E904D is #616FB2. Grayscale: #8C8C8C. Windows color (decimal): -6385587 or 5083294. OLE color: 5083294.

HSL color Cylindrical-coordinate representation of color #9E904D: hue angle of 49.63º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E904D is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 144 77 -
CMYK 0 0.09 0.51 0.38
HSL 49.63º 0.34% 0.46% -
HSV(B) 49.63º 0.51% 0.62% -
XYZ 25.41 27.75 11.04 -
YUV 140.55 92.14 140.45 -
System Red Green Blue C M Y K H S L
Decimal 158 144 77 0 0.09 0.51 0.38 49.63 0.34 0.46
Hex 9E 90 4D 0 9 33 26 32 22 2E
Octal 236 220 115 0 11 63 46 62 42 56
Binary 10011110 10010000 1001101 0 1001 110011 100110 110010 100010 101110

Color Harmonies of #9E904D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E904D

Black with #9E904D

Text Example


Text Example

White with #9E904D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,144,77); }

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

background-color css

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

 a { background-color: rgb(158,144,77); }

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

border-color css

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

 span { border-color: rgb(158,144,77); }

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