Shades of Highball #958E39
Tints of Highball #958E39
RGB
CMYK
RGB Variations
Color information
#958E39 (or 0x958E39) is known color: Highball. HEX triplet: 95, 8E and 39. RGB value is (149,142,57). Sum of RGB (Red+Green+Blue) = 149+142+57=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #958E39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E39 is #6A71C6. Grayscale: #868686. Windows color (decimal): -6975943 or 3772053. OLE color: 3772053.
HSL color Cylindrical-coordinate representation of color #958E39: hue angle of 55.43º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #958E39 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 57 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.42 |
| HSL | 55.43º | 0.45% | 0.4% | - |
| HSV(B) | 55.43º | 0.62% | 0.58% | - |
| XYZ | 22.81 | 26.03 | 7.69 | - |
| YUV | 134.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 57 | 0 | 0.05 | 0.62 | 0.42 | 55.43 | 0.45 | 0.4 |
| Hex | 95 | 8E | 39 | 0 | 5 | 3E | 2A | 37 | 2D | 28 |
| Octal | 225 | 216 | 71 | 0 | 5 | 76 | 52 | 67 | 55 | 50 |
| Binary | 10010101 | 10001110 | 111001 | 0 | 101 | 111110 | 101010 | 110111 | 101101 | 101000 |
Color Harmonies of #958E39
Complementary color
Monochromatic Colors of #958E39
Black with #958E39
Text Example
Text Example
White with #958E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E39; }
p { color: rgb(149,142,57); }
H1.HeaderClassName
{
color: #958E39;
}
.AnyTagClassName
{
color: #958E39;
}
</style>
background-color css
<style>
a { background-color: #958E39; }
a { background-color: rgb(149,142,57); }
div.DivClassName
{
background-color: #958E39;
}
.BgClassName
{
background-color: #958E39;
}
</style>
border-color css
<style>
span { border-color: #958E39; }
span { border-color: rgb(149,142,57); }
td.TdClassName
{
border-color: #958E39;
}
.TagClassName
{
border-color: #958E39;
}
</style>