Shades of Highball #969146
Tints of Highball #969146
RGB
CMYK
RGB Variations
Color information
#969146 (or 0x969146) is known color: Highball. HEX triplet: 96, 91 and 46. RGB value is (150,145,70). Sum of RGB (Red+Green+Blue) = 150+145+70=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #969146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969146 is #696EB9. Grayscale: #8A8A8A. Windows color (decimal): -6909626 or 4624790. OLE color: 4624790.
HSL color Cylindrical-coordinate representation of color #969146: hue angle of 56.25º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #969146 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 70 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.41 |
| HSL | 56.25º | 0.36% | 0.43% | - |
| HSV(B) | 56.25º | 0.53% | 0.59% | - |
| XYZ | 23.81 | 27.18 | 9.79 | - |
| YUV | 137.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 70 | 0 | 0.03 | 0.53 | 0.41 | 56.25 | 0.36 | 0.43 |
| Hex | 96 | 91 | 46 | 0 | 3 | 35 | 29 | 38 | 24 | 2B |
| Octal | 226 | 221 | 106 | 0 | 3 | 65 | 51 | 70 | 44 | 53 |
| Binary | 10010110 | 10010001 | 1000110 | 0 | 11 | 110101 | 101001 | 111000 | 100100 | 101011 |
Color Harmonies of #969146
Complementary color
Monochromatic Colors of #969146
Black with #969146
Text Example
Text Example
White with #969146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969146; }
p { color: rgb(150,145,70); }
H1.HeaderClassName
{
color: #969146;
}
.AnyTagClassName
{
color: #969146;
}
</style>
background-color css
<style>
a { background-color: #969146; }
a { background-color: rgb(150,145,70); }
div.DivClassName
{
background-color: #969146;
}
.BgClassName
{
background-color: #969146;
}
</style>
border-color css
<style>
span { border-color: #969146; }
span { border-color: rgb(150,145,70); }
td.TdClassName
{
border-color: #969146;
}
.TagClassName
{
border-color: #969146;
}
</style>