Shades of Highball #978E4B
Tints of Highball #978E4B
RGB
CMYK
RGB Variations
Color information
#978E4B (or 0x978E4B) is known color: Highball. HEX triplet: 97, 8E and 4B. RGB value is (151,142,75). Sum of RGB (Red+Green+Blue) = 151+142+75=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #978E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978E4B is #6871B4. Grayscale: #898989. Windows color (decimal): -6844853 or 4951703. OLE color: 4951703.
HSL color Cylindrical-coordinate representation of color #978E4B: hue angle of 52.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #978E4B is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 142 | 75 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.41 |
| HSL | 52.89º | 0.34% | 0.44% | - |
| HSV(B) | 52.89º | 0.5% | 0.59% | - |
| XYZ | 23.71 | 26.43 | 10.51 | - |
| YUV | 137.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 75 | 0 | 0.06 | 0.50 | 0.41 | 52.89 | 0.34 | 0.44 |
| Hex | 97 | 8E | 4B | 0 | 6 | 32 | 29 | 35 | 22 | 2C |
| Octal | 227 | 216 | 113 | 0 | 6 | 62 | 51 | 65 | 42 | 54 |
| Binary | 10010111 | 10001110 | 1001011 | 0 | 110 | 110010 | 101001 | 110101 | 100010 | 101100 |
Color Harmonies of #978E4B
Complementary color
Monochromatic Colors of #978E4B
Black with #978E4B
Text Example
Text Example
White with #978E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978E4B; }
p { color: rgb(151,142,75); }
H1.HeaderClassName
{
color: #978E4B;
}
.AnyTagClassName
{
color: #978E4B;
}
</style>
background-color css
<style>
a { background-color: #978E4B; }
a { background-color: rgb(151,142,75); }
div.DivClassName
{
background-color: #978E4B;
}
.BgClassName
{
background-color: #978E4B;
}
</style>
border-color css
<style>
span { border-color: #978E4B; }
span { border-color: rgb(151,142,75); }
td.TdClassName
{
border-color: #978E4B;
}
.TagClassName
{
border-color: #978E4B;
}
</style>