Shades of Highball #898C49
Tints of Highball #898C49
RGB
CMYK
RGB Variations
Color information
#898C49 (or 0x898C49) is known color: Highball. HEX triplet: 89, 8C and 49. RGB value is (137,140,73). Sum of RGB (Red+Green+Blue) = 137+140+73=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #898C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898C49 is #7673B6. Grayscale: #838383. Windows color (decimal): -7762871 or 4820105. OLE color: 4820105.
HSL color Cylindrical-coordinate representation of color #898C49: hue angle of 62.69º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #898C49 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 140 | 73 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.45 |
| HSL | 62.69º | 0.31% | 0.42% | - |
| HSV(B) | 62.69º | 0.48% | 0.55% | - |
| XYZ | 20.9 | 24.56 | 9.94 | - |
| YUV | 131.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 73 | 0.02 | 0 | 0.48 | 0.45 | 62.69 | 0.31 | 0.42 |
| Hex | 89 | 8C | 49 | 2 | 0 | 30 | 2D | 3F | 1F | 2A |
| Octal | 211 | 214 | 111 | 2 | 0 | 60 | 55 | 77 | 37 | 52 |
| Binary | 10001001 | 10001100 | 1001001 | 10 | 0 | 110000 | 101101 | 111111 | 11111 | 101010 |
Color Harmonies of #898C49
Complementary color
Monochromatic Colors of #898C49
Black with #898C49
Text Example
Text Example
White with #898C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898C49; }
p { color: rgb(137,140,73); }
H1.HeaderClassName
{
color: #898C49;
}
.AnyTagClassName
{
color: #898C49;
}
</style>
background-color css
<style>
a { background-color: #898C49; }
a { background-color: rgb(137,140,73); }
div.DivClassName
{
background-color: #898C49;
}
.BgClassName
{
background-color: #898C49;
}
</style>
border-color css
<style>
span { border-color: #898C49; }
span { border-color: rgb(137,140,73); }
td.TdClassName
{
border-color: #898C49;
}
.TagClassName
{
border-color: #898C49;
}
</style>