#988251

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

Shades of Muesli #988251

Tints of Muesli #988251

Color information

#988251 (or 0x988251) is unknown color: approx Muesli. HEX triplet: 98, 82 and 51. RGB value is (152,130,81). Sum of RGB (Red+Green+Blue) = 152+130+81=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #988251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988251 is #677DAE. Grayscale: #838383. Windows color (decimal): -6782383 or 5341848. OLE color: 5341848.

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

Color convert

RGB15213081-
CMYK00.140.470.40
HSL41.41º30.47%45.69%-
HSV(B)41.41º46.71%59.61%-
XYZ22.4223.2311.09-
YUV130.9999.79142.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 81 (32.03% from 255) = 22.31%
R=41.87%
G=35.81%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521308100.140.470.4041.4130.4745.69
Hex9882510E2F28291e2e
Octal2302021210165750513656
Binary100110001000001010100010111010111110100010100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988251; }

 p { color: rgb(152,130,81); }

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

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

 a { background-color: rgb(152,130,81); }

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

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

 span { border-color: rgb(152,130,81); }

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