Shades of Highball #988C45
Tints of Highball #988C45
RGB
CMYK
RGB Variations
Color information
#988C45 (or 0x988C45) is known color: Highball. HEX triplet: 98, 8C and 45. RGB value is (152,140,69). Sum of RGB (Red+Green+Blue) = 152+140+69=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #988C45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988C45 is #6773BA. Grayscale: #878787. Windows color (decimal): -6779835 or 4557976. OLE color: 4557976.
HSL color Cylindrical-coordinate representation of color #988C45: hue angle of 51.33º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #988C45 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 69 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.40 |
| HSL | 51.33º | 0.38% | 0.43% | - |
| HSV(B) | 51.33º | 0.55% | 0.6% | - |
| XYZ | 23.4 | 25.86 | 9.39 | - |
| YUV | 135.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 69 | 0 | 0.08 | 0.55 | 0.40 | 51.33 | 0.38 | 0.43 |
| Hex | 98 | 8C | 45 | 0 | 8 | 37 | 28 | 33 | 26 | 2B |
| Octal | 230 | 214 | 105 | 0 | 10 | 67 | 50 | 63 | 46 | 53 |
| Binary | 10011000 | 10001100 | 1000101 | 0 | 1000 | 110111 | 101000 | 110011 | 100110 | 101011 |
Color Harmonies of #988C45
Complementary color
Monochromatic Colors of #988C45
Black with #988C45
Text Example
Text Example
White with #988C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C45; }
p { color: rgb(152,140,69); }
H1.HeaderClassName
{
color: #988C45;
}
.AnyTagClassName
{
color: #988C45;
}
</style>
background-color css
<style>
a { background-color: #988C45; }
a { background-color: rgb(152,140,69); }
div.DivClassName
{
background-color: #988C45;
}
.BgClassName
{
background-color: #988C45;
}
</style>
border-color css
<style>
span { border-color: #988C45; }
span { border-color: rgb(152,140,69); }
td.TdClassName
{
border-color: #988C45;
}
.TagClassName
{
border-color: #988C45;
}
</style>