Shades of Highball #988944
Tints of Highball #988944
RGB
CMYK
RGB Variations
Color information
#988944 (or 0x988944) is known color: Highball. HEX triplet: 98, 89 and 44. RGB value is (152,137,68). Sum of RGB (Red+Green+Blue) = 152+137+68=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #988944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988944 is #6776BB. Grayscale: #858585. Windows color (decimal): -6780604 or 4491672. OLE color: 4491672.
HSL color Cylindrical-coordinate representation of color #988944: hue angle of 49.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #988944 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 137 | 68 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.40 |
| HSL | 49.29º | 0.38% | 0.43% | - |
| HSV(B) | 49.29º | 0.55% | 0.6% | - |
| XYZ | 22.94 | 24.98 | 9.08 | - |
| YUV | 133.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 68 | 0 | 0.10 | 0.55 | 0.40 | 49.29 | 0.38 | 0.43 |
| Hex | 98 | 89 | 44 | 0 | A | 37 | 28 | 31 | 26 | 2B |
| Octal | 230 | 211 | 104 | 0 | 12 | 67 | 50 | 61 | 46 | 53 |
| Binary | 10011000 | 10001001 | 1000100 | 0 | 1010 | 110111 | 101000 | 110001 | 100110 | 101011 |
Color Harmonies of #988944
Complementary color
Monochromatic Colors of #988944
Black with #988944
Text Example
Text Example
White with #988944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988944; }
p { color: rgb(152,137,68); }
H1.HeaderClassName
{
color: #988944;
}
.AnyTagClassName
{
color: #988944;
}
</style>
background-color css
<style>
a { background-color: #988944; }
a { background-color: rgb(152,137,68); }
div.DivClassName
{
background-color: #988944;
}
.BgClassName
{
background-color: #988944;
}
</style>
border-color css
<style>
span { border-color: #988944; }
span { border-color: rgb(152,137,68); }
td.TdClassName
{
border-color: #988944;
}
.TagClassName
{
border-color: #988944;
}
</style>