Shades of Highball #888232
Tints of Highball #888232
RGB
CMYK
RGB Variations
Color information
#888232 (or 0x888232) is known color: Highball. HEX triplet: 88, 82 and 32. RGB value is (136,130,50). Sum of RGB (Red+Green+Blue) = 136+130+50=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #888232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888232 is #777DCD. Grayscale: #7B7B7B. Windows color (decimal): -7830990 or 3310216. OLE color: 3310216.
HSL color Cylindrical-coordinate representation of color #888232: hue angle of 55.81º 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 #888232 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 50 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.47 |
| HSL | 55.81º | 0.46% | 0.36% | - |
| HSV(B) | 55.81º | 0.63% | 0.53% | - |
| XYZ | 18.71 | 21.43 | 6.17 | - |
| YUV | 122.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 50 | 0 | 0.04 | 0.63 | 0.47 | 55.81 | 0.46 | 0.36 |
| Hex | 88 | 82 | 32 | 0 | 4 | 3F | 2F | 38 | 2E | 24 |
| Octal | 210 | 202 | 62 | 0 | 4 | 77 | 57 | 70 | 56 | 44 |
| Binary | 10001000 | 10000010 | 110010 | 0 | 100 | 111111 | 101111 | 111000 | 101110 | 100100 |
Color Harmonies of #888232
Complementary color
Monochromatic Colors of #888232
Black with #888232
Text Example
Text Example
White with #888232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888232; }
p { color: rgb(136,130,50); }
H1.HeaderClassName
{
color: #888232;
}
.AnyTagClassName
{
color: #888232;
}
</style>
background-color css
<style>
a { background-color: #888232; }
a { background-color: rgb(136,130,50); }
div.DivClassName
{
background-color: #888232;
}
.BgClassName
{
background-color: #888232;
}
</style>
border-color css
<style>
span { border-color: #888232; }
span { border-color: rgb(136,130,50); }
td.TdClassName
{
border-color: #888232;
}
.TagClassName
{
border-color: #888232;
}
</style>