Shades of Highball #948A42
Tints of Highball #948A42
RGB
CMYK
RGB Variations
Color information
#948A42 (or 0x948A42) is known color: Highball. HEX triplet: 94, 8A and 42. RGB value is (148,138,66). Sum of RGB (Red+Green+Blue) = 148+138+66=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #948A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948A42 is #6B75BD. Grayscale: #858585. Windows color (decimal): -7042494 or 4360852. OLE color: 4360852.
HSL color Cylindrical-coordinate representation of color #948A42: hue angle of 52.68º 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 #948A42 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 138 | 66 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.42 |
| HSL | 52.68º | 0.38% | 0.42% | - |
| HSV(B) | 52.68º | 0.55% | 0.58% | - |
| XYZ | 22.28 | 24.87 | 8.78 | - |
| YUV | 132.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 66 | 0 | 0.07 | 0.55 | 0.42 | 52.68 | 0.38 | 0.42 |
| Hex | 94 | 8A | 42 | 0 | 7 | 37 | 2A | 35 | 26 | 2A |
| Octal | 224 | 212 | 102 | 0 | 7 | 67 | 52 | 65 | 46 | 52 |
| Binary | 10010100 | 10001010 | 1000010 | 0 | 111 | 110111 | 101010 | 110101 | 100110 | 101010 |
Color Harmonies of #948A42
Complementary color
Monochromatic Colors of #948A42
Black with #948A42
Text Example
Text Example
White with #948A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948A42; }
p { color: rgb(148,138,66); }
H1.HeaderClassName
{
color: #948A42;
}
.AnyTagClassName
{
color: #948A42;
}
</style>
background-color css
<style>
a { background-color: #948A42; }
a { background-color: rgb(148,138,66); }
div.DivClassName
{
background-color: #948A42;
}
.BgClassName
{
background-color: #948A42;
}
</style>
border-color css
<style>
span { border-color: #948A42; }
span { border-color: rgb(148,138,66); }
td.TdClassName
{
border-color: #948A42;
}
.TagClassName
{
border-color: #948A42;
}
</style>