Html Css Color HEX #9C8C4E Luxor Gold

📋 copy color: '#9C8C4E'

red 156 ◦ green 140 ◦ blue 78

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

Shades of Luxor Gold #9C8C4E

Tints of Luxor Gold #9C8C4E

RGB

 RED value IS 156 (61.33% from 255) = 41.71%

 GREEN value IS 140 (55.08% from 255) = 37.43%

 BLUE value IS 78 (30.86% from 255) = 20.86%

R = 41.71%
G = 37.43%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.5

 K value IS 0.39

RGB Variations

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

Color information

#9C8C4E (or 0x9C8C4E) is known color: Luxor Gold. HEX triplet: 9C, 8C and 4E. RGB value is (156,140,78). Sum of RGB (Red+Green+Blue) = 156+140+78=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8C4E is #6373B1. Grayscale: #898989. Windows color (decimal): -6517682 or 5147804. OLE color: 5147804.

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

Color convert

RGB 156 140 78 -
CMYK 0 0.10 0.5 0.39
HSL 47.69º 0.33% 0.46% -
HSV(B) 47.69º 0.5% 0.61% -
XYZ 24.46 26.37 11.01 -
YUV 137.72 94.3 141.04 -
System Red Green Blue C M Y K H S L
Decimal 156 140 78 0 0.10 0.5 0.39 47.69 0.33 0.46
Hex 9C 8C 4E 0 A 32 27 30 21 2E
Octal 234 214 116 0 12 62 47 60 41 56
Binary 10011100 10001100 1001110 0 1010 110010 100111 110000 100001 101110

Color Harmonies of #9C8C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8C4E

Black with #9C8C4E

Text Example


Text Example

White with #9C8C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,140,78); }

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

background-color css

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

 a { background-color: rgb(156,140,78); }

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

border-color css

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

 span { border-color: rgb(156,140,78); }

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