Shades of Highball #898832
Tints of Highball #898832
RGB
CMYK
RGB Variations
Color information
#898832 (or 0x898832) is known color: Highball. HEX triplet: 89, 88 and 32. RGB value is (137,136,50). Sum of RGB (Red+Green+Blue) = 137+136+50=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #898832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898832 is #7677CD. Grayscale: #7E7E7E. Windows color (decimal): -7763918 or 3311753. OLE color: 3311753.
HSL color Cylindrical-coordinate representation of color #898832: hue angle of 59.31º 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 #898832 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 50 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.46 |
| HSL | 59.31º | 0.47% | 0.37% | - |
| HSV(B) | 59.31º | 0.64% | 0.54% | - |
| XYZ | 19.7 | 23.16 | 6.45 | - |
| YUV | 126.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 50 | 0 | 0.01 | 0.64 | 0.46 | 59.31 | 0.47 | 0.37 |
| Hex | 89 | 88 | 32 | 0 | 1 | 40 | 2E | 3B | 2F | 25 |
| Octal | 211 | 210 | 62 | 0 | 1 | 100 | 56 | 73 | 57 | 45 |
| Binary | 10001001 | 10001000 | 110010 | 0 | 1 | 1000000 | 101110 | 111011 | 101111 | 100101 |
Color Harmonies of #898832
Complementary color
Monochromatic Colors of #898832
Black with #898832
Text Example
Text Example
White with #898832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898832; }
p { color: rgb(137,136,50); }
H1.HeaderClassName
{
color: #898832;
}
.AnyTagClassName
{
color: #898832;
}
</style>
background-color css
<style>
a { background-color: #898832; }
a { background-color: rgb(137,136,50); }
div.DivClassName
{
background-color: #898832;
}
.BgClassName
{
background-color: #898832;
}
</style>
border-color css
<style>
span { border-color: #898832; }
span { border-color: rgb(137,136,50); }
td.TdClassName
{
border-color: #898832;
}
.TagClassName
{
border-color: #898832;
}
</style>