Shades of Highball #898442
Tints of Highball #898442
RGB
CMYK
RGB Variations
Color information
#898442 (or 0x898442) is known color: Highball. HEX triplet: 89, 84 and 42. RGB value is (137,132,66). Sum of RGB (Red+Green+Blue) = 137+132+66=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #898442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898442 is #767BBD. Grayscale: #7E7E7E. Windows color (decimal): -7764926 or 4359305. OLE color: 4359305.
HSL color Cylindrical-coordinate representation of color #898442: hue angle of 55.77º 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 #898442 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 66 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.46 |
| HSL | 55.77º | 0.35% | 0.4% | - |
| HSV(B) | 55.77º | 0.52% | 0.54% | - |
| XYZ | 19.55 | 22.21 | 8.41 | - |
| YUV | 125.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 66 | 0 | 0.04 | 0.52 | 0.46 | 55.77 | 0.35 | 0.4 |
| Hex | 89 | 84 | 42 | 0 | 4 | 34 | 2E | 38 | 23 | 28 |
| Octal | 211 | 204 | 102 | 0 | 4 | 64 | 56 | 70 | 43 | 50 |
| Binary | 10001001 | 10000100 | 1000010 | 0 | 100 | 110100 | 101110 | 111000 | 100011 | 101000 |
Color Harmonies of #898442
Complementary color
Monochromatic Colors of #898442
Black with #898442
Text Example
Text Example
White with #898442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898442; }
p { color: rgb(137,132,66); }
H1.HeaderClassName
{
color: #898442;
}
.AnyTagClassName
{
color: #898442;
}
</style>
background-color css
<style>
a { background-color: #898442; }
a { background-color: rgb(137,132,66); }
div.DivClassName
{
background-color: #898442;
}
.BgClassName
{
background-color: #898442;
}
</style>
border-color css
<style>
span { border-color: #898442; }
span { border-color: rgb(137,132,66); }
td.TdClassName
{
border-color: #898442;
}
.TagClassName
{
border-color: #898442;
}
</style>