Shades of Highball #969236
Tints of Highball #969236
RGB
CMYK
RGB Variations
Color information
#969236 (or 0x969236) is known color: Highball. HEX triplet: 96, 92 and 36. RGB value is (150,146,54). Sum of RGB (Red+Green+Blue) = 150+146+54=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #969236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969236 is #696DC9. Grayscale: #898989. Windows color (decimal): -6909386 or 3576470. OLE color: 3576470.
HSL color Cylindrical-coordinate representation of color #969236: hue angle of 57.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #969236 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 54 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.41 |
| HSL | 57.5º | 0.47% | 0.4% | - |
| HSV(B) | 57.5º | 0.64% | 0.59% | - |
| XYZ | 23.52 | 27.31 | 7.52 | - |
| YUV | 136.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 54 | 0 | 0.03 | 0.64 | 0.41 | 57.5 | 0.47 | 0.4 |
| Hex | 96 | 92 | 36 | 0 | 3 | 40 | 29 | 3A | 2F | 28 |
| Octal | 226 | 222 | 66 | 0 | 3 | 100 | 51 | 72 | 57 | 50 |
| Binary | 10010110 | 10010010 | 110110 | 0 | 11 | 1000000 | 101001 | 111010 | 101111 | 101000 |
Color Harmonies of #969236
Complementary color
Monochromatic Colors of #969236
Black with #969236
Text Example
Text Example
White with #969236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969236; }
p { color: rgb(150,146,54); }
H1.HeaderClassName
{
color: #969236;
}
.AnyTagClassName
{
color: #969236;
}
</style>
background-color css
<style>
a { background-color: #969236; }
a { background-color: rgb(150,146,54); }
div.DivClassName
{
background-color: #969236;
}
.BgClassName
{
background-color: #969236;
}
</style>
border-color css
<style>
span { border-color: #969236; }
span { border-color: rgb(150,146,54); }
td.TdClassName
{
border-color: #969236;
}
.TagClassName
{
border-color: #969236;
}
</style>