Shades of Highball #8D893B
Tints of Highball #8D893B
RGB
CMYK
RGB Variations
Color information
#8D893B (or 0x8D893B) is known color: Highball. HEX triplet: 8D, 89 and 3B. RGB value is (141,137,59). Sum of RGB (Red+Green+Blue) = 141+137+59=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D893B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D893B is #7276C4. Grayscale: #818181. Windows color (decimal): -7501509 or 3901837. OLE color: 3901837.
HSL color Cylindrical-coordinate representation of color #8D893B: hue angle of 57.07º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D893B is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 59 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.45 |
| HSL | 57.07º | 0.41% | 0.39% | - |
| HSV(B) | 57.07º | 0.58% | 0.55% | - |
| XYZ | 20.72 | 23.87 | 7.65 | - |
| YUV | 129.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 59 | 0 | 0.03 | 0.58 | 0.45 | 57.07 | 0.41 | 0.39 |
| Hex | 8D | 89 | 3B | 0 | 3 | 3A | 2D | 39 | 29 | 27 |
| Octal | 215 | 211 | 73 | 0 | 3 | 72 | 55 | 71 | 51 | 47 |
| Binary | 10001101 | 10001001 | 111011 | 0 | 11 | 111010 | 101101 | 111001 | 101001 | 100111 |
Color Harmonies of #8D893B
Complementary color
Monochromatic Colors of #8D893B
Black with #8D893B
Text Example
Text Example
White with #8D893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D893B; }
p { color: rgb(141,137,59); }
H1.HeaderClassName
{
color: #8D893B;
}
.AnyTagClassName
{
color: #8D893B;
}
</style>
background-color css
<style>
a { background-color: #8D893B; }
a { background-color: rgb(141,137,59); }
div.DivClassName
{
background-color: #8D893B;
}
.BgClassName
{
background-color: #8D893B;
}
</style>
border-color css
<style>
span { border-color: #8D893B; }
span { border-color: rgb(141,137,59); }
td.TdClassName
{
border-color: #8D893B;
}
.TagClassName
{
border-color: #8D893B;
}
</style>