Shades of Muesli #988254
Tints of Muesli #988254
RGB
CMYK
RGB Variations
Color information
#988254 (or 0x988254) is known color: Muesli. HEX triplet: 98, 82 and 54. RGB value is (152,130,84). Sum of RGB (Red+Green+Blue) = 152+130+84=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #988254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988254 is #677DAB. Grayscale: #838383. Windows color (decimal): -6782380 or 5538456. OLE color: 5538456.
HSL color Cylindrical-coordinate representation of color #988254: hue angle of 40.59º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #988254 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 84 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.40 |
| HSL | 40.59º | 0.29% | 0.46% | - |
| HSV(B) | 40.59º | 0.45% | 0.6% | - |
| XYZ | 22.53 | 23.28 | 11.69 | - |
| YUV | 131.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 84 | 0 | 0.14 | 0.45 | 0.40 | 40.59 | 0.29 | 0.46 |
| Hex | 98 | 82 | 54 | 0 | E | 2D | 28 | 29 | 1D | 2E |
| Octal | 230 | 202 | 124 | 0 | 16 | 55 | 50 | 51 | 35 | 56 |
| Binary | 10011000 | 10000010 | 1010100 | 0 | 1110 | 101101 | 101000 | 101001 | 11101 | 101110 |
Color Harmonies of #988254
Complementary color
Monochromatic Colors of #988254
Black with #988254
Text Example
Text Example
White with #988254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988254; }
p { color: rgb(152,130,84); }
H1.HeaderClassName
{
color: #988254;
}
.AnyTagClassName
{
color: #988254;
}
</style>
background-color css
<style>
a { background-color: #988254; }
a { background-color: rgb(152,130,84); }
div.DivClassName
{
background-color: #988254;
}
.BgClassName
{
background-color: #988254;
}
</style>
border-color css
<style>
span { border-color: #988254; }
span { border-color: rgb(152,130,84); }
td.TdClassName
{
border-color: #988254;
}
.TagClassName
{
border-color: #988254;
}
</style>