Shades of Highball #989932
Tints of Highball #989932
RGB
CMYK
RGB Variations
Color information
#989932 (or 0x989932) is known color: Highball. HEX triplet: 98, 99 and 32. RGB value is (152,153,50). Sum of RGB (Red+Green+Blue) = 152+153+50=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #989932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989932 is #6766CD. Grayscale: #8D8D8D. Windows color (decimal): -6776526 or 3316120. OLE color: 3316120.
HSL color Cylindrical-coordinate representation of color #989932: hue angle of 60.58º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #989932 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 153 | 50 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.4 |
| HSL | 60.58º | 0.51% | 0.4% | - |
| HSV(B) | 60.58º | 0.67% | 0.6% | - |
| XYZ | 24.92 | 29.69 | 7.43 | - |
| YUV | 140.96 | 76.67 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 50 | 0.01 | 0 | 0.67 | 0.4 | 60.58 | 0.51 | 0.4 |
| Hex | 98 | 99 | 32 | 1 | 0 | 43 | 28 | 3D | 33 | 28 |
| Octal | 230 | 231 | 62 | 1 | 0 | 103 | 50 | 75 | 63 | 50 |
| Binary | 10011000 | 10011001 | 110010 | 1 | 0 | 1000011 | 101000 | 111101 | 110011 | 101000 |
Color Harmonies of #989932
Complementary color
Monochromatic Colors of #989932
Black with #989932
Text Example
Text Example
White with #989932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989932; }
p { color: rgb(152,153,50); }
H1.HeaderClassName
{
color: #989932;
}
.AnyTagClassName
{
color: #989932;
}
</style>
background-color css
<style>
a { background-color: #989932; }
a { background-color: rgb(152,153,50); }
div.DivClassName
{
background-color: #989932;
}
.BgClassName
{
background-color: #989932;
}
</style>
border-color css
<style>
span { border-color: #989932; }
span { border-color: rgb(152,153,50); }
td.TdClassName
{
border-color: #989932;
}
.TagClassName
{
border-color: #989932;
}
</style>