Shades of Highball #8A8930
Tints of Highball #8A8930
RGB
CMYK
RGB Variations
Color information
#8A8930 (or 0x8A8930) is known color: Highball. HEX triplet: 8A, 89 and 30. RGB value is (138,137,48). Sum of RGB (Red+Green+Blue) = 138+137+48=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8930 is #7576CF. Grayscale: #7F7F7F. Windows color (decimal): -7698128 or 3180938. OLE color: 3180938.
HSL color Cylindrical-coordinate representation of color #8A8930: hue angle of 59.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A8930 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 48 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.46 |
| HSL | 59.33º | 0.48% | 0.36% | - |
| HSV(B) | 59.33º | 0.65% | 0.54% | - |
| XYZ | 19.96 | 23.51 | 6.28 | - |
| YUV | 127.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 48 | 0 | 0.01 | 0.65 | 0.46 | 59.33 | 0.48 | 0.36 |
| Hex | 8A | 89 | 30 | 0 | 1 | 41 | 2E | 3B | 30 | 24 |
| Octal | 212 | 211 | 60 | 0 | 1 | 101 | 56 | 73 | 60 | 44 |
| Binary | 10001010 | 10001001 | 110000 | 0 | 1 | 1000001 | 101110 | 111011 | 110000 | 100100 |
Color Harmonies of #8A8930
Complementary color
Monochromatic Colors of #8A8930
Black with #8A8930
Text Example
Text Example
White with #8A8930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8930; }
p { color: rgb(138,137,48); }
H1.HeaderClassName
{
color: #8A8930;
}
.AnyTagClassName
{
color: #8A8930;
}
</style>
background-color css
<style>
a { background-color: #8A8930; }
a { background-color: rgb(138,137,48); }
div.DivClassName
{
background-color: #8A8930;
}
.BgClassName
{
background-color: #8A8930;
}
</style>
border-color css
<style>
span { border-color: #8A8930; }
span { border-color: rgb(138,137,48); }
td.TdClassName
{
border-color: #8A8930;
}
.TagClassName
{
border-color: #8A8930;
}
</style>