Shades of Highball #978E38
Tints of Highball #978E38
RGB
CMYK
RGB Variations
Color information
#978E38 (or 0x978E38) is known color: Highball. HEX triplet: 97, 8E and 38. RGB value is (151,142,56). Sum of RGB (Red+Green+Blue) = 151+142+56=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #978E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978E38 is #6871C7. Grayscale: #878787. Windows color (decimal): -6844872 or 3706519. OLE color: 3706519.
HSL color Cylindrical-coordinate representation of color #978E38: hue angle of 54.32º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #978E38 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 142 | 56 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.41 |
| HSL | 54.32º | 0.46% | 0.41% | - |
| HSV(B) | 54.32º | 0.63% | 0.59% | - |
| XYZ | 23.15 | 26.21 | 7.58 | - |
| YUV | 134.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 56 | 0 | 0.06 | 0.63 | 0.41 | 54.32 | 0.46 | 0.41 |
| Hex | 97 | 8E | 38 | 0 | 6 | 3F | 29 | 36 | 2E | 29 |
| Octal | 227 | 216 | 70 | 0 | 6 | 77 | 51 | 66 | 56 | 51 |
| Binary | 10010111 | 10001110 | 111000 | 0 | 110 | 111111 | 101001 | 110110 | 101110 | 101001 |
Color Harmonies of #978E38
Complementary color
Monochromatic Colors of #978E38
Black with #978E38
Text Example
Text Example
White with #978E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978E38; }
p { color: rgb(151,142,56); }
H1.HeaderClassName
{
color: #978E38;
}
.AnyTagClassName
{
color: #978E38;
}
</style>
background-color css
<style>
a { background-color: #978E38; }
a { background-color: rgb(151,142,56); }
div.DivClassName
{
background-color: #978E38;
}
.BgClassName
{
background-color: #978E38;
}
</style>
border-color css
<style>
span { border-color: #978E38; }
span { border-color: rgb(151,142,56); }
td.TdClassName
{
border-color: #978E38;
}
.TagClassName
{
border-color: #978E38;
}
</style>