Shades of Highball #98983B
Tints of Highball #98983B
RGB
CMYK
RGB Variations
Color information
#98983B (or 0x98983B) is known color: Highball. HEX triplet: 98, 98 and 3B. RGB value is (152,152,59). Sum of RGB (Red+Green+Blue) = 152+152+59=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98983B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98983B is #6767C4. Grayscale: #8D8D8D. Windows color (decimal): -6776773 or 3905688. OLE color: 3905688.
HSL color Cylindrical-coordinate representation of color #98983B: hue angle of 60º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98983B is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 152 | 59 | - |
| CMYK | 0 | 0 | 0.61 | 0.40 |
| HSL | 60º | 0.44% | 0.41% | - |
| HSV(B) | 60º | 0.61% | 0.6% | - |
| XYZ | 24.97 | 29.45 | 8.51 | - |
| YUV | 141.4 | 81.5 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 59 | 0 | 0 | 0.61 | 0.40 | 60 | 0.44 | 0.41 |
| Hex | 98 | 98 | 3B | 0 | 0 | 3D | 28 | 3C | 2C | 29 |
| Octal | 230 | 230 | 73 | 0 | 0 | 75 | 50 | 74 | 54 | 51 |
| Binary | 10011000 | 10011000 | 111011 | 0 | 0 | 111101 | 101000 | 111100 | 101100 | 101001 |
Color Harmonies of #98983B
Complementary color
Monochromatic Colors of #98983B
Black with #98983B
Text Example
Text Example
White with #98983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98983B; }
p { color: rgb(152,152,59); }
H1.HeaderClassName
{
color: #98983B;
}
.AnyTagClassName
{
color: #98983B;
}
</style>
background-color css
<style>
a { background-color: #98983B; }
a { background-color: rgb(152,152,59); }
div.DivClassName
{
background-color: #98983B;
}
.BgClassName
{
background-color: #98983B;
}
</style>
border-color css
<style>
span { border-color: #98983B; }
span { border-color: rgb(152,152,59); }
td.TdClassName
{
border-color: #98983B;
}
.TagClassName
{
border-color: #98983B;
}
</style>