Shades of Highball #958B40
Tints of Highball #958B40
RGB
CMYK
RGB Variations
Color information
#958B40 (or 0x958B40) is known color: Highball. HEX triplet: 95, 8B and 40. RGB value is (149,139,64). Sum of RGB (Red+Green+Blue) = 149+139+64=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #958B40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958B40 is #6A74BF. Grayscale: #858585. Windows color (decimal): -6976704 or 4230037. OLE color: 4230037.
HSL color Cylindrical-coordinate representation of color #958B40: hue angle of 52.94º 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 #958B40 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 64 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.42 |
| HSL | 52.94º | 0.4% | 0.42% | - |
| HSV(B) | 52.94º | 0.57% | 0.58% | - |
| XYZ | 22.55 | 25.22 | 8.53 | - |
| YUV | 133.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 64 | 0 | 0.07 | 0.57 | 0.42 | 52.94 | 0.4 | 0.42 |
| Hex | 95 | 8B | 40 | 0 | 7 | 39 | 2A | 35 | 28 | 2A |
| Octal | 225 | 213 | 100 | 0 | 7 | 71 | 52 | 65 | 50 | 52 |
| Binary | 10010101 | 10001011 | 1000000 | 0 | 111 | 111001 | 101010 | 110101 | 101000 | 101010 |
Color Harmonies of #958B40
Complementary color
Monochromatic Colors of #958B40
Black with #958B40
Text Example
Text Example
White with #958B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B40; }
p { color: rgb(149,139,64); }
H1.HeaderClassName
{
color: #958B40;
}
.AnyTagClassName
{
color: #958B40;
}
</style>
background-color css
<style>
a { background-color: #958B40; }
a { background-color: rgb(149,139,64); }
div.DivClassName
{
background-color: #958B40;
}
.BgClassName
{
background-color: #958B40;
}
</style>
border-color css
<style>
span { border-color: #958B40; }
span { border-color: rgb(149,139,64); }
td.TdClassName
{
border-color: #958B40;
}
.TagClassName
{
border-color: #958B40;
}
</style>