Shades of Highball #989A47
Tints of Highball #989A47
RGB
CMYK
RGB Variations
Color information
#989A47 (or 0x989A47) is known color: Highball. HEX triplet: 98, 9A and 47. RGB value is (152,154,71). Sum of RGB (Red+Green+Blue) = 152+154+71=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 154 - color contains mainly: green. Hex color #989A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989A47 is #6765B8. Grayscale: #909090. Windows color (decimal): -6776249 or 4692632. OLE color: 4692632.
HSL color Cylindrical-coordinate representation of color #989A47: hue angle of 61.45º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #989A47 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 154 | 71 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.40 |
| HSL | 61.45º | 0.37% | 0.44% | - |
| HSV(B) | 61.45º | 0.54% | 0.6% | - |
| XYZ | 25.64 | 30.24 | 10.45 | - |
| YUV | 143.94 | 86.84 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 71 | 0.01 | 0 | 0.54 | 0.40 | 61.45 | 0.37 | 0.44 |
| Hex | 98 | 9A | 47 | 1 | 0 | 36 | 28 | 3D | 25 | 2C |
| Octal | 230 | 232 | 107 | 1 | 0 | 66 | 50 | 75 | 45 | 54 |
| Binary | 10011000 | 10011010 | 1000111 | 1 | 0 | 110110 | 101000 | 111101 | 100101 | 101100 |
Color Harmonies of #989A47
Complementary color
Monochromatic Colors of #989A47
Black with #989A47
Text Example
Text Example
White with #989A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989A47; }
p { color: rgb(152,154,71); }
H1.HeaderClassName
{
color: #989A47;
}
.AnyTagClassName
{
color: #989A47;
}
</style>
background-color css
<style>
a { background-color: #989A47; }
a { background-color: rgb(152,154,71); }
div.DivClassName
{
background-color: #989A47;
}
.BgClassName
{
background-color: #989A47;
}
</style>
border-color css
<style>
span { border-color: #989A47; }
span { border-color: rgb(152,154,71); }
td.TdClassName
{
border-color: #989A47;
}
.TagClassName
{
border-color: #989A47;
}
</style>