Shades of Highball #968E31
Tints of Highball #968E31
RGB
CMYK
RGB Variations
Color information
#968E31 (or 0x968E31) is known color: Highball. HEX triplet: 96, 8E and 31. RGB value is (150,142,49). Sum of RGB (Red+Green+Blue) = 150+142+49=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #968E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968E31 is #6971CE. Grayscale: #868686. Windows color (decimal): -6910415 or 3247766. OLE color: 3247766.
HSL color Cylindrical-coordinate representation of color #968E31: hue angle of 55.25º degrees, saturation: 0.51, 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 #968E31 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 49 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.41 |
| HSL | 55.25º | 0.51% | 0.39% | - |
| HSV(B) | 55.25º | 0.67% | 0.59% | - |
| XYZ | 22.81 | 26.05 | 6.73 | - |
| YUV | 133.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 49 | 0 | 0.05 | 0.67 | 0.41 | 55.25 | 0.51 | 0.39 |
| Hex | 96 | 8E | 31 | 0 | 5 | 43 | 29 | 37 | 33 | 27 |
| Octal | 226 | 216 | 61 | 0 | 5 | 103 | 51 | 67 | 63 | 47 |
| Binary | 10010110 | 10001110 | 110001 | 0 | 101 | 1000011 | 101001 | 110111 | 110011 | 100111 |
Color Harmonies of #968E31
Complementary color
Monochromatic Colors of #968E31
Black with #968E31
Text Example
Text Example
White with #968E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E31; }
p { color: rgb(150,142,49); }
H1.HeaderClassName
{
color: #968E31;
}
.AnyTagClassName
{
color: #968E31;
}
</style>
background-color css
<style>
a { background-color: #968E31; }
a { background-color: rgb(150,142,49); }
div.DivClassName
{
background-color: #968E31;
}
.BgClassName
{
background-color: #968E31;
}
</style>
border-color css
<style>
span { border-color: #968E31; }
span { border-color: rgb(150,142,49); }
td.TdClassName
{
border-color: #968E31;
}
.TagClassName
{
border-color: #968E31;
}
</style>