Shades of Highball #898C4D
Tints of Highball #898C4D
RGB
CMYK
RGB Variations
Color information
#898C4D (or 0x898C4D) is known color: Highball. HEX triplet: 89, 8C and 4D. RGB value is (137,140,77). Sum of RGB (Red+Green+Blue) = 137+140+77=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 140 - color contains mainly: green. Hex color #898C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898C4D is #7673B2. Grayscale: #848484. Windows color (decimal): -7762867 or 5082249. OLE color: 5082249.
HSL color Cylindrical-coordinate representation of color #898C4D: hue angle of 62.86º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #898C4D is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 140 | 77 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.45 |
| HSL | 62.86º | 0.29% | 0.43% | - |
| HSV(B) | 62.86º | 0.45% | 0.55% | - |
| XYZ | 21.03 | 24.61 | 10.66 | - |
| YUV | 131.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 77 | 0.02 | 0 | 0.45 | 0.45 | 62.86 | 0.29 | 0.43 |
| Hex | 89 | 8C | 4D | 2 | 0 | 2D | 2D | 3F | 1D | 2B |
| Octal | 211 | 214 | 115 | 2 | 0 | 55 | 55 | 77 | 35 | 53 |
| Binary | 10001001 | 10001100 | 1001101 | 10 | 0 | 101101 | 101101 | 111111 | 11101 | 101011 |
Color Harmonies of #898C4D
Complementary color
Monochromatic Colors of #898C4D
Black with #898C4D
Text Example
Text Example
White with #898C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898C4D; }
p { color: rgb(137,140,77); }
H1.HeaderClassName
{
color: #898C4D;
}
.AnyTagClassName
{
color: #898C4D;
}
</style>
background-color css
<style>
a { background-color: #898C4D; }
a { background-color: rgb(137,140,77); }
div.DivClassName
{
background-color: #898C4D;
}
.BgClassName
{
background-color: #898C4D;
}
</style>
border-color css
<style>
span { border-color: #898C4D; }
span { border-color: rgb(137,140,77); }
td.TdClassName
{
border-color: #898C4D;
}
.TagClassName
{
border-color: #898C4D;
}
</style>