Shades of Highball #998F49
Tints of Highball #998F49
RGB
CMYK
RGB Variations
Color information
#998F49 (or 0x998F49) is known color: Highball. HEX triplet: 99, 8F and 49. RGB value is (153,143,73). Sum of RGB (Red+Green+Blue) = 153+143+73=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #998F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998F49 is #6670B6. Grayscale: #8A8A8A. Windows color (decimal): -6713527 or 4820889. OLE color: 4820889.
HSL color Cylindrical-coordinate representation of color #998F49: hue angle of 52.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #998F49 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 73 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.4 |
| HSL | 52.5º | 0.35% | 0.44% | - |
| HSV(B) | 52.5º | 0.52% | 0.6% | - |
| XYZ | 24.16 | 26.9 | 10.22 | - |
| YUV | 138.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 73 | 0 | 0.07 | 0.52 | 0.4 | 52.5 | 0.35 | 0.44 |
| Hex | 99 | 8F | 49 | 0 | 7 | 34 | 28 | 34 | 23 | 2C |
| Octal | 231 | 217 | 111 | 0 | 7 | 64 | 50 | 64 | 43 | 54 |
| Binary | 10011001 | 10001111 | 1001001 | 0 | 111 | 110100 | 101000 | 110100 | 100011 | 101100 |
Color Harmonies of #998F49
Complementary color
Monochromatic Colors of #998F49
Black with #998F49
Text Example
Text Example
White with #998F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F49; }
p { color: rgb(153,143,73); }
H1.HeaderClassName
{
color: #998F49;
}
.AnyTagClassName
{
color: #998F49;
}
</style>
background-color css
<style>
a { background-color: #998F49; }
a { background-color: rgb(153,143,73); }
div.DivClassName
{
background-color: #998F49;
}
.BgClassName
{
background-color: #998F49;
}
</style>
border-color css
<style>
span { border-color: #998F49; }
span { border-color: rgb(153,143,73); }
td.TdClassName
{
border-color: #998F49;
}
.TagClassName
{
border-color: #998F49;
}
</style>