Shades of Highball #8F8931
Tints of Highball #8F8931
RGB
CMYK
RGB Variations
Color information
#8F8931 (or 0x8F8931) is known color: Highball. HEX triplet: 8F, 89 and 31. RGB value is (143,137,49). Sum of RGB (Red+Green+Blue) = 143+137+49=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8931 is #7076CE. Grayscale: #818181. Windows color (decimal): -7370447 or 3246479. OLE color: 3246479.
HSL color Cylindrical-coordinate representation of color #8F8931: hue angle of 56.17º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F8931 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 49 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.44 |
| HSL | 56.17º | 0.49% | 0.38% | - |
| HSV(B) | 56.17º | 0.66% | 0.56% | - |
| XYZ | 20.83 | 23.95 | 6.43 | - |
| YUV | 128.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 49 | 0 | 0.04 | 0.66 | 0.44 | 56.17 | 0.49 | 0.38 |
| Hex | 8F | 89 | 31 | 0 | 4 | 42 | 2C | 38 | 31 | 26 |
| Octal | 217 | 211 | 61 | 0 | 4 | 102 | 54 | 70 | 61 | 46 |
| Binary | 10001111 | 10001001 | 110001 | 0 | 100 | 1000010 | 101100 | 111000 | 110001 | 100110 |
Color Harmonies of #8F8931
Complementary color
Monochromatic Colors of #8F8931
Black with #8F8931
Text Example
Text Example
White with #8F8931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8931; }
p { color: rgb(143,137,49); }
H1.HeaderClassName
{
color: #8F8931;
}
.AnyTagClassName
{
color: #8F8931;
}
</style>
background-color css
<style>
a { background-color: #8F8931; }
a { background-color: rgb(143,137,49); }
div.DivClassName
{
background-color: #8F8931;
}
.BgClassName
{
background-color: #8F8931;
}
</style>
border-color css
<style>
span { border-color: #8F8931; }
span { border-color: rgb(143,137,49); }
td.TdClassName
{
border-color: #8F8931;
}
.TagClassName
{
border-color: #8F8931;
}
</style>