Shades of Highball #949650
Tints of Highball #949650
RGB
CMYK
RGB Variations
Color information
#949650 (or 0x949650) is known color: Highball. HEX triplet: 94, 96 and 50. RGB value is (148,150,80). Sum of RGB (Red+Green+Blue) = 148+150+80=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #949650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949650 is #6B69AF. Grayscale: #8D8D8D. Windows color (decimal): -7039408 or 5281428. OLE color: 5281428.
HSL color Cylindrical-coordinate representation of color #949650: hue angle of 61.71º 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 #949650 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 150 | 80 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.41 |
| HSL | 61.71º | 0.3% | 0.45% | - |
| HSV(B) | 61.71º | 0.47% | 0.59% | - |
| XYZ | 24.57 | 28.69 | 11.83 | - |
| YUV | 141.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 150 | 80 | 0.01 | 0 | 0.47 | 0.41 | 61.71 | 0.3 | 0.45 |
| Hex | 94 | 96 | 50 | 1 | 0 | 2F | 29 | 3E | 1E | 2D |
| Octal | 224 | 226 | 120 | 1 | 0 | 57 | 51 | 76 | 36 | 55 |
| Binary | 10010100 | 10010110 | 1010000 | 1 | 0 | 101111 | 101001 | 111110 | 11110 | 101101 |
Color Harmonies of #949650
Complementary color
Monochromatic Colors of #949650
Black with #949650
Text Example
Text Example
White with #949650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949650; }
p { color: rgb(148,150,80); }
H1.HeaderClassName
{
color: #949650;
}
.AnyTagClassName
{
color: #949650;
}
</style>
background-color css
<style>
a { background-color: #949650; }
a { background-color: rgb(148,150,80); }
div.DivClassName
{
background-color: #949650;
}
.BgClassName
{
background-color: #949650;
}
</style>
border-color css
<style>
span { border-color: #949650; }
span { border-color: rgb(148,150,80); }
td.TdClassName
{
border-color: #949650;
}
.TagClassName
{
border-color: #949650;
}
</style>