Shades of Highball #968E30
Tints of Highball #968E30
RGB
CMYK
RGB Variations
Color information
#968E30 (or 0x968E30) is known color: Highball. HEX triplet: 96, 8E and 30. RGB value is (150,142,48). Sum of RGB (Red+Green+Blue) = 150+142+48=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #968E30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968E30 is #6971CF. Grayscale: #868686. Windows color (decimal): -6910416 or 3182230. OLE color: 3182230.
HSL color Cylindrical-coordinate representation of color #968E30: hue angle of 55.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #968E30 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 48 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.41 |
| HSL | 55.29º | 0.52% | 0.39% | - |
| HSV(B) | 55.29º | 0.68% | 0.59% | - |
| XYZ | 22.78 | 26.04 | 6.62 | - |
| YUV | 133.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 48 | 0 | 0.05 | 0.68 | 0.41 | 55.29 | 0.52 | 0.39 |
| Hex | 96 | 8E | 30 | 0 | 5 | 44 | 29 | 37 | 34 | 27 |
| Octal | 226 | 216 | 60 | 0 | 5 | 104 | 51 | 67 | 64 | 47 |
| Binary | 10010110 | 10001110 | 110000 | 0 | 101 | 1000100 | 101001 | 110111 | 110100 | 100111 |
Color Harmonies of #968E30
Complementary color
Monochromatic Colors of #968E30
Black with #968E30
Text Example
Text Example
White with #968E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E30; }
p { color: rgb(150,142,48); }
H1.HeaderClassName
{
color: #968E30;
}
.AnyTagClassName
{
color: #968E30;
}
</style>
background-color css
<style>
a { background-color: #968E30; }
a { background-color: rgb(150,142,48); }
div.DivClassName
{
background-color: #968E30;
}
.BgClassName
{
background-color: #968E30;
}
</style>
border-color css
<style>
span { border-color: #968E30; }
span { border-color: rgb(150,142,48); }
td.TdClassName
{
border-color: #968E30;
}
.TagClassName
{
border-color: #968E30;
}
</style>