Html Css Color HEX #9C8946 Luxor Gold

📋 copy color: '#9C8946'

red 156 ◦ green 137 ◦ blue 70

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

Shades of Luxor Gold #9C8946

Tints of Luxor Gold #9C8946

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 70 (27.73% from 255) = 19.28%

R = 42.98%
G = 37.74%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9C8946 (or 0x9C8946) is known color: Luxor Gold. HEX triplet: 9C, 89 and 46. RGB value is (156,137,70). Sum of RGB (Red+Green+Blue) = 156+137+70=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8946 is #6376B9. Grayscale: #878787. Windows color (decimal): -6518458 or 4622748. OLE color: 4622748.

HSL color Cylindrical-coordinate representation of color #9C8946: hue angle of 46.74º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C8946 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 137 70 -
CMYK 0 0.12 0.55 0.39
HSL 46.74º 0.38% 0.44% -
HSV(B) 46.74º 0.55% 0.61% -
XYZ 23.76 25.4 9.44 -
YUV 135.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 156 137 70 0 0.12 0.55 0.39 46.74 0.38 0.44
Hex 9C 89 46 0 C 37 27 2F 26 2C
Octal 234 211 106 0 14 67 47 57 46 54
Binary 10011100 10001001 1000110 0 1100 110111 100111 101111 100110 101100

Color Harmonies of #9C8946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8946

Black with #9C8946

Text Example


Text Example

White with #9C8946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,137,70); }

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

background-color css

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

 a { background-color: rgb(156,137,70); }

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

border-color css

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

 span { border-color: rgb(156,137,70); }

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