Shades of Highball #98983D
Tints of Highball #98983D
RGB
CMYK
RGB Variations
Color information
#98983D (or 0x98983D) is known color: Highball. HEX triplet: 98, 98 and 3D. RGB value is (152,152,61). Sum of RGB (Red+Green+Blue) = 152+152+61=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98983D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98983D is #6767C2. Grayscale: #8D8D8D. Windows color (decimal): -6776771 or 4036760. OLE color: 4036760.
HSL color Cylindrical-coordinate representation of color #98983D: hue angle of 60º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98983D is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 152 | 61 | - |
| CMYK | 0 | 0 | 0.60 | 0.40 |
| HSL | 60º | 0.43% | 0.42% | - |
| HSV(B) | 60º | 0.6% | 0.6% | - |
| XYZ | 25.02 | 29.47 | 8.78 | - |
| YUV | 141.63 | 82.5 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 61 | 0 | 0 | 0.60 | 0.40 | 60 | 0.43 | 0.42 |
| Hex | 98 | 98 | 3D | 0 | 0 | 3C | 28 | 3C | 2B | 2A |
| Octal | 230 | 230 | 75 | 0 | 0 | 74 | 50 | 74 | 53 | 52 |
| Binary | 10011000 | 10011000 | 111101 | 0 | 0 | 111100 | 101000 | 111100 | 101011 | 101010 |
Color Harmonies of #98983D
Complementary color
Monochromatic Colors of #98983D
Black with #98983D
Text Example
Text Example
White with #98983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98983D; }
p { color: rgb(152,152,61); }
H1.HeaderClassName
{
color: #98983D;
}
.AnyTagClassName
{
color: #98983D;
}
</style>
background-color css
<style>
a { background-color: #98983D; }
a { background-color: rgb(152,152,61); }
div.DivClassName
{
background-color: #98983D;
}
.BgClassName
{
background-color: #98983D;
}
</style>
border-color css
<style>
span { border-color: #98983D; }
span { border-color: rgb(152,152,61); }
td.TdClassName
{
border-color: #98983D;
}
.TagClassName
{
border-color: #98983D;
}
</style>