Shades of Highball #989141
Tints of Highball #989141
RGB
CMYK
RGB Variations
Color information
#989141 (or 0x989141) is known color: Highball. HEX triplet: 98, 91 and 41. RGB value is (152,145,65). Sum of RGB (Red+Green+Blue) = 152+145+65=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #989141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989141 is #676EBE. Grayscale: #8A8A8A. Windows color (decimal): -6778559 or 4297112. OLE color: 4297112.
HSL color Cylindrical-coordinate representation of color #989141: hue angle of 55.17º 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 #989141 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 65 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.40 |
| HSL | 55.17º | 0.4% | 0.43% | - |
| HSV(B) | 55.17º | 0.57% | 0.6% | - |
| XYZ | 24.03 | 27.31 | 9.01 | - |
| YUV | 137.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 65 | 0 | 0.05 | 0.57 | 0.40 | 55.17 | 0.4 | 0.43 |
| Hex | 98 | 91 | 41 | 0 | 5 | 39 | 28 | 37 | 28 | 2B |
| Octal | 230 | 221 | 101 | 0 | 5 | 71 | 50 | 67 | 50 | 53 |
| Binary | 10011000 | 10010001 | 1000001 | 0 | 101 | 111001 | 101000 | 110111 | 101000 | 101011 |
Color Harmonies of #989141
Complementary color
Monochromatic Colors of #989141
Black with #989141
Text Example
Text Example
White with #989141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989141; }
p { color: rgb(152,145,65); }
H1.HeaderClassName
{
color: #989141;
}
.AnyTagClassName
{
color: #989141;
}
</style>
background-color css
<style>
a { background-color: #989141; }
a { background-color: rgb(152,145,65); }
div.DivClassName
{
background-color: #989141;
}
.BgClassName
{
background-color: #989141;
}
</style>
border-color css
<style>
span { border-color: #989141; }
span { border-color: rgb(152,145,65); }
td.TdClassName
{
border-color: #989141;
}
.TagClassName
{
border-color: #989141;
}
</style>