Shades of Highball #8B9049
Tints of Highball #8B9049
RGB
CMYK
RGB Variations
Color information
#8B9049 (or 0x8B9049) is known color: Highball. HEX triplet: 8B, 90 and 49. RGB value is (139,144,73). Sum of RGB (Red+Green+Blue) = 139+144+73=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #8B9049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9049 is #746FB6. Grayscale: #868686. Windows color (decimal): -7630775 or 4821131. OLE color: 4821131.
HSL color Cylindrical-coordinate representation of color #8B9049: hue angle of 64.23º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B9049 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 144 | 73 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.44 |
| HSL | 64.23º | 0.33% | 0.43% | - |
| HSV(B) | 64.23º | 0.49% | 0.56% | - |
| XYZ | 21.82 | 25.92 | 10.16 | - |
| YUV | 134.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 144 | 73 | 0.03 | 0 | 0.49 | 0.44 | 64.23 | 0.33 | 0.43 |
| Hex | 8B | 90 | 49 | 3 | 0 | 31 | 2C | 40 | 21 | 2B |
| Octal | 213 | 220 | 111 | 3 | 0 | 61 | 54 | 100 | 41 | 53 |
| Binary | 10001011 | 10010000 | 1001001 | 11 | 0 | 110001 | 101100 | 1000000 | 100001 | 101011 |
Color Harmonies of #8B9049
Complementary color
Monochromatic Colors of #8B9049
Black with #8B9049
Text Example
Text Example
White with #8B9049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9049; }
p { color: rgb(139,144,73); }
H1.HeaderClassName
{
color: #8B9049;
}
.AnyTagClassName
{
color: #8B9049;
}
</style>
background-color css
<style>
a { background-color: #8B9049; }
a { background-color: rgb(139,144,73); }
div.DivClassName
{
background-color: #8B9049;
}
.BgClassName
{
background-color: #8B9049;
}
</style>
border-color css
<style>
span { border-color: #8B9049; }
span { border-color: rgb(139,144,73); }
td.TdClassName
{
border-color: #8B9049;
}
.TagClassName
{
border-color: #8B9049;
}
</style>