Shades of Highball #898B4B
Tints of Highball #898B4B
RGB
CMYK
RGB Variations
Color information
#898B4B (or 0x898B4B) is known color: Highball. HEX triplet: 89, 8B and 4B. RGB value is (137,139,75). Sum of RGB (Red+Green+Blue) = 137+139+75=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 139 - color contains mainly: green. Hex color #898B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898B4B is #7674B4. Grayscale: #838383. Windows color (decimal): -7763125 or 4950921. OLE color: 4950921.
HSL color Cylindrical-coordinate representation of color #898B4B: hue angle of 61.88º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #898B4B is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 139 | 75 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.45 |
| HSL | 61.88º | 0.3% | 0.42% | - |
| HSV(B) | 61.88º | 0.46% | 0.55% | - |
| XYZ | 20.82 | 24.29 | 10.25 | - |
| YUV | 131.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 75 | 0.01 | 0 | 0.46 | 0.45 | 61.88 | 0.3 | 0.42 |
| Hex | 89 | 8B | 4B | 1 | 0 | 2E | 2D | 3E | 1E | 2A |
| Octal | 211 | 213 | 113 | 1 | 0 | 56 | 55 | 76 | 36 | 52 |
| Binary | 10001001 | 10001011 | 1001011 | 1 | 0 | 101110 | 101101 | 111110 | 11110 | 101010 |
Color Harmonies of #898B4B
Complementary color
Monochromatic Colors of #898B4B
Black with #898B4B
Text Example
Text Example
White with #898B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B4B; }
p { color: rgb(137,139,75); }
H1.HeaderClassName
{
color: #898B4B;
}
.AnyTagClassName
{
color: #898B4B;
}
</style>
background-color css
<style>
a { background-color: #898B4B; }
a { background-color: rgb(137,139,75); }
div.DivClassName
{
background-color: #898B4B;
}
.BgClassName
{
background-color: #898B4B;
}
</style>
border-color css
<style>
span { border-color: #898B4B; }
span { border-color: rgb(137,139,75); }
td.TdClassName
{
border-color: #898B4B;
}
.TagClassName
{
border-color: #898B4B;
}
</style>