Shades of Highball #98924D
Tints of Highball #98924D
RGB
CMYK
RGB Variations
Color information
#98924D (or 0x98924D) is known color: Highball. HEX triplet: 98, 92 and 4D. RGB value is (152,146,77). Sum of RGB (Red+Green+Blue) = 152+146+77=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #98924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98924D is #676DB2. Grayscale: #8C8C8C. Windows color (decimal): -6778291 or 5083800. OLE color: 5083800.
HSL color Cylindrical-coordinate representation of color #98924D: hue angle of 55.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98924D is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 77 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.40 |
| HSL | 55.2º | 0.33% | 0.45% | - |
| HSV(B) | 55.2º | 0.49% | 0.6% | - |
| XYZ | 24.57 | 27.77 | 11.09 | - |
| YUV | 139.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 77 | 0 | 0.04 | 0.49 | 0.40 | 55.2 | 0.33 | 0.45 |
| Hex | 98 | 92 | 4D | 0 | 4 | 31 | 28 | 37 | 21 | 2D |
| Octal | 230 | 222 | 115 | 0 | 4 | 61 | 50 | 67 | 41 | 55 |
| Binary | 10011000 | 10010010 | 1001101 | 0 | 100 | 110001 | 101000 | 110111 | 100001 | 101101 |
Color Harmonies of #98924D
Complementary color
Monochromatic Colors of #98924D
Black with #98924D
Text Example
Text Example
White with #98924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98924D; }
p { color: rgb(152,146,77); }
H1.HeaderClassName
{
color: #98924D;
}
.AnyTagClassName
{
color: #98924D;
}
</style>
background-color css
<style>
a { background-color: #98924D; }
a { background-color: rgb(152,146,77); }
div.DivClassName
{
background-color: #98924D;
}
.BgClassName
{
background-color: #98924D;
}
</style>
border-color css
<style>
span { border-color: #98924D; }
span { border-color: rgb(152,146,77); }
td.TdClassName
{
border-color: #98924D;
}
.TagClassName
{
border-color: #98924D;
}
</style>