Shades of Highball #979935
Tints of Highball #979935
RGB
CMYK
RGB Variations
Color information
#979935 (or 0x979935) is known color: Highball. HEX triplet: 97, 99 and 35. RGB value is (151,153,53). Sum of RGB (Red+Green+Blue) = 151+153+53=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #979935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979935 is #6866CA. Grayscale: #8D8D8D. Windows color (decimal): -6842059 or 3512727. OLE color: 3512727.
HSL color Cylindrical-coordinate representation of color #979935: hue angle of 61.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #979935 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 153 | 53 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.4 |
| HSL | 61.2º | 0.49% | 0.4% | - |
| HSV(B) | 61.2º | 0.65% | 0.6% | - |
| XYZ | 24.8 | 29.62 | 7.78 | - |
| YUV | 141 | 78.34 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 53 | 0.01 | 0 | 0.65 | 0.4 | 61.2 | 0.49 | 0.4 |
| Hex | 97 | 99 | 35 | 1 | 0 | 41 | 28 | 3D | 31 | 28 |
| Octal | 227 | 231 | 65 | 1 | 0 | 101 | 50 | 75 | 61 | 50 |
| Binary | 10010111 | 10011001 | 110101 | 1 | 0 | 1000001 | 101000 | 111101 | 110001 | 101000 |
Color Harmonies of #979935
Complementary color
Monochromatic Colors of #979935
Black with #979935
Text Example
Text Example
White with #979935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979935; }
p { color: rgb(151,153,53); }
H1.HeaderClassName
{
color: #979935;
}
.AnyTagClassName
{
color: #979935;
}
</style>
background-color css
<style>
a { background-color: #979935; }
a { background-color: rgb(151,153,53); }
div.DivClassName
{
background-color: #979935;
}
.BgClassName
{
background-color: #979935;
}
</style>
border-color css
<style>
span { border-color: #979935; }
span { border-color: rgb(151,153,53); }
td.TdClassName
{
border-color: #979935;
}
.TagClassName
{
border-color: #979935;
}
</style>