Shades of Highball #979335
Tints of Highball #979335
RGB
CMYK
RGB Variations
Color information
#979335 (or 0x979335) is known color: Highball. HEX triplet: 97, 93 and 35. RGB value is (151,147,53). Sum of RGB (Red+Green+Blue) = 151+147+53=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 151 - color contains mainly: red. Hex color #979335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979335 is #686CCA. Grayscale: #898989. Windows color (decimal): -6843595 or 3511191. OLE color: 3511191.
HSL color Cylindrical-coordinate representation of color #979335: hue angle of 57.55º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #979335 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 147 | 53 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.41 |
| HSL | 57.55º | 0.48% | 0.4% | - |
| HSV(B) | 57.55º | 0.65% | 0.59% | - |
| XYZ | 23.84 | 27.7 | 7.46 | - |
| YUV | 137.48 | 80.33 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 147 | 53 | 0 | 0.03 | 0.65 | 0.41 | 57.55 | 0.48 | 0.4 |
| Hex | 97 | 93 | 35 | 0 | 3 | 41 | 29 | 3A | 30 | 28 |
| Octal | 227 | 223 | 65 | 0 | 3 | 101 | 51 | 72 | 60 | 50 |
| Binary | 10010111 | 10010011 | 110101 | 0 | 11 | 1000001 | 101001 | 111010 | 110000 | 101000 |
Color Harmonies of #979335
Complementary color
Monochromatic Colors of #979335
Black with #979335
Text Example
Text Example
White with #979335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979335; }
p { color: rgb(151,147,53); }
H1.HeaderClassName
{
color: #979335;
}
.AnyTagClassName
{
color: #979335;
}
</style>
background-color css
<style>
a { background-color: #979335; }
a { background-color: rgb(151,147,53); }
div.DivClassName
{
background-color: #979335;
}
.BgClassName
{
background-color: #979335;
}
</style>
border-color css
<style>
span { border-color: #979335; }
span { border-color: rgb(151,147,53); }
td.TdClassName
{
border-color: #979335;
}
.TagClassName
{
border-color: #979335;
}
</style>