Shades of Highball #96984A
Tints of Highball #96984A
RGB
CMYK
RGB Variations
Color information
#96984A (or 0x96984A) is known color: Highball. HEX triplet: 96, 98 and 4A. RGB value is (150,152,74). Sum of RGB (Red+Green+Blue) = 150+152+74=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #96984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96984A is #6967B5. Grayscale: #8E8E8E. Windows color (decimal): -6907830 or 4888726. OLE color: 4888726.
HSL color Cylindrical-coordinate representation of color #96984A: hue angle of 61.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96984A is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 152 | 74 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.40 |
| HSL | 61.54º | 0.35% | 0.44% | - |
| HSV(B) | 61.54º | 0.51% | 0.6% | - |
| XYZ | 25.04 | 29.43 | 10.84 | - |
| YUV | 142.51 | 89.34 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 74 | 0.01 | 0 | 0.51 | 0.40 | 61.54 | 0.35 | 0.44 |
| Hex | 96 | 98 | 4A | 1 | 0 | 33 | 28 | 3E | 23 | 2C |
| Octal | 226 | 230 | 112 | 1 | 0 | 63 | 50 | 76 | 43 | 54 |
| Binary | 10010110 | 10011000 | 1001010 | 1 | 0 | 110011 | 101000 | 111110 | 100011 | 101100 |
Color Harmonies of #96984A
Complementary color
Monochromatic Colors of #96984A
Black with #96984A
Text Example
Text Example
White with #96984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96984A; }
p { color: rgb(150,152,74); }
H1.HeaderClassName
{
color: #96984A;
}
.AnyTagClassName
{
color: #96984A;
}
</style>
background-color css
<style>
a { background-color: #96984A; }
a { background-color: rgb(150,152,74); }
div.DivClassName
{
background-color: #96984A;
}
.BgClassName
{
background-color: #96984A;
}
</style>
border-color css
<style>
span { border-color: #96984A; }
span { border-color: rgb(150,152,74); }
td.TdClassName
{
border-color: #96984A;
}
.TagClassName
{
border-color: #96984A;
}
</style>