Shades of Highball #8C8E33
Tints of Highball #8C8E33
RGB
CMYK
RGB Variations
Color information
#8C8E33 (or 0x8C8E33) is known color: Highball. HEX triplet: 8C, 8E and 33. RGB value is (140,142,51). Sum of RGB (Red+Green+Blue) = 140+142+51=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 142 - color contains mainly: green. Hex color #8C8E33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8E33 is #7371CC. Grayscale: #838383. Windows color (decimal): -7565773 or 3378828. OLE color: 3378828.
HSL color Cylindrical-coordinate representation of color #8C8E33: hue angle of 61.32º 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 #8C8E33 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 142 | 51 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.44 |
| HSL | 61.32º | 0.47% | 0.38% | - |
| HSV(B) | 61.32º | 0.64% | 0.56% | - |
| XYZ | 21.09 | 25.16 | 6.88 | - |
| YUV | 131.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 142 | 51 | 0.01 | 0 | 0.64 | 0.44 | 61.32 | 0.47 | 0.38 |
| Hex | 8C | 8E | 33 | 1 | 0 | 40 | 2C | 3D | 2F | 26 |
| Octal | 214 | 216 | 63 | 1 | 0 | 100 | 54 | 75 | 57 | 46 |
| Binary | 10001100 | 10001110 | 110011 | 1 | 0 | 1000000 | 101100 | 111101 | 101111 | 100110 |
Color Harmonies of #8C8E33
Complementary color
Monochromatic Colors of #8C8E33
Black with #8C8E33
Text Example
Text Example
White with #8C8E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8E33; }
p { color: rgb(140,142,51); }
H1.HeaderClassName
{
color: #8C8E33;
}
.AnyTagClassName
{
color: #8C8E33;
}
</style>
background-color css
<style>
a { background-color: #8C8E33; }
a { background-color: rgb(140,142,51); }
div.DivClassName
{
background-color: #8C8E33;
}
.BgClassName
{
background-color: #8C8E33;
}
</style>
border-color css
<style>
span { border-color: #8C8E33; }
span { border-color: rgb(140,142,51); }
td.TdClassName
{
border-color: #8C8E33;
}
.TagClassName
{
border-color: #8C8E33;
}
</style>