Shades of Highball #949248
Tints of Highball #949248
RGB
CMYK
RGB Variations
Color information
#949248 (or 0x949248) is known color: Highball. HEX triplet: 94, 92 and 48. RGB value is (148,146,72). Sum of RGB (Red+Green+Blue) = 148+146+72=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #949248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949248 is #6B6DB7. Grayscale: #8A8A8A. Windows color (decimal): -7040440 or 4756116. OLE color: 4756116.
HSL color Cylindrical-coordinate representation of color #949248: hue angle of 58.42º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #949248 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 72 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.42 |
| HSL | 58.42º | 0.35% | 0.43% | - |
| HSV(B) | 58.42º | 0.51% | 0.58% | - |
| XYZ | 23.66 | 27.32 | 10.16 | - |
| YUV | 138.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 72 | 0 | 0.01 | 0.51 | 0.42 | 58.42 | 0.35 | 0.43 |
| Hex | 94 | 92 | 48 | 0 | 1 | 33 | 2A | 3A | 23 | 2B |
| Octal | 224 | 222 | 110 | 0 | 1 | 63 | 52 | 72 | 43 | 53 |
| Binary | 10010100 | 10010010 | 1001000 | 0 | 1 | 110011 | 101010 | 111010 | 100011 | 101011 |
Color Harmonies of #949248
Complementary color
Monochromatic Colors of #949248
Black with #949248
Text Example
Text Example
White with #949248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949248; }
p { color: rgb(148,146,72); }
H1.HeaderClassName
{
color: #949248;
}
.AnyTagClassName
{
color: #949248;
}
</style>
background-color css
<style>
a { background-color: #949248; }
a { background-color: rgb(148,146,72); }
div.DivClassName
{
background-color: #949248;
}
.BgClassName
{
background-color: #949248;
}
</style>
border-color css
<style>
span { border-color: #949248; }
span { border-color: rgb(148,146,72); }
td.TdClassName
{
border-color: #949248;
}
.TagClassName
{
border-color: #949248;
}
</style>