Shades of Highball #968D38
Tints of Highball #968D38
RGB
CMYK
RGB Variations
Color information
#968D38 (or 0x968D38) is known color: Highball. HEX triplet: 96, 8D and 38. RGB value is (150,141,56). Sum of RGB (Red+Green+Blue) = 150+141+56=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #968D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968D38 is #6972C7. Grayscale: #868686. Windows color (decimal): -6910664 or 3706262. OLE color: 3706262.
HSL color Cylindrical-coordinate representation of color #968D38: hue angle of 54.26º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #968D38 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 56 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.41 |
| HSL | 54.26º | 0.46% | 0.4% | - |
| HSV(B) | 54.26º | 0.63% | 0.59% | - |
| XYZ | 22.82 | 25.82 | 7.52 | - |
| YUV | 134 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 56 | 0 | 0.06 | 0.63 | 0.41 | 54.26 | 0.46 | 0.4 |
| Hex | 96 | 8D | 38 | 0 | 6 | 3F | 29 | 36 | 2E | 28 |
| Octal | 226 | 215 | 70 | 0 | 6 | 77 | 51 | 66 | 56 | 50 |
| Binary | 10010110 | 10001101 | 111000 | 0 | 110 | 111111 | 101001 | 110110 | 101110 | 101000 |
Color Harmonies of #968D38
Complementary color
Monochromatic Colors of #968D38
Black with #968D38
Text Example
Text Example
White with #968D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D38; }
p { color: rgb(150,141,56); }
H1.HeaderClassName
{
color: #968D38;
}
.AnyTagClassName
{
color: #968D38;
}
</style>
background-color css
<style>
a { background-color: #968D38; }
a { background-color: rgb(150,141,56); }
div.DivClassName
{
background-color: #968D38;
}
.BgClassName
{
background-color: #968D38;
}
</style>
border-color css
<style>
span { border-color: #968D38; }
span { border-color: rgb(150,141,56); }
td.TdClassName
{
border-color: #968D38;
}
.TagClassName
{
border-color: #968D38;
}
</style>