Shades of Highball #948E3A
Tints of Highball #948E3A
RGB
CMYK
RGB Variations
Color information
#948E3A (or 0x948E3A) is known color: Highball. HEX triplet: 94, 8E and 3A. RGB value is (148,142,58). Sum of RGB (Red+Green+Blue) = 148+142+58=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #948E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948E3A is #6B71C5. Grayscale: #868686. Windows color (decimal): -7041478 or 3837588. OLE color: 3837588.
HSL color Cylindrical-coordinate representation of color #948E3A: hue angle of 56º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #948E3A is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 142 | 58 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.42 |
| HSL | 56º | 0.44% | 0.4% | - |
| HSV(B) | 56º | 0.61% | 0.58% | - |
| XYZ | 22.65 | 25.95 | 7.82 | - |
| YUV | 134.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 58 | 0 | 0.04 | 0.61 | 0.42 | 56 | 0.44 | 0.4 |
| Hex | 94 | 8E | 3A | 0 | 4 | 3D | 2A | 38 | 2C | 28 |
| Octal | 224 | 216 | 72 | 0 | 4 | 75 | 52 | 70 | 54 | 50 |
| Binary | 10010100 | 10001110 | 111010 | 0 | 100 | 111101 | 101010 | 111000 | 101100 | 101000 |
Color Harmonies of #948E3A
Complementary color
Monochromatic Colors of #948E3A
Black with #948E3A
Text Example
Text Example
White with #948E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948E3A; }
p { color: rgb(148,142,58); }
H1.HeaderClassName
{
color: #948E3A;
}
.AnyTagClassName
{
color: #948E3A;
}
</style>
background-color css
<style>
a { background-color: #948E3A; }
a { background-color: rgb(148,142,58); }
div.DivClassName
{
background-color: #948E3A;
}
.BgClassName
{
background-color: #948E3A;
}
</style>
border-color css
<style>
span { border-color: #948E3A; }
span { border-color: rgb(148,142,58); }
td.TdClassName
{
border-color: #948E3A;
}
.TagClassName
{
border-color: #948E3A;
}
</style>