Shades of Highball #888532
Tints of Highball #888532
RGB
CMYK
RGB Variations
Color information
#888532 (or 0x888532) is known color: Highball. HEX triplet: 88, 85 and 32. RGB value is (136,133,50). Sum of RGB (Red+Green+Blue) = 136+133+50=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #888532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888532 is #777ACD. Grayscale: #7C7C7C. Windows color (decimal): -7830222 or 3310984. OLE color: 3310984.
HSL color Cylindrical-coordinate representation of color #888532: hue angle of 57.91º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #888532 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 50 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.47 |
| HSL | 57.91º | 0.46% | 0.36% | - |
| HSV(B) | 57.91º | 0.63% | 0.53% | - |
| XYZ | 19.12 | 22.24 | 6.3 | - |
| YUV | 124.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 50 | 0 | 0.02 | 0.63 | 0.47 | 57.91 | 0.46 | 0.36 |
| Hex | 88 | 85 | 32 | 0 | 2 | 3F | 2F | 3A | 2E | 24 |
| Octal | 210 | 205 | 62 | 0 | 2 | 77 | 57 | 72 | 56 | 44 |
| Binary | 10001000 | 10000101 | 110010 | 0 | 10 | 111111 | 101111 | 111010 | 101110 | 100100 |
Color Harmonies of #888532
Complementary color
Monochromatic Colors of #888532
Black with #888532
Text Example
Text Example
White with #888532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888532; }
p { color: rgb(136,133,50); }
H1.HeaderClassName
{
color: #888532;
}
.AnyTagClassName
{
color: #888532;
}
</style>
background-color css
<style>
a { background-color: #888532; }
a { background-color: rgb(136,133,50); }
div.DivClassName
{
background-color: #888532;
}
.BgClassName
{
background-color: #888532;
}
</style>
border-color css
<style>
span { border-color: #888532; }
span { border-color: rgb(136,133,50); }
td.TdClassName
{
border-color: #888532;
}
.TagClassName
{
border-color: #888532;
}
</style>