Shades of Highball #8C892E
Tints of Highball #8C892E
RGB
CMYK
RGB Variations
Color information
#8C892E (or 0x8C892E) is known color: Highball. HEX triplet: 8C, 89 and 2E. RGB value is (140,137,46). Sum of RGB (Red+Green+Blue) = 140+137+46=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C892E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C892E is #7376D1. Grayscale: #7F7F7F. Windows color (decimal): -7567058 or 3049868. OLE color: 3049868.
HSL color Cylindrical-coordinate representation of color #8C892E: hue angle of 58.09º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C892E is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 46 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.45 |
| HSL | 58.09º | 0.51% | 0.36% | - |
| HSV(B) | 58.09º | 0.67% | 0.55% | - |
| XYZ | 20.25 | 23.66 | 6.08 | - |
| YUV | 127.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 46 | 0 | 0.02 | 0.67 | 0.45 | 58.09 | 0.51 | 0.36 |
| Hex | 8C | 89 | 2E | 0 | 2 | 43 | 2D | 3A | 33 | 24 |
| Octal | 214 | 211 | 56 | 0 | 2 | 103 | 55 | 72 | 63 | 44 |
| Binary | 10001100 | 10001001 | 101110 | 0 | 10 | 1000011 | 101101 | 111010 | 110011 | 100100 |
Color Harmonies of #8C892E
Complementary color
Monochromatic Colors of #8C892E
Black with #8C892E
Text Example
Text Example
White with #8C892E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C892E; }
p { color: rgb(140,137,46); }
H1.HeaderClassName
{
color: #8C892E;
}
.AnyTagClassName
{
color: #8C892E;
}
</style>
background-color css
<style>
a { background-color: #8C892E; }
a { background-color: rgb(140,137,46); }
div.DivClassName
{
background-color: #8C892E;
}
.BgClassName
{
background-color: #8C892E;
}
</style>
border-color css
<style>
span { border-color: #8C892E; }
span { border-color: rgb(140,137,46); }
td.TdClassName
{
border-color: #8C892E;
}
.TagClassName
{
border-color: #8C892E;
}
</style>