Shades of Highball #978E33
Tints of Highball #978E33
RGB
CMYK
RGB Variations
Color information
#978E33 (or 0x978E33) is known color: Highball. HEX triplet: 97, 8E and 33. RGB value is (151,142,51). Sum of RGB (Red+Green+Blue) = 151+142+51=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 151 - color contains mainly: red. Hex color #978E33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978E33 is #6871CC. Grayscale: #868686. Windows color (decimal): -6844877 or 3378839. OLE color: 3378839.
HSL color Cylindrical-coordinate representation of color #978E33: hue angle of 54.6º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #978E33 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 142 | 51 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.41 |
| HSL | 54.6º | 0.5% | 0.4% | - |
| HSV(B) | 54.6º | 0.66% | 0.59% | - |
| XYZ | 23.03 | 26.16 | 6.97 | - |
| YUV | 134.32 | 80.98 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 51 | 0 | 0.06 | 0.66 | 0.41 | 54.6 | 0.5 | 0.4 |
| Hex | 97 | 8E | 33 | 0 | 6 | 42 | 29 | 37 | 32 | 28 |
| Octal | 227 | 216 | 63 | 0 | 6 | 102 | 51 | 67 | 62 | 50 |
| Binary | 10010111 | 10001110 | 110011 | 0 | 110 | 1000010 | 101001 | 110111 | 110010 | 101000 |
Color Harmonies of #978E33
Complementary color
Monochromatic Colors of #978E33
Black with #978E33
Text Example
Text Example
White with #978E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978E33; }
p { color: rgb(151,142,51); }
H1.HeaderClassName
{
color: #978E33;
}
.AnyTagClassName
{
color: #978E33;
}
</style>
background-color css
<style>
a { background-color: #978E33; }
a { background-color: rgb(151,142,51); }
div.DivClassName
{
background-color: #978E33;
}
.BgClassName
{
background-color: #978E33;
}
</style>
border-color css
<style>
span { border-color: #978E33; }
span { border-color: rgb(151,142,51); }
td.TdClassName
{
border-color: #978E33;
}
.TagClassName
{
border-color: #978E33;
}
</style>