Shades of Highball #978448
Tints of Highball #978448
RGB
CMYK
RGB Variations
Color information
#978448 (or 0x978448) is known color: Highball. HEX triplet: 97, 84 and 48. RGB value is (151,132,72). Sum of RGB (Red+Green+Blue) = 151+132+72=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #978448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978448 is #687BB7. Grayscale: #838383. Windows color (decimal): -6847416 or 4752535. OLE color: 4752535.
HSL color Cylindrical-coordinate representation of color #978448: hue angle of 45.57º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #978448 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 132 | 72 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.41 |
| HSL | 45.57º | 0.35% | 0.44% | - |
| HSV(B) | 45.57º | 0.52% | 0.59% | - |
| XYZ | 22.18 | 23.55 | 9.51 | - |
| YUV | 130.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 132 | 72 | 0 | 0.13 | 0.52 | 0.41 | 45.57 | 0.35 | 0.44 |
| Hex | 97 | 84 | 48 | 0 | D | 34 | 29 | 2E | 23 | 2C |
| Octal | 227 | 204 | 110 | 0 | 15 | 64 | 51 | 56 | 43 | 54 |
| Binary | 10010111 | 10000100 | 1001000 | 0 | 1101 | 110100 | 101001 | 101110 | 100011 | 101100 |
Color Harmonies of #978448
Complementary color
Monochromatic Colors of #978448
Black with #978448
Text Example
Text Example
White with #978448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978448; }
p { color: rgb(151,132,72); }
H1.HeaderClassName
{
color: #978448;
}
.AnyTagClassName
{
color: #978448;
}
</style>
background-color css
<style>
a { background-color: #978448; }
a { background-color: rgb(151,132,72); }
div.DivClassName
{
background-color: #978448;
}
.BgClassName
{
background-color: #978448;
}
</style>
border-color css
<style>
span { border-color: #978448; }
span { border-color: rgb(151,132,72); }
td.TdClassName
{
border-color: #978448;
}
.TagClassName
{
border-color: #978448;
}
</style>