Shades of Highball #989936
Tints of Highball #989936
RGB
CMYK
RGB Variations
Color information
#989936 (or 0x989936) is known color: Highball. HEX triplet: 98, 99 and 36. RGB value is (152,153,54). Sum of RGB (Red+Green+Blue) = 152+153+54=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #989936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989936 is #6766C9. Grayscale: #8D8D8D. Windows color (decimal): -6776522 or 3578264. OLE color: 3578264.
HSL color Cylindrical-coordinate representation of color #989936: hue angle of 60.61º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #989936 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 153 | 54 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.4 |
| HSL | 60.61º | 0.48% | 0.41% | - |
| HSV(B) | 60.61º | 0.65% | 0.6% | - |
| XYZ | 25.01 | 29.72 | 7.91 | - |
| YUV | 141.42 | 78.67 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 54 | 0.01 | 0 | 0.65 | 0.4 | 60.61 | 0.48 | 0.41 |
| Hex | 98 | 99 | 36 | 1 | 0 | 41 | 28 | 3D | 30 | 29 |
| Octal | 230 | 231 | 66 | 1 | 0 | 101 | 50 | 75 | 60 | 51 |
| Binary | 10011000 | 10011001 | 110110 | 1 | 0 | 1000001 | 101000 | 111101 | 110000 | 101001 |
Color Harmonies of #989936
Complementary color
Monochromatic Colors of #989936
Black with #989936
Text Example
Text Example
White with #989936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989936; }
p { color: rgb(152,153,54); }
H1.HeaderClassName
{
color: #989936;
}
.AnyTagClassName
{
color: #989936;
}
</style>
background-color css
<style>
a { background-color: #989936; }
a { background-color: rgb(152,153,54); }
div.DivClassName
{
background-color: #989936;
}
.BgClassName
{
background-color: #989936;
}
</style>
border-color css
<style>
span { border-color: #989936; }
span { border-color: rgb(152,153,54); }
td.TdClassName
{
border-color: #989936;
}
.TagClassName
{
border-color: #989936;
}
</style>