Shades of Highball #958F4C
Tints of Highball #958F4C
RGB
CMYK
RGB Variations
Color information
#958F4C (or 0x958F4C) is known color: Highball. HEX triplet: 95, 8F and 4C. RGB value is (149,143,76). Sum of RGB (Red+Green+Blue) = 149+143+76=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #958F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958F4C is #6A70B3. Grayscale: #898989. Windows color (decimal): -6975668 or 5017493. OLE color: 5017493.
HSL color Cylindrical-coordinate representation of color #958F4C: hue angle of 55.07º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #958F4C is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 76 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.42 |
| HSL | 55.07º | 0.32% | 0.44% | - |
| HSV(B) | 55.07º | 0.49% | 0.58% | - |
| XYZ | 23.52 | 26.56 | 10.72 | - |
| YUV | 137.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 76 | 0 | 0.04 | 0.49 | 0.42 | 55.07 | 0.32 | 0.44 |
| Hex | 95 | 8F | 4C | 0 | 4 | 31 | 2A | 37 | 20 | 2C |
| Octal | 225 | 217 | 114 | 0 | 4 | 61 | 52 | 67 | 40 | 54 |
| Binary | 10010101 | 10001111 | 1001100 | 0 | 100 | 110001 | 101010 | 110111 | 100000 | 101100 |
Color Harmonies of #958F4C
Complementary color
Monochromatic Colors of #958F4C
Black with #958F4C
Text Example
Text Example
White with #958F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F4C; }
p { color: rgb(149,143,76); }
H1.HeaderClassName
{
color: #958F4C;
}
.AnyTagClassName
{
color: #958F4C;
}
</style>
background-color css
<style>
a { background-color: #958F4C; }
a { background-color: rgb(149,143,76); }
div.DivClassName
{
background-color: #958F4C;
}
.BgClassName
{
background-color: #958F4C;
}
</style>
border-color css
<style>
span { border-color: #958F4C; }
span { border-color: rgb(149,143,76); }
td.TdClassName
{
border-color: #958F4C;
}
.TagClassName
{
border-color: #958F4C;
}
</style>