Shades of Highball #998F31
Tints of Highball #998F31
RGB
CMYK
RGB Variations
Color information
#998F31 (or 0x998F31) is known color: Highball. HEX triplet: 99, 8F and 31. RGB value is (153,143,49). Sum of RGB (Red+Green+Blue) = 153+143+49=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #998F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998F31 is #6670CE. Grayscale: #878787. Windows color (decimal): -6713551 or 3248025. OLE color: 3248025.
HSL color Cylindrical-coordinate representation of color #998F31: hue angle of 54.23º 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 #998F31 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 49 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.4 |
| HSL | 54.23º | 0.51% | 0.4% | - |
| HSV(B) | 54.23º | 0.68% | 0.6% | - |
| XYZ | 23.51 | 26.64 | 6.81 | - |
| YUV | 135.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 49 | 0 | 0.07 | 0.68 | 0.4 | 54.23 | 0.51 | 0.4 |
| Hex | 99 | 8F | 31 | 0 | 7 | 44 | 28 | 36 | 33 | 28 |
| Octal | 231 | 217 | 61 | 0 | 7 | 104 | 50 | 66 | 63 | 50 |
| Binary | 10011001 | 10001111 | 110001 | 0 | 111 | 1000100 | 101000 | 110110 | 110011 | 101000 |
Color Harmonies of #998F31
Complementary color
Monochromatic Colors of #998F31
Black with #998F31
Text Example
Text Example
White with #998F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F31; }
p { color: rgb(153,143,49); }
H1.HeaderClassName
{
color: #998F31;
}
.AnyTagClassName
{
color: #998F31;
}
</style>
background-color css
<style>
a { background-color: #998F31; }
a { background-color: rgb(153,143,49); }
div.DivClassName
{
background-color: #998F31;
}
.BgClassName
{
background-color: #998F31;
}
</style>
border-color css
<style>
span { border-color: #998F31; }
span { border-color: rgb(153,143,49); }
td.TdClassName
{
border-color: #998F31;
}
.TagClassName
{
border-color: #998F31;
}
</style>