Shades of Highball #898538
Tints of Highball #898538
RGB
CMYK
RGB Variations
Color information
#898538 (or 0x898538) is known color: Highball. HEX triplet: 89, 85 and 38. RGB value is (137,133,56). Sum of RGB (Red+Green+Blue) = 137+133+56=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #898538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898538 is #767AC7. Grayscale: #7D7D7D. Windows color (decimal): -7764680 or 3704201. OLE color: 3704201.
HSL color Cylindrical-coordinate representation of color #898538: hue angle of 57.04º 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 #898538 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 56 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.46 |
| HSL | 57.04º | 0.42% | 0.38% | - |
| HSV(B) | 57.04º | 0.59% | 0.54% | - |
| XYZ | 19.42 | 22.38 | 7.04 | - |
| YUV | 125.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 56 | 0 | 0.03 | 0.59 | 0.46 | 57.04 | 0.42 | 0.38 |
| Hex | 89 | 85 | 38 | 0 | 3 | 3B | 2E | 39 | 2A | 26 |
| Octal | 211 | 205 | 70 | 0 | 3 | 73 | 56 | 71 | 52 | 46 |
| Binary | 10001001 | 10000101 | 111000 | 0 | 11 | 111011 | 101110 | 111001 | 101010 | 100110 |
Color Harmonies of #898538
Complementary color
Monochromatic Colors of #898538
Black with #898538
Text Example
Text Example
White with #898538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898538; }
p { color: rgb(137,133,56); }
H1.HeaderClassName
{
color: #898538;
}
.AnyTagClassName
{
color: #898538;
}
</style>
background-color css
<style>
a { background-color: #898538; }
a { background-color: rgb(137,133,56); }
div.DivClassName
{
background-color: #898538;
}
.BgClassName
{
background-color: #898538;
}
</style>
border-color css
<style>
span { border-color: #898538; }
span { border-color: rgb(137,133,56); }
td.TdClassName
{
border-color: #898538;
}
.TagClassName
{
border-color: #898538;
}
</style>