Shades of Highball #98924B
Tints of Highball #98924B
RGB
CMYK
RGB Variations
Color information
#98924B (or 0x98924B) is known color: Highball. HEX triplet: 98, 92 and 4B. RGB value is (152,146,75). Sum of RGB (Red+Green+Blue) = 152+146+75=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #98924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98924B is #676DB4. Grayscale: #8B8B8B. Windows color (decimal): -6778293 or 4952728. OLE color: 4952728.
HSL color Cylindrical-coordinate representation of color #98924B: hue angle of 55.32º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98924B is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 75 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.40 |
| HSL | 55.32º | 0.34% | 0.45% | - |
| HSV(B) | 55.32º | 0.51% | 0.6% | - |
| XYZ | 24.5 | 27.74 | 10.72 | - |
| YUV | 139.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 75 | 0 | 0.04 | 0.51 | 0.40 | 55.32 | 0.34 | 0.45 |
| Hex | 98 | 92 | 4B | 0 | 4 | 33 | 28 | 37 | 22 | 2D |
| Octal | 230 | 222 | 113 | 0 | 4 | 63 | 50 | 67 | 42 | 55 |
| Binary | 10011000 | 10010010 | 1001011 | 0 | 100 | 110011 | 101000 | 110111 | 100010 | 101101 |
Color Harmonies of #98924B
Complementary color
Monochromatic Colors of #98924B
Black with #98924B
Text Example
Text Example
White with #98924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98924B; }
p { color: rgb(152,146,75); }
H1.HeaderClassName
{
color: #98924B;
}
.AnyTagClassName
{
color: #98924B;
}
</style>
background-color css
<style>
a { background-color: #98924B; }
a { background-color: rgb(152,146,75); }
div.DivClassName
{
background-color: #98924B;
}
.BgClassName
{
background-color: #98924B;
}
</style>
border-color css
<style>
span { border-color: #98924B; }
span { border-color: rgb(152,146,75); }
td.TdClassName
{
border-color: #98924B;
}
.TagClassName
{
border-color: #98924B;
}
</style>