Shades of Highball #898B49
Tints of Highball #898B49
RGB
CMYK
RGB Variations
Color information
#898B49 (or 0x898B49) is known color: Highball. HEX triplet: 89, 8B and 49. RGB value is (137,139,73). Sum of RGB (Red+Green+Blue) = 137+139+73=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 139 - color contains mainly: green. Hex color #898B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898B49 is #7674B6. Grayscale: #838383. Windows color (decimal): -7763127 or 4819849. OLE color: 4819849.
HSL color Cylindrical-coordinate representation of color #898B49: hue angle of 61.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #898B49 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 139 | 73 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.45 |
| HSL | 61.82º | 0.31% | 0.42% | - |
| HSV(B) | 61.82º | 0.47% | 0.55% | - |
| XYZ | 20.75 | 24.26 | 9.89 | - |
| YUV | 130.88 | 95.34 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 73 | 0.01 | 0 | 0.47 | 0.45 | 61.82 | 0.31 | 0.42 |
| Hex | 89 | 8B | 49 | 1 | 0 | 2F | 2D | 3E | 1F | 2A |
| Octal | 211 | 213 | 111 | 1 | 0 | 57 | 55 | 76 | 37 | 52 |
| Binary | 10001001 | 10001011 | 1001001 | 1 | 0 | 101111 | 101101 | 111110 | 11111 | 101010 |
Color Harmonies of #898B49
Complementary color
Monochromatic Colors of #898B49
Black with #898B49
Text Example
Text Example
White with #898B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B49; }
p { color: rgb(137,139,73); }
H1.HeaderClassName
{
color: #898B49;
}
.AnyTagClassName
{
color: #898B49;
}
</style>
background-color css
<style>
a { background-color: #898B49; }
a { background-color: rgb(137,139,73); }
div.DivClassName
{
background-color: #898B49;
}
.BgClassName
{
background-color: #898B49;
}
</style>
border-color css
<style>
span { border-color: #898B49; }
span { border-color: rgb(137,139,73); }
td.TdClassName
{
border-color: #898B49;
}
.TagClassName
{
border-color: #898B49;
}
</style>