Shades of Highball #978B48
Tints of Highball #978B48
RGB
CMYK
RGB Variations
Color information
#978B48 (or 0x978B48) is known color: Highball. HEX triplet: 97, 8B and 48. RGB value is (151,139,72). Sum of RGB (Red+Green+Blue) = 151+139+72=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #978B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978B48 is #6874B7. Grayscale: #878787. Windows color (decimal): -6845624 or 4754327. OLE color: 4754327.
HSL color Cylindrical-coordinate representation of color #978B48: hue angle of 50.89º 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 #978B48 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 139 | 72 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.41 |
| HSL | 50.89º | 0.35% | 0.44% | - |
| HSV(B) | 50.89º | 0.52% | 0.59% | - |
| XYZ | 23.16 | 25.51 | 9.83 | - |
| YUV | 134.95 | 92.48 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 72 | 0 | 0.08 | 0.52 | 0.41 | 50.89 | 0.35 | 0.44 |
| Hex | 97 | 8B | 48 | 0 | 8 | 34 | 29 | 33 | 23 | 2C |
| Octal | 227 | 213 | 110 | 0 | 10 | 64 | 51 | 63 | 43 | 54 |
| Binary | 10010111 | 10001011 | 1001000 | 0 | 1000 | 110100 | 101001 | 110011 | 100011 | 101100 |
Color Harmonies of #978B48
Complementary color
Monochromatic Colors of #978B48
Black with #978B48
Text Example
Text Example
White with #978B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978B48; }
p { color: rgb(151,139,72); }
H1.HeaderClassName
{
color: #978B48;
}
.AnyTagClassName
{
color: #978B48;
}
</style>
background-color css
<style>
a { background-color: #978B48; }
a { background-color: rgb(151,139,72); }
div.DivClassName
{
background-color: #978B48;
}
.BgClassName
{
background-color: #978B48;
}
</style>
border-color css
<style>
span { border-color: #978B48; }
span { border-color: rgb(151,139,72); }
td.TdClassName
{
border-color: #978B48;
}
.TagClassName
{
border-color: #978B48;
}
</style>