Shades of Highball #978C50
Tints of Highball #978C50
RGB
CMYK
RGB Variations
Color information
#978C50 (or 0x978C50) is known color: Highball. HEX triplet: 97, 8C and 50. RGB value is (151,140,80). Sum of RGB (Red+Green+Blue) = 151+140+80=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #978C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978C50 is #6873AF. Grayscale: #888888. Windows color (decimal): -6845360 or 5278871. OLE color: 5278871.
HSL color Cylindrical-coordinate representation of color #978C50: hue angle of 50.7º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #978C50 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 140 | 80 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.41 |
| HSL | 50.7º | 0.31% | 0.45% | - |
| HSV(B) | 50.7º | 0.47% | 0.59% | - |
| XYZ | 23.59 | 25.91 | 11.35 | - |
| YUV | 136.45 | 96.14 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 80 | 0 | 0.07 | 0.47 | 0.41 | 50.7 | 0.31 | 0.45 |
| Hex | 97 | 8C | 50 | 0 | 7 | 2F | 29 | 33 | 1F | 2D |
| Octal | 227 | 214 | 120 | 0 | 7 | 57 | 51 | 63 | 37 | 55 |
| Binary | 10010111 | 10001100 | 1010000 | 0 | 111 | 101111 | 101001 | 110011 | 11111 | 101101 |
Color Harmonies of #978C50
Complementary color
Monochromatic Colors of #978C50
Black with #978C50
Text Example
Text Example
White with #978C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978C50; }
p { color: rgb(151,140,80); }
H1.HeaderClassName
{
color: #978C50;
}
.AnyTagClassName
{
color: #978C50;
}
</style>
background-color css
<style>
a { background-color: #978C50; }
a { background-color: rgb(151,140,80); }
div.DivClassName
{
background-color: #978C50;
}
.BgClassName
{
background-color: #978C50;
}
</style>
border-color css
<style>
span { border-color: #978C50; }
span { border-color: rgb(151,140,80); }
td.TdClassName
{
border-color: #978C50;
}
.TagClassName
{
border-color: #978C50;
}
</style>