Shades of Highball #958E31
Tints of Highball #958E31
RGB
CMYK
RGB Variations
Color information
#958E31 (or 0x958E31) is known color: Highball. HEX triplet: 95, 8E and 31. RGB value is (149,142,49). Sum of RGB (Red+Green+Blue) = 149+142+49=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #958E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E31 is #6A71CE. Grayscale: #858585. Windows color (decimal): -6975951 or 3247765. OLE color: 3247765.
HSL color Cylindrical-coordinate representation of color #958E31: hue angle of 55.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #958E31 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 49 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.42 |
| HSL | 55.8º | 0.51% | 0.39% | - |
| HSV(B) | 55.8º | 0.67% | 0.58% | - |
| XYZ | 22.62 | 25.96 | 6.72 | - |
| YUV | 133.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 49 | 0 | 0.05 | 0.67 | 0.42 | 55.8 | 0.51 | 0.39 |
| Hex | 95 | 8E | 31 | 0 | 5 | 43 | 2A | 38 | 33 | 27 |
| Octal | 225 | 216 | 61 | 0 | 5 | 103 | 52 | 70 | 63 | 47 |
| Binary | 10010101 | 10001110 | 110001 | 0 | 101 | 1000011 | 101010 | 111000 | 110011 | 100111 |
Color Harmonies of #958E31
Complementary color
Monochromatic Colors of #958E31
Black with #958E31
Text Example
Text Example
White with #958E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E31; }
p { color: rgb(149,142,49); }
H1.HeaderClassName
{
color: #958E31;
}
.AnyTagClassName
{
color: #958E31;
}
</style>
background-color css
<style>
a { background-color: #958E31; }
a { background-color: rgb(149,142,49); }
div.DivClassName
{
background-color: #958E31;
}
.BgClassName
{
background-color: #958E31;
}
</style>
border-color css
<style>
span { border-color: #958E31; }
span { border-color: rgb(149,142,49); }
td.TdClassName
{
border-color: #958E31;
}
.TagClassName
{
border-color: #958E31;
}
</style>