Shades of Highball #959131
Tints of Highball #959131
RGB
CMYK
RGB Variations
Color information
#959131 (or 0x959131) is known color: Highball. HEX triplet: 95, 91 and 31. RGB value is (149,145,49). Sum of RGB (Red+Green+Blue) = 149+145+49=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #959131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959131 is #6A6ECE. Grayscale: #878787. Windows color (decimal): -6975183 or 3248533. OLE color: 3248533.
HSL color Cylindrical-coordinate representation of color #959131: hue angle of 57.6º 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 #959131 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 49 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.42 |
| HSL | 57.6º | 0.51% | 0.39% | - |
| HSV(B) | 57.6º | 0.67% | 0.58% | - |
| XYZ | 23.07 | 26.86 | 6.87 | - |
| YUV | 135.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 49 | 0 | 0.03 | 0.67 | 0.42 | 57.6 | 0.51 | 0.39 |
| Hex | 95 | 91 | 31 | 0 | 3 | 43 | 2A | 3A | 33 | 27 |
| Octal | 225 | 221 | 61 | 0 | 3 | 103 | 52 | 72 | 63 | 47 |
| Binary | 10010101 | 10010001 | 110001 | 0 | 11 | 1000011 | 101010 | 111010 | 110011 | 100111 |
Color Harmonies of #959131
Complementary color
Monochromatic Colors of #959131
Black with #959131
Text Example
Text Example
White with #959131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959131; }
p { color: rgb(149,145,49); }
H1.HeaderClassName
{
color: #959131;
}
.AnyTagClassName
{
color: #959131;
}
</style>
background-color css
<style>
a { background-color: #959131; }
a { background-color: rgb(149,145,49); }
div.DivClassName
{
background-color: #959131;
}
.BgClassName
{
background-color: #959131;
}
</style>
border-color css
<style>
span { border-color: #959131; }
span { border-color: rgb(149,145,49); }
td.TdClassName
{
border-color: #959131;
}
.TagClassName
{
border-color: #959131;
}
</style>