Shades of Highball #968D50
Tints of Highball #968D50
RGB
CMYK
RGB Variations
Color information
#968D50 (or 0x968D50) is known color: Highball. HEX triplet: 96, 8D and 50. RGB value is (150,141,80). Sum of RGB (Red+Green+Blue) = 150+141+80=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #968D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D50 is #6972AF. Grayscale: #888888. Windows color (decimal): -6910640 or 5279126. OLE color: 5279126.
HSL color Cylindrical-coordinate representation of color #968D50: hue angle of 52.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #968D50 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 80 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.41 |
| HSL | 52.29º | 0.3% | 0.45% | - |
| HSV(B) | 52.29º | 0.47% | 0.59% | - |
| XYZ | 23.55 | 26.11 | 11.39 | - |
| YUV | 136.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 80 | 0 | 0.06 | 0.47 | 0.41 | 52.29 | 0.3 | 0.45 |
| Hex | 96 | 8D | 50 | 0 | 6 | 2F | 29 | 34 | 1E | 2D |
| Octal | 226 | 215 | 120 | 0 | 6 | 57 | 51 | 64 | 36 | 55 |
| Binary | 10010110 | 10001101 | 1010000 | 0 | 110 | 101111 | 101001 | 110100 | 11110 | 101101 |
Color Harmonies of #968D50
Complementary color
Monochromatic Colors of #968D50
Black with #968D50
Text Example
Text Example
White with #968D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D50; }
p { color: rgb(150,141,80); }
H1.HeaderClassName
{
color: #968D50;
}
.AnyTagClassName
{
color: #968D50;
}
</style>
background-color css
<style>
a { background-color: #968D50; }
a { background-color: rgb(150,141,80); }
div.DivClassName
{
background-color: #968D50;
}
.BgClassName
{
background-color: #968D50;
}
</style>
border-color css
<style>
span { border-color: #968D50; }
span { border-color: rgb(150,141,80); }
td.TdClassName
{
border-color: #968D50;
}
.TagClassName
{
border-color: #968D50;
}
</style>