Shades of Highball #958A4B
Tints of Highball #958A4B
RGB
CMYK
RGB Variations
Color information
#958A4B (or 0x958A4B) is known color: Highball. HEX triplet: 95, 8A and 4B. RGB value is (149,138,75). Sum of RGB (Red+Green+Blue) = 149+138+75=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #958A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958A4B is #6A75B4. Grayscale: #868686. Windows color (decimal): -6976949 or 4950677. OLE color: 4950677.
HSL color Cylindrical-coordinate representation of color #958A4B: hue angle of 51.08º 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 #958A4B is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 75 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.42 |
| HSL | 51.08º | 0.33% | 0.44% | - |
| HSV(B) | 51.08º | 0.5% | 0.58% | - |
| XYZ | 22.75 | 25.07 | 10.3 | - |
| YUV | 134.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 75 | 0 | 0.07 | 0.50 | 0.42 | 51.08 | 0.33 | 0.44 |
| Hex | 95 | 8A | 4B | 0 | 7 | 32 | 2A | 33 | 21 | 2C |
| Octal | 225 | 212 | 113 | 0 | 7 | 62 | 52 | 63 | 41 | 54 |
| Binary | 10010101 | 10001010 | 1001011 | 0 | 111 | 110010 | 101010 | 110011 | 100001 | 101100 |
Color Harmonies of #958A4B
Complementary color
Monochromatic Colors of #958A4B
Black with #958A4B
Text Example
Text Example
White with #958A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A4B; }
p { color: rgb(149,138,75); }
H1.HeaderClassName
{
color: #958A4B;
}
.AnyTagClassName
{
color: #958A4B;
}
</style>
background-color css
<style>
a { background-color: #958A4B; }
a { background-color: rgb(149,138,75); }
div.DivClassName
{
background-color: #958A4B;
}
.BgClassName
{
background-color: #958A4B;
}
</style>
border-color css
<style>
span { border-color: #958A4B; }
span { border-color: rgb(149,138,75); }
td.TdClassName
{
border-color: #958A4B;
}
.TagClassName
{
border-color: #958A4B;
}
</style>