Shades of Highball #98983E
Tints of Highball #98983E
RGB
CMYK
RGB Variations
Color information
#98983E (or 0x98983E) is known color: Highball. HEX triplet: 98, 98 and 3E. RGB value is (152,152,62). Sum of RGB (Red+Green+Blue) = 152+152+62=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98983E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98983E is #6767C1. Grayscale: #8E8E8E. Windows color (decimal): -6776770 or 4102296. OLE color: 4102296.
HSL color Cylindrical-coordinate representation of color #98983E: hue angle of 60º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98983E is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 152 | 62 | - |
| CMYK | 0 | 0 | 0.59 | 0.40 |
| HSL | 60º | 0.42% | 0.42% | - |
| HSV(B) | 60º | 0.59% | 0.6% | - |
| XYZ | 25.05 | 29.48 | 8.93 | - |
| YUV | 141.74 | 83 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 62 | 0 | 0 | 0.59 | 0.40 | 60 | 0.42 | 0.42 |
| Hex | 98 | 98 | 3E | 0 | 0 | 3B | 28 | 3C | 2A | 2A |
| Octal | 230 | 230 | 76 | 0 | 0 | 73 | 50 | 74 | 52 | 52 |
| Binary | 10011000 | 10011000 | 111110 | 0 | 0 | 111011 | 101000 | 111100 | 101010 | 101010 |
Color Harmonies of #98983E
Complementary color
Monochromatic Colors of #98983E
Black with #98983E
Text Example
Text Example
White with #98983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98983E; }
p { color: rgb(152,152,62); }
H1.HeaderClassName
{
color: #98983E;
}
.AnyTagClassName
{
color: #98983E;
}
</style>
background-color css
<style>
a { background-color: #98983E; }
a { background-color: rgb(152,152,62); }
div.DivClassName
{
background-color: #98983E;
}
.BgClassName
{
background-color: #98983E;
}
</style>
border-color css
<style>
span { border-color: #98983E; }
span { border-color: rgb(152,152,62); }
td.TdClassName
{
border-color: #98983E;
}
.TagClassName
{
border-color: #98983E;
}
</style>