Shades of Highball #958D42
Tints of Highball #958D42
RGB
CMYK
RGB Variations
Color information
#958D42 (or 0x958D42) is known color: Highball. HEX triplet: 95, 8D and 42. RGB value is (149,141,66). Sum of RGB (Red+Green+Blue) = 149+141+66=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #958D42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D42 is #6A72BD. Grayscale: #878787. Windows color (decimal): -6976190 or 4361621. OLE color: 4361621.
HSL color Cylindrical-coordinate representation of color #958D42: hue angle of 54.22º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #958D42 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 141 | 66 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.42 |
| HSL | 54.22º | 0.39% | 0.42% | - |
| HSV(B) | 54.22º | 0.56% | 0.58% | - |
| XYZ | 22.9 | 25.83 | 8.93 | - |
| YUV | 134.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 66 | 0 | 0.05 | 0.56 | 0.42 | 54.22 | 0.39 | 0.42 |
| Hex | 95 | 8D | 42 | 0 | 5 | 38 | 2A | 36 | 27 | 2A |
| Octal | 225 | 215 | 102 | 0 | 5 | 70 | 52 | 66 | 47 | 52 |
| Binary | 10010101 | 10001101 | 1000010 | 0 | 101 | 111000 | 101010 | 110110 | 100111 | 101010 |
Color Harmonies of #958D42
Complementary color
Monochromatic Colors of #958D42
Black with #958D42
Text Example
Text Example
White with #958D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958D42; }
p { color: rgb(149,141,66); }
H1.HeaderClassName
{
color: #958D42;
}
.AnyTagClassName
{
color: #958D42;
}
</style>
background-color css
<style>
a { background-color: #958D42; }
a { background-color: rgb(149,141,66); }
div.DivClassName
{
background-color: #958D42;
}
.BgClassName
{
background-color: #958D42;
}
</style>
border-color css
<style>
span { border-color: #958D42; }
span { border-color: rgb(149,141,66); }
td.TdClassName
{
border-color: #958D42;
}
.TagClassName
{
border-color: #958D42;
}
</style>