Shades of Highball #959149
Tints of Highball #959149
RGB
CMYK
RGB Variations
Color information
#959149 (or 0x959149) is known color: Highball. HEX triplet: 95, 91 and 49. RGB value is (149,145,73). Sum of RGB (Red+Green+Blue) = 149+145+73=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #959149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959149 is #6A6EB6. Grayscale: #8A8A8A. Windows color (decimal): -6975159 or 4821397. OLE color: 4821397.
HSL color Cylindrical-coordinate representation of color #959149: hue angle of 56.84º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #959149 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 73 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.42 |
| HSL | 56.84º | 0.34% | 0.44% | - |
| HSV(B) | 56.84º | 0.51% | 0.58% | - |
| XYZ | 23.72 | 27.12 | 10.29 | - |
| YUV | 137.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 73 | 0 | 0.03 | 0.51 | 0.42 | 56.84 | 0.34 | 0.44 |
| Hex | 95 | 91 | 49 | 0 | 3 | 33 | 2A | 39 | 22 | 2C |
| Octal | 225 | 221 | 111 | 0 | 3 | 63 | 52 | 71 | 42 | 54 |
| Binary | 10010101 | 10010001 | 1001001 | 0 | 11 | 110011 | 101010 | 111001 | 100010 | 101100 |
Color Harmonies of #959149
Complementary color
Monochromatic Colors of #959149
Black with #959149
Text Example
Text Example
White with #959149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959149; }
p { color: rgb(149,145,73); }
H1.HeaderClassName
{
color: #959149;
}
.AnyTagClassName
{
color: #959149;
}
</style>
background-color css
<style>
a { background-color: #959149; }
a { background-color: rgb(149,145,73); }
div.DivClassName
{
background-color: #959149;
}
.BgClassName
{
background-color: #959149;
}
</style>
border-color css
<style>
span { border-color: #959149; }
span { border-color: rgb(149,145,73); }
td.TdClassName
{
border-color: #959149;
}
.TagClassName
{
border-color: #959149;
}
</style>