#9E8148

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

Shades of Muesli #9E8148

Tints of Muesli #9E8148

Color information

#9E8148 (or 0x9E8148) is unknown color: approx Muesli. HEX triplet: 9E, 81 and 48. RGB value is (158,129,72). Sum of RGB (Red+Green+Blue) = 158+129+72=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8148 is #617EB7. Grayscale: #838383. Windows color (decimal): -6389432 or 4751774. OLE color: 4751774.

HSL color Cylindrical-coordinate representation of color #9E8148: hue angle of 39.77º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E8148 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB15812972-
CMYK00.180.540.38
HSL39.77º37.39%45.1%-
HSV(B)39.77º54.43%61.96%-
XYZ23.1223.449.44-
YUV131.1794.61147.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.01%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=44.01%
G=35.93%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581297200.180.540.3839.7737.3945.1
Hex9E8148012362628252d
Octal2362011100226646504555
Binary10011110100000011001000010010110110100110101000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,129,72); }

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

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

 a { background-color: rgb(158,129,72); }

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

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

 span { border-color: rgb(158,129,72); }

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