Html Css Color HEX #9C8D4D Luxor Gold

📋 copy color: '#9C8D4D'

red 156 ◦ green 141 ◦ blue 77

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

Shades of Luxor Gold #9C8D4D

Tints of Luxor Gold #9C8D4D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.7%

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

R = 41.71%
G = 37.7%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C8D4D (or 0x9C8D4D) is known color: Luxor Gold. HEX triplet: 9C, 8D and 4D. RGB value is (156,141,77). Sum of RGB (Red+Green+Blue) = 156+141+77=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8D4D is #6372B2. Grayscale: #8A8A8A. Windows color (decimal): -6517427 or 5082524. OLE color: 5082524.

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

Color convert

RGB 156 141 77 -
CMYK 0 0.10 0.51 0.39
HSL 48.61º 0.34% 0.46% -
HSV(B) 48.61º 0.51% 0.61% -
XYZ 24.57 26.65 10.87 -
YUV 138.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 156 141 77 0 0.10 0.51 0.39 48.61 0.34 0.46
Hex 9C 8D 4D 0 A 33 27 31 22 2E
Octal 234 215 115 0 12 63 47 61 42 56
Binary 10011100 10001101 1001101 0 1010 110011 100111 110001 100010 101110

Color Harmonies of #9C8D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8D4D

Black with #9C8D4D

Text Example


Text Example

White with #9C8D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,141,77); }

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

background-color css

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

 a { background-color: rgb(156,141,77); }

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

border-color css

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

 span { border-color: rgb(156,141,77); }

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