Shades of Highball #96984D
Tints of Highball #96984D
RGB
CMYK
RGB Variations
Color information
#96984D (or 0x96984D) is known color: Highball. HEX triplet: 96, 98 and 4D. RGB value is (150,152,77). Sum of RGB (Red+Green+Blue) = 150+152+77=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #96984D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96984D is #6967B2. Grayscale: #8F8F8F. Windows color (decimal): -6907827 or 5085334. OLE color: 5085334.
HSL color Cylindrical-coordinate representation of color #96984D: hue angle of 61.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96984D is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 152 | 77 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.40 |
| HSL | 61.6º | 0.33% | 0.45% | - |
| HSV(B) | 61.6º | 0.49% | 0.6% | - |
| XYZ | 25.15 | 29.48 | 11.39 | - |
| YUV | 142.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 77 | 0.01 | 0 | 0.49 | 0.40 | 61.6 | 0.33 | 0.45 |
| Hex | 96 | 98 | 4D | 1 | 0 | 31 | 28 | 3E | 21 | 2D |
| Octal | 226 | 230 | 115 | 1 | 0 | 61 | 50 | 76 | 41 | 55 |
| Binary | 10010110 | 10011000 | 1001101 | 1 | 0 | 110001 | 101000 | 111110 | 100001 | 101101 |
Color Harmonies of #96984D
Complementary color
Monochromatic Colors of #96984D
Black with #96984D
Text Example
Text Example
White with #96984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96984D; }
p { color: rgb(150,152,77); }
H1.HeaderClassName
{
color: #96984D;
}
.AnyTagClassName
{
color: #96984D;
}
</style>
background-color css
<style>
a { background-color: #96984D; }
a { background-color: rgb(150,152,77); }
div.DivClassName
{
background-color: #96984D;
}
.BgClassName
{
background-color: #96984D;
}
</style>
border-color css
<style>
span { border-color: #96984D; }
span { border-color: rgb(150,152,77); }
td.TdClassName
{
border-color: #96984D;
}
.TagClassName
{
border-color: #96984D;
}
</style>