#9b8950

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

Shades of Muesli #9B8950

Tints of Muesli #9B8950

Color information

#9B8950 (or 0x9B8950) is unknown color: approx Muesli. HEX triplet: 9B, 89 and 50. RGB value is (155,137,80). Sum of RGB (Red+Green+Blue) = 155+137+80=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8950 is #6476AF. Grayscale: #888888. Windows color (decimal): -6583984 or 5278107. OLE color: 5278107.

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

Color convert

RGB15513780-
CMYK00.120.480.39
HSL45.6º31.91%46.08%-
HSV(B)45.6º48.39%60.78%-
XYZ23.9125.4411.24-
YUV135.8896.46141.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.67%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=41.67%
G=36.83%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551378000.120.480.3945.631.9146.08
Hex9B89500C30272e202e
Octal2332111200146047564056
Binary1001101110001001101000001100110000100111101110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b8950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,137,80); }

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

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

 a { background-color: rgb(155,137,80); }

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

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

 span { border-color: rgb(155,137,80); }

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