Shades of Highball #898438
Tints of Highball #898438
RGB
CMYK
RGB Variations
Color information
#898438 (or 0x898438) is known color: Highball. HEX triplet: 89, 84 and 38. RGB value is (137,132,56). Sum of RGB (Red+Green+Blue) = 137+132+56=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #898438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898438 is #767BC7. Grayscale: #7D7D7D. Windows color (decimal): -7764936 or 3703945. OLE color: 3703945.
HSL color Cylindrical-coordinate representation of color #898438: hue angle of 56.3º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #898438 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 56 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.46 |
| HSL | 56.3º | 0.42% | 0.38% | - |
| HSV(B) | 56.3º | 0.59% | 0.54% | - |
| XYZ | 19.28 | 22.11 | 6.99 | - |
| YUV | 124.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 56 | 0 | 0.04 | 0.59 | 0.46 | 56.3 | 0.42 | 0.38 |
| Hex | 89 | 84 | 38 | 0 | 4 | 3B | 2E | 38 | 2A | 26 |
| Octal | 211 | 204 | 70 | 0 | 4 | 73 | 56 | 70 | 52 | 46 |
| Binary | 10001001 | 10000100 | 111000 | 0 | 100 | 111011 | 101110 | 111000 | 101010 | 100110 |
Color Harmonies of #898438
Complementary color
Monochromatic Colors of #898438
Black with #898438
Text Example
Text Example
White with #898438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898438; }
p { color: rgb(137,132,56); }
H1.HeaderClassName
{
color: #898438;
}
.AnyTagClassName
{
color: #898438;
}
</style>
background-color css
<style>
a { background-color: #898438; }
a { background-color: rgb(137,132,56); }
div.DivClassName
{
background-color: #898438;
}
.BgClassName
{
background-color: #898438;
}
</style>
border-color css
<style>
span { border-color: #898438; }
span { border-color: rgb(137,132,56); }
td.TdClassName
{
border-color: #898438;
}
.TagClassName
{
border-color: #898438;
}
</style>