Shades of Muesli #9A8954
Tints of Muesli #9A8954
RGB
CMYK
RGB Variations
Color information
#9A8954 (or 0x9A8954) is known color: Muesli. HEX triplet: 9A, 89 and 54. RGB value is (154,137,84). Sum of RGB (Red+Green+Blue) = 154+137+84=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8954 is #6576AB. Grayscale: #888888. Windows color (decimal): -6649516 or 5540250. OLE color: 5540250.
HSL color Cylindrical-coordinate representation of color #9A8954: hue angle of 45.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A8954 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 137 | 84 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.40 |
| HSL | 45.43º | 0.29% | 0.47% | - |
| HSV(B) | 45.43º | 0.45% | 0.6% | - |
| XYZ | 23.87 | 25.4 | 12.03 | - |
| YUV | 136.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 137 | 84 | 0 | 0.11 | 0.45 | 0.40 | 45.43 | 0.29 | 0.47 |
| Hex | 9A | 89 | 54 | 0 | B | 2D | 28 | 2D | 1D | 2F |
| Octal | 232 | 211 | 124 | 0 | 13 | 55 | 50 | 55 | 35 | 57 |
| Binary | 10011010 | 10001001 | 1010100 | 0 | 1011 | 101101 | 101000 | 101101 | 11101 | 101111 |
Color Harmonies of #9A8954
Complementary color
Monochromatic Colors of #9A8954
Black with #9A8954
Text Example
Text Example
White with #9A8954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8954; }
p { color: rgb(154,137,84); }
H1.HeaderClassName
{
color: #9A8954;
}
.AnyTagClassName
{
color: #9A8954;
}
</style>
background-color css
<style>
a { background-color: #9A8954; }
a { background-color: rgb(154,137,84); }
div.DivClassName
{
background-color: #9A8954;
}
.BgClassName
{
background-color: #9A8954;
}
</style>
border-color css
<style>
span { border-color: #9A8954; }
span { border-color: rgb(154,137,84); }
td.TdClassName
{
border-color: #9A8954;
}
.TagClassName
{
border-color: #9A8954;
}
</style>