Shades of Highball #888938
Tints of Highball #888938
RGB
CMYK
RGB Variations
Color information
#888938 (or 0x888938) is known color: Highball. HEX triplet: 88, 89 and 38. RGB value is (136,137,56). Sum of RGB (Red+Green+Blue) = 136+137+56=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #888938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888938 is #7776C7. Grayscale: #7F7F7F. Windows color (decimal): -7829192 or 3705224. OLE color: 3705224.
HSL color Cylindrical-coordinate representation of color #888938: hue angle of 60.74º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #888938 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 137 | 56 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.46 |
| HSL | 60.74º | 0.42% | 0.38% | - |
| HSV(B) | 60.74º | 0.59% | 0.54% | - |
| XYZ | 19.81 | 23.41 | 7.22 | - |
| YUV | 127.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 56 | 0.01 | 0 | 0.59 | 0.46 | 60.74 | 0.42 | 0.38 |
| Hex | 88 | 89 | 38 | 1 | 0 | 3B | 2E | 3D | 2A | 26 |
| Octal | 210 | 211 | 70 | 1 | 0 | 73 | 56 | 75 | 52 | 46 |
| Binary | 10001000 | 10001001 | 111000 | 1 | 0 | 111011 | 101110 | 111101 | 101010 | 100110 |
Color Harmonies of #888938
Complementary color
Monochromatic Colors of #888938
Black with #888938
Text Example
Text Example
White with #888938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888938; }
p { color: rgb(136,137,56); }
H1.HeaderClassName
{
color: #888938;
}
.AnyTagClassName
{
color: #888938;
}
</style>
background-color css
<style>
a { background-color: #888938; }
a { background-color: rgb(136,137,56); }
div.DivClassName
{
background-color: #888938;
}
.BgClassName
{
background-color: #888938;
}
</style>
border-color css
<style>
span { border-color: #888938; }
span { border-color: rgb(136,137,56); }
td.TdClassName
{
border-color: #888938;
}
.TagClassName
{
border-color: #888938;
}
</style>