Shades of Highball #958E37
Tints of Highball #958E37
RGB
CMYK
RGB Variations
Color information
#958E37 (or 0x958E37) is known color: Highball. HEX triplet: 95, 8E and 37. RGB value is (149,142,55). Sum of RGB (Red+Green+Blue) = 149+142+55=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #958E37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E37 is #6A71C8. Grayscale: #868686. Windows color (decimal): -6975945 or 3640981. OLE color: 3640981.
HSL color Cylindrical-coordinate representation of color #958E37: hue angle of 55.53º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #958E37 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 55 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.42 |
| HSL | 55.53º | 0.46% | 0.4% | - |
| HSV(B) | 55.53º | 0.63% | 0.58% | - |
| XYZ | 22.76 | 26.01 | 7.44 | - |
| YUV | 134.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 55 | 0 | 0.05 | 0.63 | 0.42 | 55.53 | 0.46 | 0.4 |
| Hex | 95 | 8E | 37 | 0 | 5 | 3F | 2A | 38 | 2E | 28 |
| Octal | 225 | 216 | 67 | 0 | 5 | 77 | 52 | 70 | 56 | 50 |
| Binary | 10010101 | 10001110 | 110111 | 0 | 101 | 111111 | 101010 | 111000 | 101110 | 101000 |
Color Harmonies of #958E37
Complementary color
Monochromatic Colors of #958E37
Black with #958E37
Text Example
Text Example
White with #958E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E37; }
p { color: rgb(149,142,55); }
H1.HeaderClassName
{
color: #958E37;
}
.AnyTagClassName
{
color: #958E37;
}
</style>
background-color css
<style>
a { background-color: #958E37; }
a { background-color: rgb(149,142,55); }
div.DivClassName
{
background-color: #958E37;
}
.BgClassName
{
background-color: #958E37;
}
</style>
border-color css
<style>
span { border-color: #958E37; }
span { border-color: rgb(149,142,55); }
td.TdClassName
{
border-color: #958E37;
}
.TagClassName
{
border-color: #958E37;
}
</style>