Shades of Highball #8A8C49
Tints of Highball #8A8C49
RGB
CMYK
RGB Variations
Color information
#8A8C49 (or 0x8A8C49) is known color: Highball. HEX triplet: 8A, 8C and 49. RGB value is (138,140,73). Sum of RGB (Red+Green+Blue) = 138+140+73=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 140 - color contains mainly: green. Hex color #8A8C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8C49 is #7573B6. Grayscale: #848484. Windows color (decimal): -7697335 or 4820106. OLE color: 4820106.
HSL color Cylindrical-coordinate representation of color #8A8C49: hue angle of 61.79º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A8C49 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 140 | 73 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.45 |
| HSL | 61.79º | 0.31% | 0.42% | - |
| HSV(B) | 61.79º | 0.48% | 0.55% | - |
| XYZ | 21.06 | 24.64 | 9.95 | - |
| YUV | 131.76 | 94.84 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 73 | 0.01 | 0 | 0.48 | 0.45 | 61.79 | 0.31 | 0.42 |
| Hex | 8A | 8C | 49 | 1 | 0 | 30 | 2D | 3E | 1F | 2A |
| Octal | 212 | 214 | 111 | 1 | 0 | 60 | 55 | 76 | 37 | 52 |
| Binary | 10001010 | 10001100 | 1001001 | 1 | 0 | 110000 | 101101 | 111110 | 11111 | 101010 |
Color Harmonies of #8A8C49
Complementary color
Monochromatic Colors of #8A8C49
Black with #8A8C49
Text Example
Text Example
White with #8A8C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8C49; }
p { color: rgb(138,140,73); }
H1.HeaderClassName
{
color: #8A8C49;
}
.AnyTagClassName
{
color: #8A8C49;
}
</style>
background-color css
<style>
a { background-color: #8A8C49; }
a { background-color: rgb(138,140,73); }
div.DivClassName
{
background-color: #8A8C49;
}
.BgClassName
{
background-color: #8A8C49;
}
</style>
border-color css
<style>
span { border-color: #8A8C49; }
span { border-color: rgb(138,140,73); }
td.TdClassName
{
border-color: #8A8C49;
}
.TagClassName
{
border-color: #8A8C49;
}
</style>