Shades of Highball #968C34
Tints of Highball #968C34
RGB
CMYK
RGB Variations
Color information
#968C34 (or 0x968C34) is known color: Highball. HEX triplet: 96, 8C and 34. RGB value is (150,140,52). Sum of RGB (Red+Green+Blue) = 150+140+52=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #968C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C34 is #6973CB. Grayscale: #858585. Windows color (decimal): -6910924 or 3443862. OLE color: 3443862.
HSL color Cylindrical-coordinate representation of color #968C34: hue angle of 53.88º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #968C34 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 52 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.41 |
| HSL | 53.88º | 0.49% | 0.4% | - |
| HSV(B) | 53.88º | 0.65% | 0.59% | - |
| XYZ | 22.58 | 25.49 | 6.98 | - |
| YUV | 132.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 52 | 0 | 0.07 | 0.65 | 0.41 | 53.88 | 0.49 | 0.4 |
| Hex | 96 | 8C | 34 | 0 | 7 | 41 | 29 | 36 | 31 | 28 |
| Octal | 226 | 214 | 64 | 0 | 7 | 101 | 51 | 66 | 61 | 50 |
| Binary | 10010110 | 10001100 | 110100 | 0 | 111 | 1000001 | 101001 | 110110 | 110001 | 101000 |
Color Harmonies of #968C34
Complementary color
Monochromatic Colors of #968C34
Black with #968C34
Text Example
Text Example
White with #968C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C34; }
p { color: rgb(150,140,52); }
H1.HeaderClassName
{
color: #968C34;
}
.AnyTagClassName
{
color: #968C34;
}
</style>
background-color css
<style>
a { background-color: #968C34; }
a { background-color: rgb(150,140,52); }
div.DivClassName
{
background-color: #968C34;
}
.BgClassName
{
background-color: #968C34;
}
</style>
border-color css
<style>
span { border-color: #968C34; }
span { border-color: rgb(150,140,52); }
td.TdClassName
{
border-color: #968C34;
}
.TagClassName
{
border-color: #968C34;
}
</style>