Shades of Highball #98943C
Tints of Highball #98943C
RGB
CMYK
RGB Variations
Color information
#98943C (or 0x98943C) is known color: Highball. HEX triplet: 98, 94 and 3C. RGB value is (152,148,60). Sum of RGB (Red+Green+Blue) = 152+148+60=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98943C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98943C is #676BC3. Grayscale: #8B8B8B. Windows color (decimal): -6777796 or 3970200. OLE color: 3970200.
HSL color Cylindrical-coordinate representation of color #98943C: hue angle of 57.39º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98943C is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 148 | 60 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.40 |
| HSL | 57.39º | 0.43% | 0.42% | - |
| HSV(B) | 57.39º | 0.61% | 0.6% | - |
| XYZ | 24.35 | 28.18 | 8.43 | - |
| YUV | 139.16 | 83.33 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 148 | 60 | 0 | 0.03 | 0.61 | 0.40 | 57.39 | 0.43 | 0.42 |
| Hex | 98 | 94 | 3C | 0 | 3 | 3D | 28 | 39 | 2B | 2A |
| Octal | 230 | 224 | 74 | 0 | 3 | 75 | 50 | 71 | 53 | 52 |
| Binary | 10011000 | 10010100 | 111100 | 0 | 11 | 111101 | 101000 | 111001 | 101011 | 101010 |
Color Harmonies of #98943C
Complementary color
Monochromatic Colors of #98943C
Black with #98943C
Text Example
Text Example
White with #98943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98943C; }
p { color: rgb(152,148,60); }
H1.HeaderClassName
{
color: #98943C;
}
.AnyTagClassName
{
color: #98943C;
}
</style>
background-color css
<style>
a { background-color: #98943C; }
a { background-color: rgb(152,148,60); }
div.DivClassName
{
background-color: #98943C;
}
.BgClassName
{
background-color: #98943C;
}
</style>
border-color css
<style>
span { border-color: #98943C; }
span { border-color: rgb(152,148,60); }
td.TdClassName
{
border-color: #98943C;
}
.TagClassName
{
border-color: #98943C;
}
</style>