Shades of Highball #96953A
Tints of Highball #96953A
RGB
CMYK
RGB Variations
Color information
#96953A (or 0x96953A) is known color: Highball. HEX triplet: 96, 95 and 3A. RGB value is (150,149,58). Sum of RGB (Red+Green+Blue) = 150+149+58=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96953A is #696AC5. Grayscale: #8B8B8B. Windows color (decimal): -6908614 or 3839382. OLE color: 3839382.
HSL color Cylindrical-coordinate representation of color #96953A: hue angle of 59.35º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96953A is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 149 | 58 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.41 |
| HSL | 59.35º | 0.44% | 0.41% | - |
| HSV(B) | 59.35º | 0.61% | 0.59% | - |
| XYZ | 24.09 | 28.28 | 8.19 | - |
| YUV | 138.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 58 | 0 | 0.01 | 0.61 | 0.41 | 59.35 | 0.44 | 0.41 |
| Hex | 96 | 95 | 3A | 0 | 1 | 3D | 29 | 3B | 2C | 29 |
| Octal | 226 | 225 | 72 | 0 | 1 | 75 | 51 | 73 | 54 | 51 |
| Binary | 10010110 | 10010101 | 111010 | 0 | 1 | 111101 | 101001 | 111011 | 101100 | 101001 |
Color Harmonies of #96953A
Complementary color
Monochromatic Colors of #96953A
Black with #96953A
Text Example
Text Example
White with #96953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96953A; }
p { color: rgb(150,149,58); }
H1.HeaderClassName
{
color: #96953A;
}
.AnyTagClassName
{
color: #96953A;
}
</style>
background-color css
<style>
a { background-color: #96953A; }
a { background-color: rgb(150,149,58); }
div.DivClassName
{
background-color: #96953A;
}
.BgClassName
{
background-color: #96953A;
}
</style>
border-color css
<style>
span { border-color: #96953A; }
span { border-color: rgb(150,149,58); }
td.TdClassName
{
border-color: #96953A;
}
.TagClassName
{
border-color: #96953A;
}
</style>