Shades of Highball #989350
Tints of Highball #989350
RGB
CMYK
RGB Variations
Color information
#989350 (or 0x989350) is known color: Highball. HEX triplet: 98, 93 and 50. RGB value is (152,147,80). Sum of RGB (Red+Green+Blue) = 152+147+80=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #989350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989350 is #676CAF. Grayscale: #8D8D8D. Windows color (decimal): -6778032 or 5280664. OLE color: 5280664.
HSL color Cylindrical-coordinate representation of color #989350: hue angle of 55.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #989350 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 147 | 80 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.40 |
| HSL | 55.83º | 0.31% | 0.45% | - |
| HSV(B) | 55.83º | 0.47% | 0.6% | - |
| XYZ | 24.83 | 28.12 | 11.71 | - |
| YUV | 140.86 | 93.66 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 80 | 0 | 0.03 | 0.47 | 0.40 | 55.83 | 0.31 | 0.45 |
| Hex | 98 | 93 | 50 | 0 | 3 | 2F | 28 | 38 | 1F | 2D |
| Octal | 230 | 223 | 120 | 0 | 3 | 57 | 50 | 70 | 37 | 55 |
| Binary | 10011000 | 10010011 | 1010000 | 0 | 11 | 101111 | 101000 | 111000 | 11111 | 101101 |
Color Harmonies of #989350
Complementary color
Monochromatic Colors of #989350
Black with #989350
Text Example
Text Example
White with #989350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989350; }
p { color: rgb(152,147,80); }
H1.HeaderClassName
{
color: #989350;
}
.AnyTagClassName
{
color: #989350;
}
</style>
background-color css
<style>
a { background-color: #989350; }
a { background-color: rgb(152,147,80); }
div.DivClassName
{
background-color: #989350;
}
.BgClassName
{
background-color: #989350;
}
</style>
border-color css
<style>
span { border-color: #989350; }
span { border-color: rgb(152,147,80); }
td.TdClassName
{
border-color: #989350;
}
.TagClassName
{
border-color: #989350;
}
</style>