Shades of Highball #96934A
Tints of Highball #96934A
RGB
CMYK
RGB Variations
Color information
#96934A (or 0x96934A) is known color: Highball. HEX triplet: 96, 93 and 4A. RGB value is (150,147,74). Sum of RGB (Red+Green+Blue) = 150+147+74=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96934A is #696CB5. Grayscale: #8B8B8B. Windows color (decimal): -6909110 or 4887446. OLE color: 4887446.
HSL color Cylindrical-coordinate representation of color #96934A: hue angle of 57.63º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96934A is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 74 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.41 |
| HSL | 57.63º | 0.34% | 0.44% | - |
| HSV(B) | 57.63º | 0.51% | 0.59% | - |
| XYZ | 24.25 | 27.85 | 10.58 | - |
| YUV | 139.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 74 | 0 | 0.02 | 0.51 | 0.41 | 57.63 | 0.34 | 0.44 |
| Hex | 96 | 93 | 4A | 0 | 2 | 33 | 29 | 3A | 22 | 2C |
| Octal | 226 | 223 | 112 | 0 | 2 | 63 | 51 | 72 | 42 | 54 |
| Binary | 10010110 | 10010011 | 1001010 | 0 | 10 | 110011 | 101001 | 111010 | 100010 | 101100 |
Color Harmonies of #96934A
Complementary color
Monochromatic Colors of #96934A
Black with #96934A
Text Example
Text Example
White with #96934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96934A; }
p { color: rgb(150,147,74); }
H1.HeaderClassName
{
color: #96934A;
}
.AnyTagClassName
{
color: #96934A;
}
</style>
background-color css
<style>
a { background-color: #96934A; }
a { background-color: rgb(150,147,74); }
div.DivClassName
{
background-color: #96934A;
}
.BgClassName
{
background-color: #96934A;
}
</style>
border-color css
<style>
span { border-color: #96934A; }
span { border-color: rgb(150,147,74); }
td.TdClassName
{
border-color: #96934A;
}
.TagClassName
{
border-color: #96934A;
}
</style>