Shades of Highball #979B42
Tints of Highball #979B42
RGB
CMYK
RGB Variations
Color information
#979B42 (or 0x979B42) is known color: Highball. HEX triplet: 97, 9B and 42. RGB value is (151,155,66). Sum of RGB (Red+Green+Blue) = 151+155+66=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #979B42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979B42 is #6864BD. Grayscale: #909090. Windows color (decimal): -6841534 or 4365207. OLE color: 4365207.
HSL color Cylindrical-coordinate representation of color #979B42: hue angle of 62.7º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #979B42 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 155 | 66 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.39 |
| HSL | 62.7º | 0.4% | 0.43% | - |
| HSV(B) | 62.7º | 0.57% | 0.61% | - |
| XYZ | 25.47 | 30.42 | 9.68 | - |
| YUV | 143.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 66 | 0.03 | 0 | 0.57 | 0.39 | 62.7 | 0.4 | 0.43 |
| Hex | 97 | 9B | 42 | 3 | 0 | 39 | 27 | 3F | 28 | 2B |
| Octal | 227 | 233 | 102 | 3 | 0 | 71 | 47 | 77 | 50 | 53 |
| Binary | 10010111 | 10011011 | 1000010 | 11 | 0 | 111001 | 100111 | 111111 | 101000 | 101011 |
Color Harmonies of #979B42
Complementary color
Monochromatic Colors of #979B42
Black with #979B42
Text Example
Text Example
White with #979B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979B42; }
p { color: rgb(151,155,66); }
H1.HeaderClassName
{
color: #979B42;
}
.AnyTagClassName
{
color: #979B42;
}
</style>
background-color css
<style>
a { background-color: #979B42; }
a { background-color: rgb(151,155,66); }
div.DivClassName
{
background-color: #979B42;
}
.BgClassName
{
background-color: #979B42;
}
</style>
border-color css
<style>
span { border-color: #979B42; }
span { border-color: rgb(151,155,66); }
td.TdClassName
{
border-color: #979B42;
}
.TagClassName
{
border-color: #979B42;
}
</style>