Shades of Highball #978E48
Tints of Highball #978E48
RGB
CMYK
RGB Variations
Color information
#978E48 (or 0x978E48) is known color: Highball. HEX triplet: 97, 8E and 48. RGB value is (151,142,72). Sum of RGB (Red+Green+Blue) = 151+142+72=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #978E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978E48 is #6871B7. Grayscale: #888888. Windows color (decimal): -6844856 or 4755095. OLE color: 4755095.
HSL color Cylindrical-coordinate representation of color #978E48: hue angle of 53.16º 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 #978E48 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 142 | 72 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.41 |
| HSL | 53.16º | 0.35% | 0.44% | - |
| HSV(B) | 53.16º | 0.52% | 0.59% | - |
| XYZ | 23.61 | 26.39 | 9.98 | - |
| YUV | 136.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 72 | 0 | 0.06 | 0.52 | 0.41 | 53.16 | 0.35 | 0.44 |
| Hex | 97 | 8E | 48 | 0 | 6 | 34 | 29 | 35 | 23 | 2C |
| Octal | 227 | 216 | 110 | 0 | 6 | 64 | 51 | 65 | 43 | 54 |
| Binary | 10010111 | 10001110 | 1001000 | 0 | 110 | 110100 | 101001 | 110101 | 100011 | 101100 |
Color Harmonies of #978E48
Complementary color
Monochromatic Colors of #978E48
Black with #978E48
Text Example
Text Example
White with #978E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978E48; }
p { color: rgb(151,142,72); }
H1.HeaderClassName
{
color: #978E48;
}
.AnyTagClassName
{
color: #978E48;
}
</style>
background-color css
<style>
a { background-color: #978E48; }
a { background-color: rgb(151,142,72); }
div.DivClassName
{
background-color: #978E48;
}
.BgClassName
{
background-color: #978E48;
}
</style>
border-color css
<style>
span { border-color: #978E48; }
span { border-color: rgb(151,142,72); }
td.TdClassName
{
border-color: #978E48;
}
.TagClassName
{
border-color: #978E48;
}
</style>