Shades of Highball #979B33
Tints of Highball #979B33
RGB
CMYK
RGB Variations
Color information
#979B33 (or 0x979B33) is known color: Highball. HEX triplet: 97, 9B and 33. RGB value is (151,155,51). Sum of RGB (Red+Green+Blue) = 151+155+51=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #979B33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979B33 is #6864CC. Grayscale: #8E8E8E. Windows color (decimal): -6841549 or 3382167. OLE color: 3382167.
HSL color Cylindrical-coordinate representation of color #979B33: hue angle of 62.31º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #979B33 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 155 | 51 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.39 |
| HSL | 62.31º | 0.5% | 0.4% | - |
| HSV(B) | 62.31º | 0.67% | 0.61% | - |
| XYZ | 25.08 | 30.26 | 7.65 | - |
| YUV | 141.95 | 76.67 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 51 | 0.03 | 0 | 0.67 | 0.39 | 62.31 | 0.5 | 0.4 |
| Hex | 97 | 9B | 33 | 3 | 0 | 43 | 27 | 3E | 32 | 28 |
| Octal | 227 | 233 | 63 | 3 | 0 | 103 | 47 | 76 | 62 | 50 |
| Binary | 10010111 | 10011011 | 110011 | 11 | 0 | 1000011 | 100111 | 111110 | 110010 | 101000 |
Color Harmonies of #979B33
Complementary color
Monochromatic Colors of #979B33
Black with #979B33
Text Example
Text Example
White with #979B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979B33; }
p { color: rgb(151,155,51); }
H1.HeaderClassName
{
color: #979B33;
}
.AnyTagClassName
{
color: #979B33;
}
</style>
background-color css
<style>
a { background-color: #979B33; }
a { background-color: rgb(151,155,51); }
div.DivClassName
{
background-color: #979B33;
}
.BgClassName
{
background-color: #979B33;
}
</style>
border-color css
<style>
span { border-color: #979B33; }
span { border-color: rgb(151,155,51); }
td.TdClassName
{
border-color: #979B33;
}
.TagClassName
{
border-color: #979B33;
}
</style>