Shades of Highball #988943
Tints of Highball #988943
RGB
CMYK
RGB Variations
Color information
#988943 (or 0x988943) is known color: Highball. HEX triplet: 98, 89 and 43. RGB value is (152,137,67). Sum of RGB (Red+Green+Blue) = 152+137+67=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #988943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988943 is #6776BC. Grayscale: #858585. Windows color (decimal): -6780605 or 4426136. OLE color: 4426136.
HSL color Cylindrical-coordinate representation of color #988943: hue angle of 49.41º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #988943 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 137 | 67 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.40 |
| HSL | 49.41º | 0.39% | 0.43% | - |
| HSV(B) | 49.41º | 0.56% | 0.6% | - |
| XYZ | 22.91 | 24.97 | 8.92 | - |
| YUV | 133.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 67 | 0 | 0.10 | 0.56 | 0.40 | 49.41 | 0.39 | 0.43 |
| Hex | 98 | 89 | 43 | 0 | A | 38 | 28 | 31 | 27 | 2B |
| Octal | 230 | 211 | 103 | 0 | 12 | 70 | 50 | 61 | 47 | 53 |
| Binary | 10011000 | 10001001 | 1000011 | 0 | 1010 | 111000 | 101000 | 110001 | 100111 | 101011 |
Color Harmonies of #988943
Complementary color
Monochromatic Colors of #988943
Black with #988943
Text Example
Text Example
White with #988943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988943; }
p { color: rgb(152,137,67); }
H1.HeaderClassName
{
color: #988943;
}
.AnyTagClassName
{
color: #988943;
}
</style>
background-color css
<style>
a { background-color: #988943; }
a { background-color: rgb(152,137,67); }
div.DivClassName
{
background-color: #988943;
}
.BgClassName
{
background-color: #988943;
}
</style>
border-color css
<style>
span { border-color: #988943; }
span { border-color: rgb(152,137,67); }
td.TdClassName
{
border-color: #988943;
}
.TagClassName
{
border-color: #988943;
}
</style>