Shades of Highball #98933C
Tints of Highball #98933C
RGB
CMYK
RGB Variations
Color information
#98933C (or 0x98933C) is known color: Highball. HEX triplet: 98, 93 and 3C. RGB value is (152,147,60). Sum of RGB (Red+Green+Blue) = 152+147+60=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98933C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98933C is #676CC3. Grayscale: #8A8A8A. Windows color (decimal): -6778052 or 3969944. OLE color: 3969944.
HSL color Cylindrical-coordinate representation of color #98933C: hue angle of 56.74º 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 #98933C is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 147 | 60 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.40 |
| HSL | 56.74º | 0.43% | 0.42% | - |
| HSV(B) | 56.74º | 0.61% | 0.6% | - |
| XYZ | 24.2 | 27.87 | 8.38 | - |
| YUV | 138.58 | 83.66 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 60 | 0 | 0.03 | 0.61 | 0.40 | 56.74 | 0.43 | 0.42 |
| Hex | 98 | 93 | 3C | 0 | 3 | 3D | 28 | 39 | 2B | 2A |
| Octal | 230 | 223 | 74 | 0 | 3 | 75 | 50 | 71 | 53 | 52 |
| Binary | 10011000 | 10010011 | 111100 | 0 | 11 | 111101 | 101000 | 111001 | 101011 | 101010 |
Color Harmonies of #98933C
Complementary color
Monochromatic Colors of #98933C
Black with #98933C
Text Example
Text Example
White with #98933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98933C; }
p { color: rgb(152,147,60); }
H1.HeaderClassName
{
color: #98933C;
}
.AnyTagClassName
{
color: #98933C;
}
</style>
background-color css
<style>
a { background-color: #98933C; }
a { background-color: rgb(152,147,60); }
div.DivClassName
{
background-color: #98933C;
}
.BgClassName
{
background-color: #98933C;
}
</style>
border-color css
<style>
span { border-color: #98933C; }
span { border-color: rgb(152,147,60); }
td.TdClassName
{
border-color: #98933C;
}
.TagClassName
{
border-color: #98933C;
}
</style>