Shades of Highball #8E8333
Tints of Highball #8E8333
RGB
CMYK
RGB Variations
Color information
#8E8333 (or 0x8E8333) is known color: Highball. HEX triplet: 8E, 83 and 33. RGB value is (142,131,51). Sum of RGB (Red+Green+Blue) = 142+131+51=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8333 is #717CCC. Grayscale: #7D7D7D. Windows color (decimal): -7437517 or 3376014. OLE color: 3376014.
HSL color Cylindrical-coordinate representation of color #8E8333: hue angle of 52.75º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E8333 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 131 | 51 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.44 |
| HSL | 52.75º | 0.47% | 0.38% | - |
| HSV(B) | 52.75º | 0.64% | 0.56% | - |
| XYZ | 19.87 | 22.22 | 6.37 | - |
| YUV | 125.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 51 | 0 | 0.08 | 0.64 | 0.44 | 52.75 | 0.47 | 0.38 |
| Hex | 8E | 83 | 33 | 0 | 8 | 40 | 2C | 35 | 2F | 26 |
| Octal | 216 | 203 | 63 | 0 | 10 | 100 | 54 | 65 | 57 | 46 |
| Binary | 10001110 | 10000011 | 110011 | 0 | 1000 | 1000000 | 101100 | 110101 | 101111 | 100110 |
Color Harmonies of #8E8333
Complementary color
Monochromatic Colors of #8E8333
Black with #8E8333
Text Example
Text Example
White with #8E8333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8333; }
p { color: rgb(142,131,51); }
H1.HeaderClassName
{
color: #8E8333;
}
.AnyTagClassName
{
color: #8E8333;
}
</style>
background-color css
<style>
a { background-color: #8E8333; }
a { background-color: rgb(142,131,51); }
div.DivClassName
{
background-color: #8E8333;
}
.BgClassName
{
background-color: #8E8333;
}
</style>
border-color css
<style>
span { border-color: #8E8333; }
span { border-color: rgb(142,131,51); }
td.TdClassName
{
border-color: #8E8333;
}
.TagClassName
{
border-color: #8E8333;
}
</style>