Shades of Highball #898542
Tints of Highball #898542
RGB
CMYK
RGB Variations
Color information
#898542 (or 0x898542) is known color: Highball. HEX triplet: 89, 85 and 42. RGB value is (137,133,66). Sum of RGB (Red+Green+Blue) = 137+133+66=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #898542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898542 is #767ABD. Grayscale: #7E7E7E. Windows color (decimal): -7764670 or 4359561. OLE color: 4359561.
HSL color Cylindrical-coordinate representation of color #898542: hue angle of 56.62º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #898542 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 66 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.46 |
| HSL | 56.62º | 0.35% | 0.4% | - |
| HSV(B) | 56.62º | 0.52% | 0.54% | - |
| XYZ | 19.69 | 22.49 | 8.46 | - |
| YUV | 126.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 66 | 0 | 0.03 | 0.52 | 0.46 | 56.62 | 0.35 | 0.4 |
| Hex | 89 | 85 | 42 | 0 | 3 | 34 | 2E | 39 | 23 | 28 |
| Octal | 211 | 205 | 102 | 0 | 3 | 64 | 56 | 71 | 43 | 50 |
| Binary | 10001001 | 10000101 | 1000010 | 0 | 11 | 110100 | 101110 | 111001 | 100011 | 101000 |
Color Harmonies of #898542
Complementary color
Monochromatic Colors of #898542
Black with #898542
Text Example
Text Example
White with #898542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898542; }
p { color: rgb(137,133,66); }
H1.HeaderClassName
{
color: #898542;
}
.AnyTagClassName
{
color: #898542;
}
</style>
background-color css
<style>
a { background-color: #898542; }
a { background-color: rgb(137,133,66); }
div.DivClassName
{
background-color: #898542;
}
.BgClassName
{
background-color: #898542;
}
</style>
border-color css
<style>
span { border-color: #898542; }
span { border-color: rgb(137,133,66); }
td.TdClassName
{
border-color: #898542;
}
.TagClassName
{
border-color: #898542;
}
</style>