Shades of Muesli #987B40
Tints of Muesli #987B40
RGB
CMYK
RGB Variations
Color information
#987B40 (or 0x987B40) is known color: Muesli. HEX triplet: 98, 7B and 40. RGB value is (152,123,64). Sum of RGB (Red+Green+Blue) = 152+123+64=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #987B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B40 is #6784BF. Grayscale: #7D7D7D. Windows color (decimal): -6784192 or 4225944. OLE color: 4225944.
HSL color Cylindrical-coordinate representation of color #987B40: hue angle of 40.23º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #987B40 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 64 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.40 |
| HSL | 40.23º | 0.41% | 0.42% | - |
| HSV(B) | 40.23º | 0.58% | 0.6% | - |
| XYZ | 20.96 | 21.21 | 7.84 | - |
| YUV | 124.95 | 93.61 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 64 | 0 | 0.19 | 0.58 | 0.40 | 40.23 | 0.41 | 0.42 |
| Hex | 98 | 7B | 40 | 0 | 13 | 3A | 28 | 28 | 29 | 2A |
| Octal | 230 | 173 | 100 | 0 | 23 | 72 | 50 | 50 | 51 | 52 |
| Binary | 10011000 | 1111011 | 1000000 | 0 | 10011 | 111010 | 101000 | 101000 | 101001 | 101010 |
Color Harmonies of #987B40
Complementary color
Monochromatic Colors of #987B40
Black with #987B40
Text Example
Text Example
White with #987B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B40; }
p { color: rgb(152,123,64); }
H1.HeaderClassName
{
color: #987B40;
}
.AnyTagClassName
{
color: #987B40;
}
</style>
background-color css
<style>
a { background-color: #987B40; }
a { background-color: rgb(152,123,64); }
div.DivClassName
{
background-color: #987B40;
}
.BgClassName
{
background-color: #987B40;
}
</style>
border-color css
<style>
span { border-color: #987B40; }
span { border-color: rgb(152,123,64); }
td.TdClassName
{
border-color: #987B40;
}
.TagClassName
{
border-color: #987B40;
}
</style>