Shades of Highball #989D43
Tints of Highball #989D43
RGB
CMYK
RGB Variations
Color information
#989D43 (or 0x989D43) is known color: Highball. HEX triplet: 98, 9D and 43. RGB value is (152,157,67). Sum of RGB (Red+Green+Blue) = 152+157+67=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #989D43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989D43 is #6762BC. Grayscale: #919191. Windows color (decimal): -6775485 or 4431256. OLE color: 4431256.
HSL color Cylindrical-coordinate representation of color #989D43: hue angle of 63.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #989D43 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 157 | 67 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.38 |
| HSL | 63.33º | 0.4% | 0.44% | - |
| HSV(B) | 63.33º | 0.57% | 0.62% | - |
| XYZ | 26.02 | 31.19 | 9.96 | - |
| YUV | 145.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 67 | 0.03 | 0 | 0.57 | 0.38 | 63.33 | 0.4 | 0.44 |
| Hex | 98 | 9D | 43 | 3 | 0 | 39 | 26 | 3F | 28 | 2C |
| Octal | 230 | 235 | 103 | 3 | 0 | 71 | 46 | 77 | 50 | 54 |
| Binary | 10011000 | 10011101 | 1000011 | 11 | 0 | 111001 | 100110 | 111111 | 101000 | 101100 |
Color Harmonies of #989D43
Complementary color
Monochromatic Colors of #989D43
Black with #989D43
Text Example
Text Example
White with #989D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989D43; }
p { color: rgb(152,157,67); }
H1.HeaderClassName
{
color: #989D43;
}
.AnyTagClassName
{
color: #989D43;
}
</style>
background-color css
<style>
a { background-color: #989D43; }
a { background-color: rgb(152,157,67); }
div.DivClassName
{
background-color: #989D43;
}
.BgClassName
{
background-color: #989D43;
}
</style>
border-color css
<style>
span { border-color: #989D43; }
span { border-color: rgb(152,157,67); }
td.TdClassName
{
border-color: #989D43;
}
.TagClassName
{
border-color: #989D43;
}
</style>