Shades of Highball #898D45
Tints of Highball #898D45
RGB
CMYK
RGB Variations
Color information
#898D45 (or 0x898D45) is known color: Highball. HEX triplet: 89, 8D and 45. RGB value is (137,141,69). Sum of RGB (Red+Green+Blue) = 137+141+69=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 141 - color contains mainly: green. Hex color #898D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898D45 is #7672BA. Grayscale: #838383. Windows color (decimal): -7762619 or 4558217. OLE color: 4558217.
HSL color Cylindrical-coordinate representation of color #898D45: hue angle of 63.33º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #898D45 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 141 | 69 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.45 |
| HSL | 63.33º | 0.34% | 0.41% | - |
| HSV(B) | 63.33º | 0.51% | 0.55% | - |
| XYZ | 20.92 | 24.8 | 9.31 | - |
| YUV | 131.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 69 | 0.03 | 0 | 0.51 | 0.45 | 63.33 | 0.34 | 0.41 |
| Hex | 89 | 8D | 45 | 3 | 0 | 33 | 2D | 3F | 22 | 29 |
| Octal | 211 | 215 | 105 | 3 | 0 | 63 | 55 | 77 | 42 | 51 |
| Binary | 10001001 | 10001101 | 1000101 | 11 | 0 | 110011 | 101101 | 111111 | 100010 | 101001 |
Color Harmonies of #898D45
Complementary color
Monochromatic Colors of #898D45
Black with #898D45
Text Example
Text Example
White with #898D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898D45; }
p { color: rgb(137,141,69); }
H1.HeaderClassName
{
color: #898D45;
}
.AnyTagClassName
{
color: #898D45;
}
</style>
background-color css
<style>
a { background-color: #898D45; }
a { background-color: rgb(137,141,69); }
div.DivClassName
{
background-color: #898D45;
}
.BgClassName
{
background-color: #898D45;
}
</style>
border-color css
<style>
span { border-color: #898D45; }
span { border-color: rgb(137,141,69); }
td.TdClassName
{
border-color: #898D45;
}
.TagClassName
{
border-color: #898D45;
}
</style>