Shades of Highball #969132
Tints of Highball #969132
RGB
CMYK
RGB Variations
Color information
#969132 (or 0x969132) is known color: Highball. HEX triplet: 96, 91 and 32. RGB value is (150,145,50). Sum of RGB (Red+Green+Blue) = 150+145+50=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #969132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969132 is #696ECD. Grayscale: #888888. Windows color (decimal): -6909646 or 3314070. OLE color: 3314070.
HSL color Cylindrical-coordinate representation of color #969132: hue angle of 57º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #969132 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 50 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.41 |
| HSL | 57º | 0.5% | 0.39% | - |
| HSV(B) | 57º | 0.67% | 0.59% | - |
| XYZ | 23.28 | 26.97 | 7 | - |
| YUV | 135.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 50 | 0 | 0.03 | 0.67 | 0.41 | 57 | 0.5 | 0.39 |
| Hex | 96 | 91 | 32 | 0 | 3 | 43 | 29 | 39 | 32 | 27 |
| Octal | 226 | 221 | 62 | 0 | 3 | 103 | 51 | 71 | 62 | 47 |
| Binary | 10010110 | 10010001 | 110010 | 0 | 11 | 1000011 | 101001 | 111001 | 110010 | 100111 |
Color Harmonies of #969132
Complementary color
Monochromatic Colors of #969132
Black with #969132
Text Example
Text Example
White with #969132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969132; }
p { color: rgb(150,145,50); }
H1.HeaderClassName
{
color: #969132;
}
.AnyTagClassName
{
color: #969132;
}
</style>
background-color css
<style>
a { background-color: #969132; }
a { background-color: rgb(150,145,50); }
div.DivClassName
{
background-color: #969132;
}
.BgClassName
{
background-color: #969132;
}
</style>
border-color css
<style>
span { border-color: #969132; }
span { border-color: rgb(150,145,50); }
td.TdClassName
{
border-color: #969132;
}
.TagClassName
{
border-color: #969132;
}
</style>