Shades of Highball #989234
Tints of Highball #989234
RGB
CMYK
RGB Variations
Color information
#989234 (or 0x989234) is known color: Highball. HEX triplet: 98, 92 and 34. RGB value is (152,146,52). Sum of RGB (Red+Green+Blue) = 152+146+52=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #989234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989234 is #676DCB. Grayscale: #898989. Windows color (decimal): -6778316 or 3445400. OLE color: 3445400.
HSL color Cylindrical-coordinate representation of color #989234: hue angle of 56.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #989234 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 52 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.40 |
| HSL | 56.4º | 0.49% | 0.4% | - |
| HSV(B) | 56.4º | 0.66% | 0.6% | - |
| XYZ | 23.85 | 27.48 | 7.3 | - |
| YUV | 137.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 52 | 0 | 0.04 | 0.66 | 0.40 | 56.4 | 0.49 | 0.4 |
| Hex | 98 | 92 | 34 | 0 | 4 | 42 | 28 | 38 | 31 | 28 |
| Octal | 230 | 222 | 64 | 0 | 4 | 102 | 50 | 70 | 61 | 50 |
| Binary | 10011000 | 10010010 | 110100 | 0 | 100 | 1000010 | 101000 | 111000 | 110001 | 101000 |
Color Harmonies of #989234
Complementary color
Monochromatic Colors of #989234
Black with #989234
Text Example
Text Example
White with #989234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989234; }
p { color: rgb(152,146,52); }
H1.HeaderClassName
{
color: #989234;
}
.AnyTagClassName
{
color: #989234;
}
</style>
background-color css
<style>
a { background-color: #989234; }
a { background-color: rgb(152,146,52); }
div.DivClassName
{
background-color: #989234;
}
.BgClassName
{
background-color: #989234;
}
</style>
border-color css
<style>
span { border-color: #989234; }
span { border-color: rgb(152,146,52); }
td.TdClassName
{
border-color: #989234;
}
.TagClassName
{
border-color: #989234;
}
</style>