Shades of Highball #888A3C
Tints of Highball #888A3C
RGB
CMYK
RGB Variations
Color information
#888A3C (or 0x888A3C) is known color: Highball. HEX triplet: 88, 8A and 3C. RGB value is (136,138,60). Sum of RGB (Red+Green+Blue) = 136+138+60=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 138 - color contains mainly: green. Hex color #888A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888A3C is #7775C3. Grayscale: #808080. Windows color (decimal): -7828932 or 3967624. OLE color: 3967624.
HSL color Cylindrical-coordinate representation of color #888A3C: hue angle of 61.54º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #888A3C is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 60 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.46 |
| HSL | 61.54º | 0.39% | 0.39% | - |
| HSV(B) | 61.54º | 0.57% | 0.54% | - |
| XYZ | 20.06 | 23.74 | 7.8 | - |
| YUV | 128.51 | 89.34 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 60 | 0.01 | 0 | 0.57 | 0.46 | 61.54 | 0.39 | 0.39 |
| Hex | 88 | 8A | 3C | 1 | 0 | 39 | 2E | 3E | 27 | 27 |
| Octal | 210 | 212 | 74 | 1 | 0 | 71 | 56 | 76 | 47 | 47 |
| Binary | 10001000 | 10001010 | 111100 | 1 | 0 | 111001 | 101110 | 111110 | 100111 | 100111 |
Color Harmonies of #888A3C
Complementary color
Monochromatic Colors of #888A3C
Black with #888A3C
Text Example
Text Example
White with #888A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A3C; }
p { color: rgb(136,138,60); }
H1.HeaderClassName
{
color: #888A3C;
}
.AnyTagClassName
{
color: #888A3C;
}
</style>
background-color css
<style>
a { background-color: #888A3C; }
a { background-color: rgb(136,138,60); }
div.DivClassName
{
background-color: #888A3C;
}
.BgClassName
{
background-color: #888A3C;
}
</style>
border-color css
<style>
span { border-color: #888A3C; }
span { border-color: rgb(136,138,60); }
td.TdClassName
{
border-color: #888A3C;
}
.TagClassName
{
border-color: #888A3C;
}
</style>