#988650

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

Shades of Muesli #988650

Tints of Muesli #988650

Color information

#988650 (or 0x988650) is unknown color: approx Muesli. HEX triplet: 98, 86 and 50. RGB value is (152,134,80). Sum of RGB (Red+Green+Blue) = 152+134+80=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #988650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988650 is #6779AF. Grayscale: #858585. Windows color (decimal): -6781360 or 5277336. OLE color: 5277336.

HSL color Cylindrical-coordinate representation of color #988650: hue angle of 45º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #988650 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB15213480-
CMYK00.120.470.40
HSL45º31.03%45.49%-
HSV(B)45º47.37%59.61%-
XYZ22.9224.311.07-
YUV133.2397.96141.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 80 (31.64% from 255) = 21.86%
R=41.53%
G=36.61%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521348000.120.470.404531.0345.49
Hex9886500C2F282d1f2d
Octal2302061200145750553755
Binary100110001000011010100000110010111110100010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988650; }

 p { color: rgb(152,134,80); }

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

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

 a { background-color: rgb(152,134,80); }

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

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

 span { border-color: rgb(152,134,80); }

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