Shades of Highball #898A40
Tints of Highball #898A40
RGB
CMYK
RGB Variations
Color information
#898A40 (or 0x898A40) is known color: Highball. HEX triplet: 89, 8A and 40. RGB value is (137,138,64). Sum of RGB (Red+Green+Blue) = 137+138+64=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 138 - color contains mainly: green. Hex color #898A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898A40 is #7675BF. Grayscale: #818181. Windows color (decimal): -7763392 or 4229769. OLE color: 4229769.
HSL color Cylindrical-coordinate representation of color #898A40: hue angle of 60.81º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #898A40 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 138 | 64 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.46 |
| HSL | 60.81º | 0.37% | 0.4% | - |
| HSV(B) | 60.81º | 0.54% | 0.54% | - |
| XYZ | 20.33 | 23.87 | 8.39 | - |
| YUV | 129.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 138 | 64 | 0.01 | 0 | 0.54 | 0.46 | 60.81 | 0.37 | 0.4 |
| Hex | 89 | 8A | 40 | 1 | 0 | 36 | 2E | 3D | 25 | 28 |
| Octal | 211 | 212 | 100 | 1 | 0 | 66 | 56 | 75 | 45 | 50 |
| Binary | 10001001 | 10001010 | 1000000 | 1 | 0 | 110110 | 101110 | 111101 | 100101 | 101000 |
Color Harmonies of #898A40
Complementary color
Monochromatic Colors of #898A40
Black with #898A40
Text Example
Text Example
White with #898A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898A40; }
p { color: rgb(137,138,64); }
H1.HeaderClassName
{
color: #898A40;
}
.AnyTagClassName
{
color: #898A40;
}
</style>
background-color css
<style>
a { background-color: #898A40; }
a { background-color: rgb(137,138,64); }
div.DivClassName
{
background-color: #898A40;
}
.BgClassName
{
background-color: #898A40;
}
</style>
border-color css
<style>
span { border-color: #898A40; }
span { border-color: rgb(137,138,64); }
td.TdClassName
{
border-color: #898A40;
}
.TagClassName
{
border-color: #898A40;
}
</style>