Shades of Highball #888A45
Tints of Highball #888A45
RGB
CMYK
RGB Variations
Color information
#888A45 (or 0x888A45) is known color: Highball. HEX triplet: 88, 8A and 45. RGB value is (136,138,69). Sum of RGB (Red+Green+Blue) = 136+138+69=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 138 - color contains mainly: green. Hex color #888A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888A45 is #7775BA. Grayscale: #818181. Windows color (decimal): -7828923 or 4557448. OLE color: 4557448.
HSL color Cylindrical-coordinate representation of color #888A45: hue angle of 61.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #888A45 is Cyan = 0.01, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 69 | - |
| CMYK | 0.01 | 0 | 0.5 | 0.46 |
| HSL | 61.74º | 0.33% | 0.41% | - |
| HSV(B) | 61.74º | 0.5% | 0.54% | - |
| XYZ | 20.32 | 23.84 | 9.16 | - |
| YUV | 129.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 69 | 0.01 | 0 | 0.5 | 0.46 | 61.74 | 0.33 | 0.41 |
| Hex | 88 | 8A | 45 | 1 | 0 | 32 | 2E | 3E | 21 | 29 |
| Octal | 210 | 212 | 105 | 1 | 0 | 62 | 56 | 76 | 41 | 51 |
| Binary | 10001000 | 10001010 | 1000101 | 1 | 0 | 110010 | 101110 | 111110 | 100001 | 101001 |
Color Harmonies of #888A45
Complementary color
Monochromatic Colors of #888A45
Black with #888A45
Text Example
Text Example
White with #888A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A45; }
p { color: rgb(136,138,69); }
H1.HeaderClassName
{
color: #888A45;
}
.AnyTagClassName
{
color: #888A45;
}
</style>
background-color css
<style>
a { background-color: #888A45; }
a { background-color: rgb(136,138,69); }
div.DivClassName
{
background-color: #888A45;
}
.BgClassName
{
background-color: #888A45;
}
</style>
border-color css
<style>
span { border-color: #888A45; }
span { border-color: rgb(136,138,69); }
td.TdClassName
{
border-color: #888A45;
}
.TagClassName
{
border-color: #888A45;
}
</style>