Shades of Highball #989441
Tints of Highball #989441
RGB
CMYK
RGB Variations
Color information
#989441 (or 0x989441) is known color: Highball. HEX triplet: 98, 94 and 41. RGB value is (152,148,65). Sum of RGB (Red+Green+Blue) = 152+148+65=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #989441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989441 is #676BBE. Grayscale: #8C8C8C. Windows color (decimal): -6777791 or 4297880. OLE color: 4297880.
HSL color Cylindrical-coordinate representation of color #989441: hue angle of 57.24º 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 #989441 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 148 | 65 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.40 |
| HSL | 57.24º | 0.4% | 0.43% | - |
| HSV(B) | 57.24º | 0.57% | 0.6% | - |
| XYZ | 24.49 | 28.24 | 9.16 | - |
| YUV | 139.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 148 | 65 | 0 | 0.03 | 0.57 | 0.40 | 57.24 | 0.4 | 0.43 |
| Hex | 98 | 94 | 41 | 0 | 3 | 39 | 28 | 39 | 28 | 2B |
| Octal | 230 | 224 | 101 | 0 | 3 | 71 | 50 | 71 | 50 | 53 |
| Binary | 10011000 | 10010100 | 1000001 | 0 | 11 | 111001 | 101000 | 111001 | 101000 | 101011 |
Color Harmonies of #989441
Complementary color
Monochromatic Colors of #989441
Black with #989441
Text Example
Text Example
White with #989441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989441; }
p { color: rgb(152,148,65); }
H1.HeaderClassName
{
color: #989441;
}
.AnyTagClassName
{
color: #989441;
}
</style>
background-color css
<style>
a { background-color: #989441; }
a { background-color: rgb(152,148,65); }
div.DivClassName
{
background-color: #989441;
}
.BgClassName
{
background-color: #989441;
}
</style>
border-color css
<style>
span { border-color: #989441; }
span { border-color: rgb(152,148,65); }
td.TdClassName
{
border-color: #989441;
}
.TagClassName
{
border-color: #989441;
}
</style>