Shades of Highball #988945
Tints of Highball #988945
RGB
CMYK
RGB Variations
Color information
#988945 (or 0x988945) is known color: Highball. HEX triplet: 98, 89 and 45. RGB value is (152,137,69). Sum of RGB (Red+Green+Blue) = 152+137+69=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #988945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988945 is #6776BA. Grayscale: #868686. Windows color (decimal): -6780603 or 4557208. OLE color: 4557208.
HSL color Cylindrical-coordinate representation of color #988945: hue angle of 49.16º 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 #988945 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 137 | 69 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.40 |
| HSL | 49.16º | 0.38% | 0.43% | - |
| HSV(B) | 49.16º | 0.55% | 0.6% | - |
| XYZ | 22.97 | 25 | 9.24 | - |
| YUV | 133.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 69 | 0 | 0.10 | 0.55 | 0.40 | 49.16 | 0.38 | 0.43 |
| Hex | 98 | 89 | 45 | 0 | A | 37 | 28 | 31 | 26 | 2B |
| Octal | 230 | 211 | 105 | 0 | 12 | 67 | 50 | 61 | 46 | 53 |
| Binary | 10011000 | 10001001 | 1000101 | 0 | 1010 | 110111 | 101000 | 110001 | 100110 | 101011 |
Color Harmonies of #988945
Complementary color
Monochromatic Colors of #988945
Black with #988945
Text Example
Text Example
White with #988945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988945; }
p { color: rgb(152,137,69); }
H1.HeaderClassName
{
color: #988945;
}
.AnyTagClassName
{
color: #988945;
}
</style>
background-color css
<style>
a { background-color: #988945; }
a { background-color: rgb(152,137,69); }
div.DivClassName
{
background-color: #988945;
}
.BgClassName
{
background-color: #988945;
}
</style>
border-color css
<style>
span { border-color: #988945; }
span { border-color: rgb(152,137,69); }
td.TdClassName
{
border-color: #988945;
}
.TagClassName
{
border-color: #988945;
}
</style>