Html Css Color HEX #9C8B4D Luxor Gold

📋 copy color: '#9C8B4D'

red 156 ◦ green 139 ◦ blue 77

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

Shades of Luxor Gold #9C8B4D

Tints of Luxor Gold #9C8B4D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.37%

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

R = 41.94%
G = 37.37%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C8B4D (or 0x9C8B4D) is known color: Luxor Gold. HEX triplet: 9C, 8B and 4D. RGB value is (156,139,77). Sum of RGB (Red+Green+Blue) = 156+139+77=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8B4D is #6374B2. Grayscale: #898989. Windows color (decimal): -6517939 or 5082012. OLE color: 5082012.

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

Color convert

RGB 156 139 77 -
CMYK 0 0.11 0.51 0.39
HSL 47.09º 0.34% 0.46% -
HSV(B) 47.09º 0.51% 0.61% -
XYZ 24.28 26.07 10.77 -
YUV 137.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 156 139 77 0 0.11 0.51 0.39 47.09 0.34 0.46
Hex 9C 8B 4D 0 B 33 27 2F 22 2E
Octal 234 213 115 0 13 63 47 57 42 56
Binary 10011100 10001011 1001101 0 1011 110011 100111 101111 100010 101110

Color Harmonies of #9C8B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8B4D

Black with #9C8B4D

Text Example


Text Example

White with #9C8B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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