Shades of Highball #98983F
Tints of Highball #98983F
RGB
CMYK
RGB Variations
Color information
#98983F (or 0x98983F) is known color: Highball. HEX triplet: 98, 98 and 3F. RGB value is (152,152,63). Sum of RGB (Red+Green+Blue) = 152+152+63=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98983F is #6767C0. Grayscale: #8E8E8E. Windows color (decimal): -6776769 or 4167832. OLE color: 4167832.
HSL color Cylindrical-coordinate representation of color #98983F: hue angle of 60º degrees, saturation: 0.41, 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 #98983F is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 152 | 63 | - |
| CMYK | 0 | 0 | 0.59 | 0.40 |
| HSL | 60º | 0.41% | 0.42% | - |
| HSV(B) | 60º | 0.59% | 0.6% | - |
| XYZ | 25.07 | 29.49 | 9.07 | - |
| YUV | 141.85 | 83.5 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 63 | 0 | 0 | 0.59 | 0.40 | 60 | 0.41 | 0.42 |
| Hex | 98 | 98 | 3F | 0 | 0 | 3B | 28 | 3C | 29 | 2A |
| Octal | 230 | 230 | 77 | 0 | 0 | 73 | 50 | 74 | 51 | 52 |
| Binary | 10011000 | 10011000 | 111111 | 0 | 0 | 111011 | 101000 | 111100 | 101001 | 101010 |
Color Harmonies of #98983F
Complementary color
Monochromatic Colors of #98983F
Black with #98983F
Text Example
Text Example
White with #98983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98983F; }
p { color: rgb(152,152,63); }
H1.HeaderClassName
{
color: #98983F;
}
.AnyTagClassName
{
color: #98983F;
}
</style>
background-color css
<style>
a { background-color: #98983F; }
a { background-color: rgb(152,152,63); }
div.DivClassName
{
background-color: #98983F;
}
.BgClassName
{
background-color: #98983F;
}
</style>
border-color css
<style>
span { border-color: #98983F; }
span { border-color: rgb(152,152,63); }
td.TdClassName
{
border-color: #98983F;
}
.TagClassName
{
border-color: #98983F;
}
</style>