Shades of Highball #958D4B
Tints of Highball #958D4B
RGB
CMYK
RGB Variations
Color information
#958D4B (or 0x958D4B) is known color: Highball. HEX triplet: 95, 8D and 4B. RGB value is (149,141,75). Sum of RGB (Red+Green+Blue) = 149+141+75=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #958D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D4B is #6A72B4. Grayscale: #888888. Windows color (decimal): -6976181 or 4951445. OLE color: 4951445.
HSL color Cylindrical-coordinate representation of color #958D4B: hue angle of 53.51º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #958D4B is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 141 | 75 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.42 |
| HSL | 53.51º | 0.33% | 0.44% | - |
| HSV(B) | 53.51º | 0.5% | 0.58% | - |
| XYZ | 23.19 | 25.95 | 10.44 | - |
| YUV | 135.87 | 93.65 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 75 | 0 | 0.05 | 0.50 | 0.42 | 53.51 | 0.33 | 0.44 |
| Hex | 95 | 8D | 4B | 0 | 5 | 32 | 2A | 36 | 21 | 2C |
| Octal | 225 | 215 | 113 | 0 | 5 | 62 | 52 | 66 | 41 | 54 |
| Binary | 10010101 | 10001101 | 1001011 | 0 | 101 | 110010 | 101010 | 110110 | 100001 | 101100 |
Color Harmonies of #958D4B
Complementary color
Monochromatic Colors of #958D4B
Black with #958D4B
Text Example
Text Example
White with #958D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958D4B; }
p { color: rgb(149,141,75); }
H1.HeaderClassName
{
color: #958D4B;
}
.AnyTagClassName
{
color: #958D4B;
}
</style>
background-color css
<style>
a { background-color: #958D4B; }
a { background-color: rgb(149,141,75); }
div.DivClassName
{
background-color: #958D4B;
}
.BgClassName
{
background-color: #958D4B;
}
</style>
border-color css
<style>
span { border-color: #958D4B; }
span { border-color: rgb(149,141,75); }
td.TdClassName
{
border-color: #958D4B;
}
.TagClassName
{
border-color: #958D4B;
}
</style>