Shades of Highball #989353
Tints of Highball #989353
RGB
CMYK
RGB Variations
Color information
#989353 (or 0x989353) is known color: Highball. HEX triplet: 98, 93 and 53. RGB value is (152,147,83). Sum of RGB (Red+Green+Blue) = 152+147+83=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #989353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989353 is #676CAC. Grayscale: #8D8D8D. Windows color (decimal): -6778029 or 5477272. OLE color: 5477272.
HSL color Cylindrical-coordinate representation of color #989353: hue angle of 55.65º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #989353 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 147 | 83 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.40 |
| HSL | 55.65º | 0.29% | 0.46% | - |
| HSV(B) | 55.65º | 0.45% | 0.6% | - |
| XYZ | 24.94 | 28.17 | 12.31 | - |
| YUV | 141.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 83 | 0 | 0.03 | 0.45 | 0.40 | 55.65 | 0.29 | 0.46 |
| Hex | 98 | 93 | 53 | 0 | 3 | 2D | 28 | 38 | 1D | 2E |
| Octal | 230 | 223 | 123 | 0 | 3 | 55 | 50 | 70 | 35 | 56 |
| Binary | 10011000 | 10010011 | 1010011 | 0 | 11 | 101101 | 101000 | 111000 | 11101 | 101110 |
Color Harmonies of #989353
Complementary color
Monochromatic Colors of #989353
Black with #989353
Text Example
Text Example
White with #989353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989353; }
p { color: rgb(152,147,83); }
H1.HeaderClassName
{
color: #989353;
}
.AnyTagClassName
{
color: #989353;
}
</style>
background-color css
<style>
a { background-color: #989353; }
a { background-color: rgb(152,147,83); }
div.DivClassName
{
background-color: #989353;
}
.BgClassName
{
background-color: #989353;
}
</style>
border-color css
<style>
span { border-color: #989353; }
span { border-color: rgb(152,147,83); }
td.TdClassName
{
border-color: #989353;
}
.TagClassName
{
border-color: #989353;
}
</style>