Shades of Highball #958D40
Tints of Highball #958D40
RGB
CMYK
RGB Variations
Color information
#958D40 (or 0x958D40) is known color: Highball. HEX triplet: 95, 8D and 40. RGB value is (149,141,64). Sum of RGB (Red+Green+Blue) = 149+141+64=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #958D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D40 is #6A72BF. Grayscale: #868686. Windows color (decimal): -6976192 or 4230549. OLE color: 4230549.
HSL color Cylindrical-coordinate representation of color #958D40: hue angle of 54.35º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #958D40 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 141 | 64 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.42 |
| HSL | 54.35º | 0.4% | 0.42% | - |
| HSV(B) | 54.35º | 0.57% | 0.58% | - |
| XYZ | 22.84 | 25.81 | 8.63 | - |
| YUV | 134.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 64 | 0 | 0.05 | 0.57 | 0.42 | 54.35 | 0.4 | 0.42 |
| Hex | 95 | 8D | 40 | 0 | 5 | 39 | 2A | 36 | 28 | 2A |
| Octal | 225 | 215 | 100 | 0 | 5 | 71 | 52 | 66 | 50 | 52 |
| Binary | 10010101 | 10001101 | 1000000 | 0 | 101 | 111001 | 101010 | 110110 | 101000 | 101010 |
Color Harmonies of #958D40
Complementary color
Monochromatic Colors of #958D40
Black with #958D40
Text Example
Text Example
White with #958D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958D40; }
p { color: rgb(149,141,64); }
H1.HeaderClassName
{
color: #958D40;
}
.AnyTagClassName
{
color: #958D40;
}
</style>
background-color css
<style>
a { background-color: #958D40; }
a { background-color: rgb(149,141,64); }
div.DivClassName
{
background-color: #958D40;
}
.BgClassName
{
background-color: #958D40;
}
</style>
border-color css
<style>
span { border-color: #958D40; }
span { border-color: rgb(149,141,64); }
td.TdClassName
{
border-color: #958D40;
}
.TagClassName
{
border-color: #958D40;
}
</style>