Shades of Highball #88893C
Tints of Highball #88893C
RGB
CMYK
RGB Variations
Color information
#88893C (or 0x88893C) is known color: Highball. HEX triplet: 88, 89 and 3C. RGB value is (136,137,60). Sum of RGB (Red+Green+Blue) = 136+137+60=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #88893C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88893C is #7776C3. Grayscale: #808080. Windows color (decimal): -7829188 or 3967368. OLE color: 3967368.
HSL color Cylindrical-coordinate representation of color #88893C: hue angle of 60.78º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #88893C is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 137 | 60 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.46 |
| HSL | 60.78º | 0.39% | 0.39% | - |
| HSV(B) | 60.78º | 0.56% | 0.54% | - |
| XYZ | 19.91 | 23.45 | 7.75 | - |
| YUV | 127.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 60 | 0.01 | 0 | 0.56 | 0.46 | 60.78 | 0.39 | 0.39 |
| Hex | 88 | 89 | 3C | 1 | 0 | 38 | 2E | 3D | 27 | 27 |
| Octal | 210 | 211 | 74 | 1 | 0 | 70 | 56 | 75 | 47 | 47 |
| Binary | 10001000 | 10001001 | 111100 | 1 | 0 | 111000 | 101110 | 111101 | 100111 | 100111 |
Color Harmonies of #88893C
Complementary color
Monochromatic Colors of #88893C
Black with #88893C
Text Example
Text Example
White with #88893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88893C; }
p { color: rgb(136,137,60); }
H1.HeaderClassName
{
color: #88893C;
}
.AnyTagClassName
{
color: #88893C;
}
</style>
background-color css
<style>
a { background-color: #88893C; }
a { background-color: rgb(136,137,60); }
div.DivClassName
{
background-color: #88893C;
}
.BgClassName
{
background-color: #88893C;
}
</style>
border-color css
<style>
span { border-color: #88893C; }
span { border-color: rgb(136,137,60); }
td.TdClassName
{
border-color: #88893C;
}
.TagClassName
{
border-color: #88893C;
}
</style>