Shades of Highball #968D34
Tints of Highball #968D34
RGB
CMYK
RGB Variations
Color information
#968D34 (or 0x968D34) is known color: Highball. HEX triplet: 96, 8D and 34. RGB value is (150,141,52). Sum of RGB (Red+Green+Blue) = 150+141+52=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #968D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968D34 is #6972CB. Grayscale: #858585. Windows color (decimal): -6910668 or 3444118. OLE color: 3444118.
HSL color Cylindrical-coordinate representation of color #968D34: hue angle of 54.49º 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 #968D34 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 52 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.41 |
| HSL | 54.49º | 0.49% | 0.4% | - |
| HSV(B) | 54.49º | 0.65% | 0.59% | - |
| XYZ | 22.72 | 25.78 | 7.03 | - |
| YUV | 133.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 52 | 0 | 0.06 | 0.65 | 0.41 | 54.49 | 0.49 | 0.4 |
| Hex | 96 | 8D | 34 | 0 | 6 | 41 | 29 | 36 | 31 | 28 |
| Octal | 226 | 215 | 64 | 0 | 6 | 101 | 51 | 66 | 61 | 50 |
| Binary | 10010110 | 10001101 | 110100 | 0 | 110 | 1000001 | 101001 | 110110 | 110001 | 101000 |
Color Harmonies of #968D34
Complementary color
Monochromatic Colors of #968D34
Black with #968D34
Text Example
Text Example
White with #968D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D34; }
p { color: rgb(150,141,52); }
H1.HeaderClassName
{
color: #968D34;
}
.AnyTagClassName
{
color: #968D34;
}
</style>
background-color css
<style>
a { background-color: #968D34; }
a { background-color: rgb(150,141,52); }
div.DivClassName
{
background-color: #968D34;
}
.BgClassName
{
background-color: #968D34;
}
</style>
border-color css
<style>
span { border-color: #968D34; }
span { border-color: rgb(150,141,52); }
td.TdClassName
{
border-color: #968D34;
}
.TagClassName
{
border-color: #968D34;
}
</style>