Shades of Highball #958F40
Tints of Highball #958F40
RGB
CMYK
RGB Variations
Color information
#958F40 (or 0x958F40) is known color: Highball. HEX triplet: 95, 8F and 40. RGB value is (149,143,64). Sum of RGB (Red+Green+Blue) = 149+143+64=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #958F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958F40 is #6A70BF. Grayscale: #888888. Windows color (decimal): -6975680 or 4231061. OLE color: 4231061.
HSL color Cylindrical-coordinate representation of color #958F40: hue angle of 55.76º 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 #958F40 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 64 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.42 |
| HSL | 55.76º | 0.4% | 0.42% | - |
| HSV(B) | 55.76º | 0.57% | 0.58% | - |
| XYZ | 23.14 | 26.4 | 8.73 | - |
| YUV | 135.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 64 | 0 | 0.04 | 0.57 | 0.42 | 55.76 | 0.4 | 0.42 |
| Hex | 95 | 8F | 40 | 0 | 4 | 39 | 2A | 38 | 28 | 2A |
| Octal | 225 | 217 | 100 | 0 | 4 | 71 | 52 | 70 | 50 | 52 |
| Binary | 10010101 | 10001111 | 1000000 | 0 | 100 | 111001 | 101010 | 111000 | 101000 | 101010 |
Color Harmonies of #958F40
Complementary color
Monochromatic Colors of #958F40
Black with #958F40
Text Example
Text Example
White with #958F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F40; }
p { color: rgb(149,143,64); }
H1.HeaderClassName
{
color: #958F40;
}
.AnyTagClassName
{
color: #958F40;
}
</style>
background-color css
<style>
a { background-color: #958F40; }
a { background-color: rgb(149,143,64); }
div.DivClassName
{
background-color: #958F40;
}
.BgClassName
{
background-color: #958F40;
}
</style>
border-color css
<style>
span { border-color: #958F40; }
span { border-color: rgb(149,143,64); }
td.TdClassName
{
border-color: #958F40;
}
.TagClassName
{
border-color: #958F40;
}
</style>