Shades of Highball #998E31
Tints of Highball #998E31
RGB
CMYK
RGB Variations
Color information
#998E31 (or 0x998E31) is known color: Highball. HEX triplet: 99, 8E and 31. RGB value is (153,142,49). Sum of RGB (Red+Green+Blue) = 153+142+49=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #998E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998E31 is #6671CE. Grayscale: #878787. Windows color (decimal): -6713807 or 3247769. OLE color: 3247769.
HSL color Cylindrical-coordinate representation of color #998E31: hue angle of 53.65º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #998E31 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 49 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.4 |
| HSL | 53.65º | 0.51% | 0.4% | - |
| HSV(B) | 53.65º | 0.68% | 0.6% | - |
| XYZ | 23.36 | 26.34 | 6.76 | - |
| YUV | 134.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 49 | 0 | 0.07 | 0.68 | 0.4 | 53.65 | 0.51 | 0.4 |
| Hex | 99 | 8E | 31 | 0 | 7 | 44 | 28 | 36 | 33 | 28 |
| Octal | 231 | 216 | 61 | 0 | 7 | 104 | 50 | 66 | 63 | 50 |
| Binary | 10011001 | 10001110 | 110001 | 0 | 111 | 1000100 | 101000 | 110110 | 110011 | 101000 |
Color Harmonies of #998E31
Complementary color
Monochromatic Colors of #998E31
Black with #998E31
Text Example
Text Example
White with #998E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E31; }
p { color: rgb(153,142,49); }
H1.HeaderClassName
{
color: #998E31;
}
.AnyTagClassName
{
color: #998E31;
}
</style>
background-color css
<style>
a { background-color: #998E31; }
a { background-color: rgb(153,142,49); }
div.DivClassName
{
background-color: #998E31;
}
.BgClassName
{
background-color: #998E31;
}
</style>
border-color css
<style>
span { border-color: #998E31; }
span { border-color: rgb(153,142,49); }
td.TdClassName
{
border-color: #998E31;
}
.TagClassName
{
border-color: #998E31;
}
</style>