Shades of Highball #979836
Tints of Highball #979836
RGB
CMYK
RGB Variations
Color information
#979836 (or 0x979836) is known color: Highball. HEX triplet: 97, 98 and 36. RGB value is (151,152,54). Sum of RGB (Red+Green+Blue) = 151+152+54=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #979836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979836 is #6867C9. Grayscale: #8C8C8C. Windows color (decimal): -6842314 or 3578007. OLE color: 3578007.
HSL color Cylindrical-coordinate representation of color #979836: hue angle of 60.61º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #979836 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 152 | 54 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.40 |
| HSL | 60.61º | 0.48% | 0.4% | - |
| HSV(B) | 60.61º | 0.64% | 0.6% | - |
| XYZ | 24.66 | 29.3 | 7.85 | - |
| YUV | 140.53 | 79.17 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 54 | 0.01 | 0 | 0.64 | 0.40 | 60.61 | 0.48 | 0.4 |
| Hex | 97 | 98 | 36 | 1 | 0 | 40 | 28 | 3D | 30 | 28 |
| Octal | 227 | 230 | 66 | 1 | 0 | 100 | 50 | 75 | 60 | 50 |
| Binary | 10010111 | 10011000 | 110110 | 1 | 0 | 1000000 | 101000 | 111101 | 110000 | 101000 |
Color Harmonies of #979836
Complementary color
Monochromatic Colors of #979836
Black with #979836
Text Example
Text Example
White with #979836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979836; }
p { color: rgb(151,152,54); }
H1.HeaderClassName
{
color: #979836;
}
.AnyTagClassName
{
color: #979836;
}
</style>
background-color css
<style>
a { background-color: #979836; }
a { background-color: rgb(151,152,54); }
div.DivClassName
{
background-color: #979836;
}
.BgClassName
{
background-color: #979836;
}
</style>
border-color css
<style>
span { border-color: #979836; }
span { border-color: rgb(151,152,54); }
td.TdClassName
{
border-color: #979836;
}
.TagClassName
{
border-color: #979836;
}
</style>