Shades of Highball #949244
Tints of Highball #949244
RGB
CMYK
RGB Variations
Color information
#949244 (or 0x949244) is known color: Highball. HEX triplet: 94, 92 and 44. RGB value is (148,146,68). Sum of RGB (Red+Green+Blue) = 148+146+68=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #949244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949244 is #6B6DBB. Grayscale: #8A8A8A. Windows color (decimal): -7040444 or 4493972. OLE color: 4493972.
HSL color Cylindrical-coordinate representation of color #949244: hue angle of 58.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #949244 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 68 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.42 |
| HSL | 58.5º | 0.37% | 0.42% | - |
| HSV(B) | 58.5º | 0.54% | 0.58% | - |
| XYZ | 23.54 | 27.27 | 9.49 | - |
| YUV | 137.71 | 88.66 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 68 | 0 | 0.01 | 0.54 | 0.42 | 58.5 | 0.37 | 0.42 |
| Hex | 94 | 92 | 44 | 0 | 1 | 36 | 2A | 3A | 25 | 2A |
| Octal | 224 | 222 | 104 | 0 | 1 | 66 | 52 | 72 | 45 | 52 |
| Binary | 10010100 | 10010010 | 1000100 | 0 | 1 | 110110 | 101010 | 111010 | 100101 | 101010 |
Color Harmonies of #949244
Complementary color
Monochromatic Colors of #949244
Black with #949244
Text Example
Text Example
White with #949244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949244; }
p { color: rgb(148,146,68); }
H1.HeaderClassName
{
color: #949244;
}
.AnyTagClassName
{
color: #949244;
}
</style>
background-color css
<style>
a { background-color: #949244; }
a { background-color: rgb(148,146,68); }
div.DivClassName
{
background-color: #949244;
}
.BgClassName
{
background-color: #949244;
}
</style>
border-color css
<style>
span { border-color: #949244; }
span { border-color: rgb(148,146,68); }
td.TdClassName
{
border-color: #949244;
}
.TagClassName
{
border-color: #949244;
}
</style>