Shades of Highball #96994B
Tints of Highball #96994B
RGB
CMYK
RGB Variations
Color information
#96994B (or 0x96994B) is known color: Highball. HEX triplet: 96, 99 and 4B. RGB value is (150,153,75). Sum of RGB (Red+Green+Blue) = 150+153+75=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #96994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96994B is #6966B4. Grayscale: #8F8F8F. Windows color (decimal): -6907573 or 4954518. OLE color: 4954518.
HSL color Cylindrical-coordinate representation of color #96994B: hue angle of 62.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96994B is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 153 | 75 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.4 |
| HSL | 62.31º | 0.34% | 0.45% | - |
| HSV(B) | 62.31º | 0.51% | 0.6% | - |
| XYZ | 25.24 | 29.77 | 11.07 | - |
| YUV | 143.21 | 89.51 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 75 | 0.02 | 0 | 0.51 | 0.4 | 62.31 | 0.34 | 0.45 |
| Hex | 96 | 99 | 4B | 2 | 0 | 33 | 28 | 3E | 22 | 2D |
| Octal | 226 | 231 | 113 | 2 | 0 | 63 | 50 | 76 | 42 | 55 |
| Binary | 10010110 | 10011001 | 1001011 | 10 | 0 | 110011 | 101000 | 111110 | 100010 | 101101 |
Color Harmonies of #96994B
Complementary color
Monochromatic Colors of #96994B
Black with #96994B
Text Example
Text Example
White with #96994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96994B; }
p { color: rgb(150,153,75); }
H1.HeaderClassName
{
color: #96994B;
}
.AnyTagClassName
{
color: #96994B;
}
</style>
background-color css
<style>
a { background-color: #96994B; }
a { background-color: rgb(150,153,75); }
div.DivClassName
{
background-color: #96994B;
}
.BgClassName
{
background-color: #96994B;
}
</style>
border-color css
<style>
span { border-color: #96994B; }
span { border-color: rgb(150,153,75); }
td.TdClassName
{
border-color: #96994B;
}
.TagClassName
{
border-color: #96994B;
}
</style>