Shades of Highball #958F46
Tints of Highball #958F46
RGB
CMYK
RGB Variations
Color information
#958F46 (or 0x958F46) is known color: Highball. HEX triplet: 95, 8F and 46. RGB value is (149,143,70). Sum of RGB (Red+Green+Blue) = 149+143+70=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #958F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958F46 is #6A70B9. Grayscale: #888888. Windows color (decimal): -6975674 or 4624277. OLE color: 4624277.
HSL color Cylindrical-coordinate representation of color #958F46: hue angle of 55.44º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #958F46 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 70 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.42 |
| HSL | 55.44º | 0.36% | 0.43% | - |
| HSV(B) | 55.44º | 0.53% | 0.58% | - |
| XYZ | 23.32 | 26.48 | 9.68 | - |
| YUV | 136.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 70 | 0 | 0.04 | 0.53 | 0.42 | 55.44 | 0.36 | 0.43 |
| Hex | 95 | 8F | 46 | 0 | 4 | 35 | 2A | 37 | 24 | 2B |
| Octal | 225 | 217 | 106 | 0 | 4 | 65 | 52 | 67 | 44 | 53 |
| Binary | 10010101 | 10001111 | 1000110 | 0 | 100 | 110101 | 101010 | 110111 | 100100 | 101011 |
Color Harmonies of #958F46
Complementary color
Monochromatic Colors of #958F46
Black with #958F46
Text Example
Text Example
White with #958F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F46; }
p { color: rgb(149,143,70); }
H1.HeaderClassName
{
color: #958F46;
}
.AnyTagClassName
{
color: #958F46;
}
</style>
background-color css
<style>
a { background-color: #958F46; }
a { background-color: rgb(149,143,70); }
div.DivClassName
{
background-color: #958F46;
}
.BgClassName
{
background-color: #958F46;
}
</style>
border-color css
<style>
span { border-color: #958F46; }
span { border-color: rgb(149,143,70); }
td.TdClassName
{
border-color: #958F46;
}
.TagClassName
{
border-color: #958F46;
}
</style>