Shades of Highball #989832
Tints of Highball #989832
RGB
CMYK
RGB Variations
Color information
#989832 (or 0x989832) is known color: Highball. HEX triplet: 98, 98 and 32. RGB value is (152,152,50). Sum of RGB (Red+Green+Blue) = 152+152+50=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989832 is #6767CD. Grayscale: #8C8C8C. Windows color (decimal): -6776782 or 3315864. OLE color: 3315864.
HSL color Cylindrical-coordinate representation of color #989832: hue angle of 60º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #989832 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 152 | 50 | - |
| CMYK | 0 | 0 | 0.67 | 0.40 |
| HSL | 60º | 0.5% | 0.4% | - |
| HSV(B) | 60º | 0.67% | 0.6% | - |
| XYZ | 24.75 | 29.36 | 7.38 | - |
| YUV | 140.37 | 77 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 50 | 0 | 0 | 0.67 | 0.40 | 60 | 0.5 | 0.4 |
| Hex | 98 | 98 | 32 | 0 | 0 | 43 | 28 | 3C | 32 | 28 |
| Octal | 230 | 230 | 62 | 0 | 0 | 103 | 50 | 74 | 62 | 50 |
| Binary | 10011000 | 10011000 | 110010 | 0 | 0 | 1000011 | 101000 | 111100 | 110010 | 101000 |
Color Harmonies of #989832
Complementary color
Monochromatic Colors of #989832
Black with #989832
Text Example
Text Example
White with #989832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989832; }
p { color: rgb(152,152,50); }
H1.HeaderClassName
{
color: #989832;
}
.AnyTagClassName
{
color: #989832;
}
</style>
background-color css
<style>
a { background-color: #989832; }
a { background-color: rgb(152,152,50); }
div.DivClassName
{
background-color: #989832;
}
.BgClassName
{
background-color: #989832;
}
</style>
border-color css
<style>
span { border-color: #989832; }
span { border-color: rgb(152,152,50); }
td.TdClassName
{
border-color: #989832;
}
.TagClassName
{
border-color: #989832;
}
</style>