Shades of Highball #958D37
Tints of Highball #958D37
RGB
CMYK
RGB Variations
Color information
#958D37 (or 0x958D37) is known color: Highball. HEX triplet: 95, 8D and 37. RGB value is (149,141,55). Sum of RGB (Red+Green+Blue) = 149+141+55=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #958D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D37 is #6A72C8. Grayscale: #858585. Windows color (decimal): -6976201 or 3640725. OLE color: 3640725.
HSL color Cylindrical-coordinate representation of color #958D37: hue angle of 54.89º 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 #958D37 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 141 | 55 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.42 |
| HSL | 54.89º | 0.46% | 0.4% | - |
| HSV(B) | 54.89º | 0.63% | 0.58% | - |
| XYZ | 22.61 | 25.72 | 7.39 | - |
| YUV | 133.59 | 83.65 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 55 | 0 | 0.05 | 0.63 | 0.42 | 54.89 | 0.46 | 0.4 |
| Hex | 95 | 8D | 37 | 0 | 5 | 3F | 2A | 37 | 2E | 28 |
| Octal | 225 | 215 | 67 | 0 | 5 | 77 | 52 | 67 | 56 | 50 |
| Binary | 10010101 | 10001101 | 110111 | 0 | 101 | 111111 | 101010 | 110111 | 101110 | 101000 |
Color Harmonies of #958D37
Complementary color
Monochromatic Colors of #958D37
Black with #958D37
Text Example
Text Example
White with #958D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958D37; }
p { color: rgb(149,141,55); }
H1.HeaderClassName
{
color: #958D37;
}
.AnyTagClassName
{
color: #958D37;
}
</style>
background-color css
<style>
a { background-color: #958D37; }
a { background-color: rgb(149,141,55); }
div.DivClassName
{
background-color: #958D37;
}
.BgClassName
{
background-color: #958D37;
}
</style>
border-color css
<style>
span { border-color: #958D37; }
span { border-color: rgb(149,141,55); }
td.TdClassName
{
border-color: #958D37;
}
.TagClassName
{
border-color: #958D37;
}
</style>