Shades of Highball #969232
Tints of Highball #969232
RGB
CMYK
RGB Variations
Color information
#969232 (or 0x969232) is known color: Highball. HEX triplet: 96, 92 and 32. RGB value is (150,146,50). Sum of RGB (Red+Green+Blue) = 150+146+50=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #969232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969232 is #696DCD. Grayscale: #888888. Windows color (decimal): -6909390 or 3314326. OLE color: 3314326.
HSL color Cylindrical-coordinate representation of color #969232: hue angle of 57.6º 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 #969232 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 50 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.41 |
| HSL | 57.6º | 0.5% | 0.39% | - |
| HSV(B) | 57.6º | 0.67% | 0.59% | - |
| XYZ | 23.43 | 27.27 | 7.05 | - |
| YUV | 136.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 50 | 0 | 0.03 | 0.67 | 0.41 | 57.6 | 0.5 | 0.39 |
| Hex | 96 | 92 | 32 | 0 | 3 | 43 | 29 | 3A | 32 | 27 |
| Octal | 226 | 222 | 62 | 0 | 3 | 103 | 51 | 72 | 62 | 47 |
| Binary | 10010110 | 10010010 | 110010 | 0 | 11 | 1000011 | 101001 | 111010 | 110010 | 100111 |
Color Harmonies of #969232
Complementary color
Monochromatic Colors of #969232
Black with #969232
Text Example
Text Example
White with #969232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969232; }
p { color: rgb(150,146,50); }
H1.HeaderClassName
{
color: #969232;
}
.AnyTagClassName
{
color: #969232;
}
</style>
background-color css
<style>
a { background-color: #969232; }
a { background-color: rgb(150,146,50); }
div.DivClassName
{
background-color: #969232;
}
.BgClassName
{
background-color: #969232;
}
</style>
border-color css
<style>
span { border-color: #969232; }
span { border-color: rgb(150,146,50); }
td.TdClassName
{
border-color: #969232;
}
.TagClassName
{
border-color: #969232;
}
</style>