Shades of Highball #978A33
Tints of Highball #978A33
RGB
CMYK
RGB Variations
Color information
#978A33 (or 0x978A33) is known color: Highball. HEX triplet: 97, 8A and 33. RGB value is (151,138,51). Sum of RGB (Red+Green+Blue) = 151+138+51=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #978A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978A33 is #6875CC. Grayscale: #848484. Windows color (decimal): -6845901 or 3377815. OLE color: 3377815.
HSL color Cylindrical-coordinate representation of color #978A33: hue angle of 52.2º 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 #978A33 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 138 | 51 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.41 |
| HSL | 52.2º | 0.5% | 0.4% | - |
| HSV(B) | 52.2º | 0.66% | 0.59% | - |
| XYZ | 22.45 | 25 | 6.77 | - |
| YUV | 131.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 51 | 0 | 0.09 | 0.66 | 0.41 | 52.2 | 0.5 | 0.4 |
| Hex | 97 | 8A | 33 | 0 | 9 | 42 | 29 | 34 | 32 | 28 |
| Octal | 227 | 212 | 63 | 0 | 11 | 102 | 51 | 64 | 62 | 50 |
| Binary | 10010111 | 10001010 | 110011 | 0 | 1001 | 1000010 | 101001 | 110100 | 110010 | 101000 |
Color Harmonies of #978A33
Complementary color
Monochromatic Colors of #978A33
Black with #978A33
Text Example
Text Example
White with #978A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978A33; }
p { color: rgb(151,138,51); }
H1.HeaderClassName
{
color: #978A33;
}
.AnyTagClassName
{
color: #978A33;
}
</style>
background-color css
<style>
a { background-color: #978A33; }
a { background-color: rgb(151,138,51); }
div.DivClassName
{
background-color: #978A33;
}
.BgClassName
{
background-color: #978A33;
}
</style>
border-color css
<style>
span { border-color: #978A33; }
span { border-color: rgb(151,138,51); }
td.TdClassName
{
border-color: #978A33;
}
.TagClassName
{
border-color: #978A33;
}
</style>