Shades of Highball #989130
Tints of Highball #989130
RGB
CMYK
RGB Variations
Color information
#989130 (or 0x989130) is known color: Highball. HEX triplet: 98, 91 and 30. RGB value is (152,145,48). Sum of RGB (Red+Green+Blue) = 152+145+48=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #989130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989130 is #676ECF. Grayscale: #888888. Windows color (decimal): -6778576 or 3183000. OLE color: 3183000.
HSL color Cylindrical-coordinate representation of color #989130: hue angle of 55.96º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #989130 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 48 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.40 |
| HSL | 55.96º | 0.52% | 0.39% | - |
| HSV(B) | 55.96º | 0.68% | 0.6% | - |
| XYZ | 23.61 | 27.14 | 6.79 | - |
| YUV | 136.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 48 | 0 | 0.05 | 0.68 | 0.40 | 55.96 | 0.52 | 0.39 |
| Hex | 98 | 91 | 30 | 0 | 5 | 44 | 28 | 38 | 34 | 27 |
| Octal | 230 | 221 | 60 | 0 | 5 | 104 | 50 | 70 | 64 | 47 |
| Binary | 10011000 | 10010001 | 110000 | 0 | 101 | 1000100 | 101000 | 111000 | 110100 | 100111 |
Color Harmonies of #989130
Complementary color
Monochromatic Colors of #989130
Black with #989130
Text Example
Text Example
White with #989130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989130; }
p { color: rgb(152,145,48); }
H1.HeaderClassName
{
color: #989130;
}
.AnyTagClassName
{
color: #989130;
}
</style>
background-color css
<style>
a { background-color: #989130; }
a { background-color: rgb(152,145,48); }
div.DivClassName
{
background-color: #989130;
}
.BgClassName
{
background-color: #989130;
}
</style>
border-color css
<style>
span { border-color: #989130; }
span { border-color: rgb(152,145,48); }
td.TdClassName
{
border-color: #989130;
}
.TagClassName
{
border-color: #989130;
}
</style>