Shades of Highball #8C882F
Tints of Highball #8C882F
RGB
CMYK
RGB Variations
Color information
#8C882F (or 0x8C882F) is known color: Highball. HEX triplet: 8C, 88 and 2F. RGB value is (140,136,47). Sum of RGB (Red+Green+Blue) = 140+136+47=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C882F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C882F is #7377D0. Grayscale: #7F7F7F. Windows color (decimal): -7567313 or 3115148. OLE color: 3115148.
HSL color Cylindrical-coordinate representation of color #8C882F: hue angle of 57.42º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C882F is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 47 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.45 |
| HSL | 57.42º | 0.5% | 0.37% | - |
| HSV(B) | 57.42º | 0.66% | 0.55% | - |
| XYZ | 20.13 | 23.39 | 6.14 | - |
| YUV | 127.05 | 82.83 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 47 | 0 | 0.03 | 0.66 | 0.45 | 57.42 | 0.5 | 0.37 |
| Hex | 8C | 88 | 2F | 0 | 3 | 42 | 2D | 39 | 32 | 25 |
| Octal | 214 | 210 | 57 | 0 | 3 | 102 | 55 | 71 | 62 | 45 |
| Binary | 10001100 | 10001000 | 101111 | 0 | 11 | 1000010 | 101101 | 111001 | 110010 | 100101 |
Color Harmonies of #8C882F
Complementary color
Monochromatic Colors of #8C882F
Black with #8C882F
Text Example
Text Example
White with #8C882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C882F; }
p { color: rgb(140,136,47); }
H1.HeaderClassName
{
color: #8C882F;
}
.AnyTagClassName
{
color: #8C882F;
}
</style>
background-color css
<style>
a { background-color: #8C882F; }
a { background-color: rgb(140,136,47); }
div.DivClassName
{
background-color: #8C882F;
}
.BgClassName
{
background-color: #8C882F;
}
</style>
border-color css
<style>
span { border-color: #8C882F; }
span { border-color: rgb(140,136,47); }
td.TdClassName
{
border-color: #8C882F;
}
.TagClassName
{
border-color: #8C882F;
}
</style>