Shades of Highball #988F46
Tints of Highball #988F46
RGB
CMYK
RGB Variations
Color information
#988F46 (or 0x988F46) is known color: Highball. HEX triplet: 98, 8F and 46. RGB value is (152,143,70). Sum of RGB (Red+Green+Blue) = 152+143+70=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #988F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988F46 is #6770B9. Grayscale: #898989. Windows color (decimal): -6779066 or 4624280. OLE color: 4624280.
HSL color Cylindrical-coordinate representation of color #988F46: hue angle of 53.41º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #988F46 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 143 | 70 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.40 |
| HSL | 53.41º | 0.37% | 0.44% | - |
| HSV(B) | 53.41º | 0.54% | 0.6% | - |
| XYZ | 23.88 | 26.76 | 9.7 | - |
| YUV | 137.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 70 | 0 | 0.06 | 0.54 | 0.40 | 53.41 | 0.37 | 0.44 |
| Hex | 98 | 8F | 46 | 0 | 6 | 36 | 28 | 35 | 25 | 2C |
| Octal | 230 | 217 | 106 | 0 | 6 | 66 | 50 | 65 | 45 | 54 |
| Binary | 10011000 | 10001111 | 1000110 | 0 | 110 | 110110 | 101000 | 110101 | 100101 | 101100 |
Color Harmonies of #988F46
Complementary color
Monochromatic Colors of #988F46
Black with #988F46
Text Example
Text Example
White with #988F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988F46; }
p { color: rgb(152,143,70); }
H1.HeaderClassName
{
color: #988F46;
}
.AnyTagClassName
{
color: #988F46;
}
</style>
background-color css
<style>
a { background-color: #988F46; }
a { background-color: rgb(152,143,70); }
div.DivClassName
{
background-color: #988F46;
}
.BgClassName
{
background-color: #988F46;
}
</style>
border-color css
<style>
span { border-color: #988F46; }
span { border-color: rgb(152,143,70); }
td.TdClassName
{
border-color: #988F46;
}
.TagClassName
{
border-color: #988F46;
}
</style>