Shades of Highball #978B36
Tints of Highball #978B36
RGB
CMYK
RGB Variations
Color information
#978B36 (or 0x978B36) is known color: Highball. HEX triplet: 97, 8B and 36. RGB value is (151,139,54). Sum of RGB (Red+Green+Blue) = 151+139+54=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 151 - color contains mainly: red. Hex color #978B36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978B36 is #6874C9. Grayscale: #858585. Windows color (decimal): -6845642 or 3574679. OLE color: 3574679.
HSL color Cylindrical-coordinate representation of color #978B36: hue angle of 52.58º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #978B36 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 139 | 54 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.41 |
| HSL | 52.58º | 0.47% | 0.4% | - |
| HSV(B) | 52.58º | 0.64% | 0.59% | - |
| XYZ | 22.66 | 25.31 | 7.18 | - |
| YUV | 132.9 | 83.48 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 54 | 0 | 0.08 | 0.64 | 0.41 | 52.58 | 0.47 | 0.4 |
| Hex | 97 | 8B | 36 | 0 | 8 | 40 | 29 | 35 | 2F | 28 |
| Octal | 227 | 213 | 66 | 0 | 10 | 100 | 51 | 65 | 57 | 50 |
| Binary | 10010111 | 10001011 | 110110 | 0 | 1000 | 1000000 | 101001 | 110101 | 101111 | 101000 |
Color Harmonies of #978B36
Complementary color
Monochromatic Colors of #978B36
Black with #978B36
Text Example
Text Example
White with #978B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978B36; }
p { color: rgb(151,139,54); }
H1.HeaderClassName
{
color: #978B36;
}
.AnyTagClassName
{
color: #978B36;
}
</style>
background-color css
<style>
a { background-color: #978B36; }
a { background-color: rgb(151,139,54); }
div.DivClassName
{
background-color: #978B36;
}
.BgClassName
{
background-color: #978B36;
}
</style>
border-color css
<style>
span { border-color: #978B36; }
span { border-color: rgb(151,139,54); }
td.TdClassName
{
border-color: #978B36;
}
.TagClassName
{
border-color: #978B36;
}
</style>