Shades of Highball #898132
Tints of Highball #898132
RGB
CMYK
RGB Variations
Color information
#898132 (or 0x898132) is known color: Highball. HEX triplet: 89, 81 and 32. RGB value is (137,129,50). Sum of RGB (Red+Green+Blue) = 137+129+50=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #898132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898132 is #767ECD. Grayscale: #7A7A7A. Windows color (decimal): -7765710 or 3309961. OLE color: 3309961.
HSL color Cylindrical-coordinate representation of color #898132: hue angle of 54.48º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #898132 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 129 | 50 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.46 |
| HSL | 54.48º | 0.47% | 0.37% | - |
| HSV(B) | 54.48º | 0.64% | 0.54% | - |
| XYZ | 18.74 | 21.25 | 6.13 | - |
| YUV | 122.39 | 87.15 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 50 | 0 | 0.06 | 0.64 | 0.46 | 54.48 | 0.47 | 0.37 |
| Hex | 89 | 81 | 32 | 0 | 6 | 40 | 2E | 36 | 2F | 25 |
| Octal | 211 | 201 | 62 | 0 | 6 | 100 | 56 | 66 | 57 | 45 |
| Binary | 10001001 | 10000001 | 110010 | 0 | 110 | 1000000 | 101110 | 110110 | 101111 | 100101 |
Color Harmonies of #898132
Complementary color
Monochromatic Colors of #898132
Black with #898132
Text Example
Text Example
White with #898132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898132; }
p { color: rgb(137,129,50); }
H1.HeaderClassName
{
color: #898132;
}
.AnyTagClassName
{
color: #898132;
}
</style>
background-color css
<style>
a { background-color: #898132; }
a { background-color: rgb(137,129,50); }
div.DivClassName
{
background-color: #898132;
}
.BgClassName
{
background-color: #898132;
}
</style>
border-color css
<style>
span { border-color: #898132; }
span { border-color: rgb(137,129,50); }
td.TdClassName
{
border-color: #898132;
}
.TagClassName
{
border-color: #898132;
}
</style>