Shades of Highball #979C48
Tints of Highball #979C48
RGB
CMYK
RGB Variations
Color information
#979C48 (or 0x979C48) is known color: Highball. HEX triplet: 97, 9C and 48. RGB value is (151,156,72). Sum of RGB (Red+Green+Blue) = 151+156+72=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 156 - color contains mainly: green. Hex color #979C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979C48 is #6863B7. Grayscale: #919191. Windows color (decimal): -6841272 or 4758679. OLE color: 4758679.
HSL color Cylindrical-coordinate representation of color #979C48: hue angle of 63.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #979C48 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 156 | 72 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.39 |
| HSL | 63.57º | 0.37% | 0.45% | - |
| HSV(B) | 63.57º | 0.54% | 0.61% | - |
| XYZ | 25.82 | 30.82 | 10.72 | - |
| YUV | 144.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 72 | 0.03 | 0 | 0.54 | 0.39 | 63.57 | 0.37 | 0.45 |
| Hex | 97 | 9C | 48 | 3 | 0 | 36 | 27 | 40 | 25 | 2D |
| Octal | 227 | 234 | 110 | 3 | 0 | 66 | 47 | 100 | 45 | 55 |
| Binary | 10010111 | 10011100 | 1001000 | 11 | 0 | 110110 | 100111 | 1000000 | 100101 | 101101 |
Color Harmonies of #979C48
Complementary color
Monochromatic Colors of #979C48
Black with #979C48
Text Example
Text Example
White with #979C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979C48; }
p { color: rgb(151,156,72); }
H1.HeaderClassName
{
color: #979C48;
}
.AnyTagClassName
{
color: #979C48;
}
</style>
background-color css
<style>
a { background-color: #979C48; }
a { background-color: rgb(151,156,72); }
div.DivClassName
{
background-color: #979C48;
}
.BgClassName
{
background-color: #979C48;
}
</style>
border-color css
<style>
span { border-color: #979C48; }
span { border-color: rgb(151,156,72); }
td.TdClassName
{
border-color: #979C48;
}
.TagClassName
{
border-color: #979C48;
}
</style>