Shades of Highball #898038
Tints of Highball #898038
RGB
CMYK
RGB Variations
Color information
#898038 (or 0x898038) is known color: Highball. HEX triplet: 89, 80 and 38. RGB value is (137,128,56). Sum of RGB (Red+Green+Blue) = 137+128+56=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #898038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898038 is #767FC7. Grayscale: #7A7A7A. Windows color (decimal): -7765960 or 3702921. OLE color: 3702921.
HSL color Cylindrical-coordinate representation of color #898038: hue angle of 53.33º 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 #898038 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 56 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.46 |
| HSL | 53.33º | 0.42% | 0.38% | - |
| HSV(B) | 53.33º | 0.59% | 0.54% | - |
| XYZ | 18.75 | 21.04 | 6.81 | - |
| YUV | 122.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 56 | 0 | 0.07 | 0.59 | 0.46 | 53.33 | 0.42 | 0.38 |
| Hex | 89 | 80 | 38 | 0 | 7 | 3B | 2E | 35 | 2A | 26 |
| Octal | 211 | 200 | 70 | 0 | 7 | 73 | 56 | 65 | 52 | 46 |
| Binary | 10001001 | 10000000 | 111000 | 0 | 111 | 111011 | 101110 | 110101 | 101010 | 100110 |
Color Harmonies of #898038
Complementary color
Monochromatic Colors of #898038
Black with #898038
Text Example
Text Example
White with #898038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898038; }
p { color: rgb(137,128,56); }
H1.HeaderClassName
{
color: #898038;
}
.AnyTagClassName
{
color: #898038;
}
</style>
background-color css
<style>
a { background-color: #898038; }
a { background-color: rgb(137,128,56); }
div.DivClassName
{
background-color: #898038;
}
.BgClassName
{
background-color: #898038;
}
</style>
border-color css
<style>
span { border-color: #898038; }
span { border-color: rgb(137,128,56); }
td.TdClassName
{
border-color: #898038;
}
.TagClassName
{
border-color: #898038;
}
</style>