Shades of Highball #958E44
Tints of Highball #958E44
RGB
CMYK
RGB Variations
Color information
#958E44 (or 0x958E44) is known color: Highball. HEX triplet: 95, 8E and 44. RGB value is (149,142,68). Sum of RGB (Red+Green+Blue) = 149+142+68=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #958E44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E44 is #6A71BB. Grayscale: #878787. Windows color (decimal): -6975932 or 4492949. OLE color: 4492949.
HSL color Cylindrical-coordinate representation of color #958E44: hue angle of 54.81º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #958E44 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 68 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.42 |
| HSL | 54.81º | 0.37% | 0.43% | - |
| HSV(B) | 54.81º | 0.54% | 0.58% | - |
| XYZ | 23.11 | 26.15 | 9.3 | - |
| YUV | 135.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 68 | 0 | 0.05 | 0.54 | 0.42 | 54.81 | 0.37 | 0.43 |
| Hex | 95 | 8E | 44 | 0 | 5 | 36 | 2A | 37 | 25 | 2B |
| Octal | 225 | 216 | 104 | 0 | 5 | 66 | 52 | 67 | 45 | 53 |
| Binary | 10010101 | 10001110 | 1000100 | 0 | 101 | 110110 | 101010 | 110111 | 100101 | 101011 |
Color Harmonies of #958E44
Complementary color
Monochromatic Colors of #958E44
Black with #958E44
Text Example
Text Example
White with #958E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E44; }
p { color: rgb(149,142,68); }
H1.HeaderClassName
{
color: #958E44;
}
.AnyTagClassName
{
color: #958E44;
}
</style>
background-color css
<style>
a { background-color: #958E44; }
a { background-color: rgb(149,142,68); }
div.DivClassName
{
background-color: #958E44;
}
.BgClassName
{
background-color: #958E44;
}
</style>
border-color css
<style>
span { border-color: #958E44; }
span { border-color: rgb(149,142,68); }
td.TdClassName
{
border-color: #958E44;
}
.TagClassName
{
border-color: #958E44;
}
</style>