#9C8E4F

Color #9C8E4F Luxor Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Luxor Gold #9C8E4F

Tints of Luxor Gold #9C8E4F

Color information

#9C8E4F (or 0x9C8E4F) is unknown color: approx Luxor Gold. HEX triplet: 9C, 8E and 4F. RGB value is (156,142,79). Sum of RGB (Red+Green+Blue) = 156+142+79=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8E4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8E4F is #6371B0. Grayscale: #8B8B8B. Windows color (decimal): -6517169 or 5213852. OLE color: 5213852.

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

Color convert

RGB15614279-
CMYK00.090.490.39
HSL49.09º32.77%46.08%-
HSV(B)49.09º49.36%61.18%-
XYZ24.7926.9811.3-
YUV13994.14140.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.38%
GREEN value IS 142 (55.86% from 255) = 37.67%
BLUE value IS 79 (31.25% from 255) = 20.95%
R=41.38%
G=37.67%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561427900.090.490.3949.0932.7746.08
Hex9C8E4F09312731212e
Octal2342161170116147614156
Binary1001110010001110100111101001110001100111110001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,142,79); }

 H1.HeaderClassName
 {
   color: #9C8E4F;
 }
 .AnyTagClassName
 {
   color: #9C8E4F;
 }
</style>
background-color css

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

 a { background-color: rgb(156,142,79); }

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

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

 span { border-color: rgb(156,142,79); }

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