Shades of Highball #948C43
Tints of Highball #948C43
RGB
CMYK
RGB Variations
Color information
#948C43 (or 0x948C43) is known color: Highball. HEX triplet: 94, 8C and 43. RGB value is (148,140,67). Sum of RGB (Red+Green+Blue) = 148+140+67=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #948C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948C43 is #6B73BC. Grayscale: #868686. Windows color (decimal): -7041981 or 4426900. OLE color: 4426900.
HSL color Cylindrical-coordinate representation of color #948C43: hue angle of 54.07º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #948C43 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 140 | 67 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.42 |
| HSL | 54.07º | 0.38% | 0.42% | - |
| HSV(B) | 54.07º | 0.55% | 0.58% | - |
| XYZ | 22.6 | 25.46 | 9.03 | - |
| YUV | 134.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 67 | 0 | 0.05 | 0.55 | 0.42 | 54.07 | 0.38 | 0.42 |
| Hex | 94 | 8C | 43 | 0 | 5 | 37 | 2A | 36 | 26 | 2A |
| Octal | 224 | 214 | 103 | 0 | 5 | 67 | 52 | 66 | 46 | 52 |
| Binary | 10010100 | 10001100 | 1000011 | 0 | 101 | 110111 | 101010 | 110110 | 100110 | 101010 |
Color Harmonies of #948C43
Complementary color
Monochromatic Colors of #948C43
Black with #948C43
Text Example
Text Example
White with #948C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948C43; }
p { color: rgb(148,140,67); }
H1.HeaderClassName
{
color: #948C43;
}
.AnyTagClassName
{
color: #948C43;
}
</style>
background-color css
<style>
a { background-color: #948C43; }
a { background-color: rgb(148,140,67); }
div.DivClassName
{
background-color: #948C43;
}
.BgClassName
{
background-color: #948C43;
}
</style>
border-color css
<style>
span { border-color: #948C43; }
span { border-color: rgb(148,140,67); }
td.TdClassName
{
border-color: #948C43;
}
.TagClassName
{
border-color: #948C43;
}
</style>