Shades of Highball #949240
Tints of Highball #949240
RGB
CMYK
RGB Variations
Color information
#949240 (or 0x949240) is known color: Highball. HEX triplet: 94, 92 and 40. RGB value is (148,146,64). Sum of RGB (Red+Green+Blue) = 148+146+64=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #949240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949240 is #6B6DBF. Grayscale: #898989. Windows color (decimal): -7040448 or 4231828. OLE color: 4231828.
HSL color Cylindrical-coordinate representation of color #949240: hue angle of 58.57º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #949240 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 64 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.42 |
| HSL | 58.57º | 0.4% | 0.42% | - |
| HSV(B) | 58.57º | 0.57% | 0.58% | - |
| XYZ | 23.42 | 27.22 | 8.87 | - |
| YUV | 137.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 64 | 0 | 0.01 | 0.57 | 0.42 | 58.57 | 0.4 | 0.42 |
| Hex | 94 | 92 | 40 | 0 | 1 | 39 | 2A | 3B | 28 | 2A |
| Octal | 224 | 222 | 100 | 0 | 1 | 71 | 52 | 73 | 50 | 52 |
| Binary | 10010100 | 10010010 | 1000000 | 0 | 1 | 111001 | 101010 | 111011 | 101000 | 101010 |
Color Harmonies of #949240
Complementary color
Monochromatic Colors of #949240
Black with #949240
Text Example
Text Example
White with #949240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949240; }
p { color: rgb(148,146,64); }
H1.HeaderClassName
{
color: #949240;
}
.AnyTagClassName
{
color: #949240;
}
</style>
background-color css
<style>
a { background-color: #949240; }
a { background-color: rgb(148,146,64); }
div.DivClassName
{
background-color: #949240;
}
.BgClassName
{
background-color: #949240;
}
</style>
border-color css
<style>
span { border-color: #949240; }
span { border-color: rgb(148,146,64); }
td.TdClassName
{
border-color: #949240;
}
.TagClassName
{
border-color: #949240;
}
</style>