Shades of Highball #8A8932
Tints of Highball #8A8932
RGB
CMYK
RGB Variations
Color information
#8A8932 (or 0x8A8932) is known color: Highball. HEX triplet: 8A, 89 and 32. RGB value is (138,137,50). Sum of RGB (Red+Green+Blue) = 138+137+50=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8932 is #7576CD. Grayscale: #7F7F7F. Windows color (decimal): -7698126 or 3312010. OLE color: 3312010.
HSL color Cylindrical-coordinate representation of color #8A8932: hue angle of 59.32º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A8932 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 50 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.46 |
| HSL | 59.32º | 0.47% | 0.37% | - |
| HSV(B) | 59.32º | 0.64% | 0.54% | - |
| XYZ | 20 | 23.52 | 6.5 | - |
| YUV | 127.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 50 | 0 | 0.01 | 0.64 | 0.46 | 59.32 | 0.47 | 0.37 |
| Hex | 8A | 89 | 32 | 0 | 1 | 40 | 2E | 3B | 2F | 25 |
| Octal | 212 | 211 | 62 | 0 | 1 | 100 | 56 | 73 | 57 | 45 |
| Binary | 10001010 | 10001001 | 110010 | 0 | 1 | 1000000 | 101110 | 111011 | 101111 | 100101 |
Color Harmonies of #8A8932
Complementary color
Monochromatic Colors of #8A8932
Black with #8A8932
Text Example
Text Example
White with #8A8932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8932; }
p { color: rgb(138,137,50); }
H1.HeaderClassName
{
color: #8A8932;
}
.AnyTagClassName
{
color: #8A8932;
}
</style>
background-color css
<style>
a { background-color: #8A8932; }
a { background-color: rgb(138,137,50); }
div.DivClassName
{
background-color: #8A8932;
}
.BgClassName
{
background-color: #8A8932;
}
</style>
border-color css
<style>
span { border-color: #8A8932; }
span { border-color: rgb(138,137,50); }
td.TdClassName
{
border-color: #8A8932;
}
.TagClassName
{
border-color: #8A8932;
}
</style>