Shades of Highball #959243
Tints of Highball #959243
RGB
CMYK
RGB Variations
Color information
#959243 (or 0x959243) is known color: Highball. HEX triplet: 95, 92 and 43. RGB value is (149,146,67). Sum of RGB (Red+Green+Blue) = 149+146+67=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #959243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959243 is #6A6DBC. Grayscale: #8A8A8A. Windows color (decimal): -6974909 or 4428437. OLE color: 4428437.
HSL color Cylindrical-coordinate representation of color #959243: hue angle of 57.8º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #959243 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 67 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.42 |
| HSL | 57.8º | 0.38% | 0.42% | - |
| HSV(B) | 57.8º | 0.55% | 0.58% | - |
| XYZ | 23.69 | 27.35 | 9.34 | - |
| YUV | 137.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 67 | 0 | 0.02 | 0.55 | 0.42 | 57.8 | 0.38 | 0.42 |
| Hex | 95 | 92 | 43 | 0 | 2 | 37 | 2A | 3A | 26 | 2A |
| Octal | 225 | 222 | 103 | 0 | 2 | 67 | 52 | 72 | 46 | 52 |
| Binary | 10010101 | 10010010 | 1000011 | 0 | 10 | 110111 | 101010 | 111010 | 100110 | 101010 |
Color Harmonies of #959243
Complementary color
Monochromatic Colors of #959243
Black with #959243
Text Example
Text Example
White with #959243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959243; }
p { color: rgb(149,146,67); }
H1.HeaderClassName
{
color: #959243;
}
.AnyTagClassName
{
color: #959243;
}
</style>
background-color css
<style>
a { background-color: #959243; }
a { background-color: rgb(149,146,67); }
div.DivClassName
{
background-color: #959243;
}
.BgClassName
{
background-color: #959243;
}
</style>
border-color css
<style>
span { border-color: #959243; }
span { border-color: rgb(149,146,67); }
td.TdClassName
{
border-color: #959243;
}
.TagClassName
{
border-color: #959243;
}
</style>