Shades of Highball #888940
Tints of Highball #888940
RGB
CMYK
RGB Variations
Color information
#888940 (or 0x888940) is known color: Highball. HEX triplet: 88, 89 and 40. RGB value is (136,137,64). Sum of RGB (Red+Green+Blue) = 136+137+64=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #888940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888940 is #7776BF. Grayscale: #808080. Windows color (decimal): -7829184 or 4229512. OLE color: 4229512.
HSL color Cylindrical-coordinate representation of color #888940: hue angle of 60.82º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #888940 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 137 | 64 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.46 |
| HSL | 60.82º | 0.36% | 0.39% | - |
| HSV(B) | 60.82º | 0.53% | 0.54% | - |
| XYZ | 20.02 | 23.5 | 8.33 | - |
| YUV | 128.38 | 91.67 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 64 | 0.01 | 0 | 0.53 | 0.46 | 60.82 | 0.36 | 0.39 |
| Hex | 88 | 89 | 40 | 1 | 0 | 35 | 2E | 3D | 24 | 27 |
| Octal | 210 | 211 | 100 | 1 | 0 | 65 | 56 | 75 | 44 | 47 |
| Binary | 10001000 | 10001001 | 1000000 | 1 | 0 | 110101 | 101110 | 111101 | 100100 | 100111 |
Color Harmonies of #888940
Complementary color
Monochromatic Colors of #888940
Black with #888940
Text Example
Text Example
White with #888940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888940; }
p { color: rgb(136,137,64); }
H1.HeaderClassName
{
color: #888940;
}
.AnyTagClassName
{
color: #888940;
}
</style>
background-color css
<style>
a { background-color: #888940; }
a { background-color: rgb(136,137,64); }
div.DivClassName
{
background-color: #888940;
}
.BgClassName
{
background-color: #888940;
}
</style>
border-color css
<style>
span { border-color: #888940; }
span { border-color: rgb(136,137,64); }
td.TdClassName
{
border-color: #888940;
}
.TagClassName
{
border-color: #888940;
}
</style>