Shades of Highball #979933
Tints of Highball #979933
RGB
CMYK
RGB Variations
Color information
#979933 (or 0x979933) is known color: Highball. HEX triplet: 97, 99 and 33. RGB value is (151,153,51). Sum of RGB (Red+Green+Blue) = 151+153+51=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #979933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979933 is #6866CC. Grayscale: #8D8D8D. Windows color (decimal): -6842061 or 3381655. OLE color: 3381655.
HSL color Cylindrical-coordinate representation of color #979933: hue angle of 61.18º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #979933 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 153 | 51 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.4 |
| HSL | 61.18º | 0.5% | 0.4% | - |
| HSV(B) | 61.18º | 0.67% | 0.6% | - |
| XYZ | 24.75 | 29.6 | 7.54 | - |
| YUV | 140.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 51 | 0.01 | 0 | 0.67 | 0.4 | 61.18 | 0.5 | 0.4 |
| Hex | 97 | 99 | 33 | 1 | 0 | 43 | 28 | 3D | 32 | 28 |
| Octal | 227 | 231 | 63 | 1 | 0 | 103 | 50 | 75 | 62 | 50 |
| Binary | 10010111 | 10011001 | 110011 | 1 | 0 | 1000011 | 101000 | 111101 | 110010 | 101000 |
Color Harmonies of #979933
Complementary color
Monochromatic Colors of #979933
Black with #979933
Text Example
Text Example
White with #979933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979933; }
p { color: rgb(151,153,51); }
H1.HeaderClassName
{
color: #979933;
}
.AnyTagClassName
{
color: #979933;
}
</style>
background-color css
<style>
a { background-color: #979933; }
a { background-color: rgb(151,153,51); }
div.DivClassName
{
background-color: #979933;
}
.BgClassName
{
background-color: #979933;
}
</style>
border-color css
<style>
span { border-color: #979933; }
span { border-color: rgb(151,153,51); }
td.TdClassName
{
border-color: #979933;
}
.TagClassName
{
border-color: #979933;
}
</style>