Shades of Highball #959148
Tints of Highball #959148
RGB
CMYK
RGB Variations
Color information
#959148 (or 0x959148) is known color: Highball. HEX triplet: 95, 91 and 48. RGB value is (149,145,72). Sum of RGB (Red+Green+Blue) = 149+145+72=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #959148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959148 is #6A6EB7. Grayscale: #8A8A8A. Windows color (decimal): -6975160 or 4755861. OLE color: 4755861.
HSL color Cylindrical-coordinate representation of color #959148: hue angle of 56.88º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #959148 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 72 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.42 |
| HSL | 56.88º | 0.35% | 0.43% | - |
| HSV(B) | 56.88º | 0.52% | 0.58% | - |
| XYZ | 23.69 | 27.11 | 10.11 | - |
| YUV | 137.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 72 | 0 | 0.03 | 0.52 | 0.42 | 56.88 | 0.35 | 0.43 |
| Hex | 95 | 91 | 48 | 0 | 3 | 34 | 2A | 39 | 23 | 2B |
| Octal | 225 | 221 | 110 | 0 | 3 | 64 | 52 | 71 | 43 | 53 |
| Binary | 10010101 | 10010001 | 1001000 | 0 | 11 | 110100 | 101010 | 111001 | 100011 | 101011 |
Color Harmonies of #959148
Complementary color
Monochromatic Colors of #959148
Black with #959148
Text Example
Text Example
White with #959148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959148; }
p { color: rgb(149,145,72); }
H1.HeaderClassName
{
color: #959148;
}
.AnyTagClassName
{
color: #959148;
}
</style>
background-color css
<style>
a { background-color: #959148; }
a { background-color: rgb(149,145,72); }
div.DivClassName
{
background-color: #959148;
}
.BgClassName
{
background-color: #959148;
}
</style>
border-color css
<style>
span { border-color: #959148; }
span { border-color: rgb(149,145,72); }
td.TdClassName
{
border-color: #959148;
}
.TagClassName
{
border-color: #959148;
}
</style>