Shades of Highball #898A50
Tints of Highball #898A50
RGB
CMYK
RGB Variations
Color information
#898A50 (or 0x898A50) is known color: Highball. HEX triplet: 89, 8A and 50. RGB value is (137,138,80). Sum of RGB (Red+Green+Blue) = 137+138+80=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 138 - color contains mainly: green. Hex color #898A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898A50 is #7675AF. Grayscale: #838383. Windows color (decimal): -7763376 or 5278345. OLE color: 5278345.
HSL color Cylindrical-coordinate representation of color #898A50: hue angle of 61.03º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #898A50 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 138 | 80 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.46 |
| HSL | 61.03º | 0.27% | 0.43% | - |
| HSV(B) | 61.03º | 0.42% | 0.54% | - |
| XYZ | 20.85 | 24.07 | 11.14 | - |
| YUV | 131.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 138 | 80 | 0.01 | 0 | 0.42 | 0.46 | 61.03 | 0.27 | 0.43 |
| Hex | 89 | 8A | 50 | 1 | 0 | 2A | 2E | 3D | 1B | 2B |
| Octal | 211 | 212 | 120 | 1 | 0 | 52 | 56 | 75 | 33 | 53 |
| Binary | 10001001 | 10001010 | 1010000 | 1 | 0 | 101010 | 101110 | 111101 | 11011 | 101011 |
Color Harmonies of #898A50
Complementary color
Monochromatic Colors of #898A50
Black with #898A50
Text Example
Text Example
White with #898A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898A50; }
p { color: rgb(137,138,80); }
H1.HeaderClassName
{
color: #898A50;
}
.AnyTagClassName
{
color: #898A50;
}
</style>
background-color css
<style>
a { background-color: #898A50; }
a { background-color: rgb(137,138,80); }
div.DivClassName
{
background-color: #898A50;
}
.BgClassName
{
background-color: #898A50;
}
</style>
border-color css
<style>
span { border-color: #898A50; }
span { border-color: rgb(137,138,80); }
td.TdClassName
{
border-color: #898A50;
}
.TagClassName
{
border-color: #898A50;
}
</style>