#988146

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

Shades of Muesli #988146

Tints of Muesli #988146

Color information

#988146 (or 0x988146) is unknown color: approx Muesli. HEX triplet: 98, 81 and 46. RGB value is (152,129,70). Sum of RGB (Red+Green+Blue) = 152+129+70=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #988146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988146 is #677EB9. Grayscale: #818181. Windows color (decimal): -6782650 or 4620696. OLE color: 4620696.

HSL color Cylindrical-coordinate representation of color #988146: hue angle of 43.17º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #988146 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB15212970-
CMYK00.150.540.40
HSL43.17º36.94%43.53%-
HSV(B)43.17º53.95%59.61%-
XYZ21.922.829.04-
YUV129.1594.62144.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 70 (27.73% from 255) = 19.94%
R=43.30%
G=36.75%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521297000.150.540.4043.1736.9443.53
Hex9881460F36282b252c
Octal2302011060176650534554
Binary1001100010000001100011001111110110101000101011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988146; }

 p { color: rgb(152,129,70); }

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

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

 a { background-color: rgb(152,129,70); }

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

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

 span { border-color: rgb(152,129,70); }

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