Shades of Highball #989241
Tints of Highball #989241
RGB
CMYK
RGB Variations
Color information
#989241 (or 0x989241) is known color: Highball. HEX triplet: 98, 92 and 41. RGB value is (152,146,65). Sum of RGB (Red+Green+Blue) = 152+146+65=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #989241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989241 is #676DBE. Grayscale: #8A8A8A. Windows color (decimal): -6778303 or 4297368. OLE color: 4297368.
HSL color Cylindrical-coordinate representation of color #989241: hue angle of 55.86º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #989241 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 65 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.40 |
| HSL | 55.86º | 0.4% | 0.43% | - |
| HSV(B) | 55.86º | 0.57% | 0.6% | - |
| XYZ | 24.18 | 27.61 | 9.06 | - |
| YUV | 138.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 65 | 0 | 0.04 | 0.57 | 0.40 | 55.86 | 0.4 | 0.43 |
| Hex | 98 | 92 | 41 | 0 | 4 | 39 | 28 | 38 | 28 | 2B |
| Octal | 230 | 222 | 101 | 0 | 4 | 71 | 50 | 70 | 50 | 53 |
| Binary | 10011000 | 10010010 | 1000001 | 0 | 100 | 111001 | 101000 | 111000 | 101000 | 101011 |
Color Harmonies of #989241
Complementary color
Monochromatic Colors of #989241
Black with #989241
Text Example
Text Example
White with #989241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989241; }
p { color: rgb(152,146,65); }
H1.HeaderClassName
{
color: #989241;
}
.AnyTagClassName
{
color: #989241;
}
</style>
background-color css
<style>
a { background-color: #989241; }
a { background-color: rgb(152,146,65); }
div.DivClassName
{
background-color: #989241;
}
.BgClassName
{
background-color: #989241;
}
</style>
border-color css
<style>
span { border-color: #989241; }
span { border-color: rgb(152,146,65); }
td.TdClassName
{
border-color: #989241;
}
.TagClassName
{
border-color: #989241;
}
</style>