Shades of Highball #959244
Tints of Highball #959244
RGB
CMYK
RGB Variations
Color information
#959244 (or 0x959244) is known color: Highball. HEX triplet: 95, 92 and 44. RGB value is (149,146,68). Sum of RGB (Red+Green+Blue) = 149+146+68=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #959244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959244 is #6A6DBB. Grayscale: #8A8A8A. Windows color (decimal): -6974908 or 4493973. OLE color: 4493973.
HSL color Cylindrical-coordinate representation of color #959244: hue angle of 57.78º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #959244 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 68 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.42 |
| HSL | 57.78º | 0.37% | 0.43% | - |
| HSV(B) | 57.78º | 0.54% | 0.58% | - |
| XYZ | 23.72 | 27.36 | 9.5 | - |
| YUV | 138.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 68 | 0 | 0.02 | 0.54 | 0.42 | 57.78 | 0.37 | 0.43 |
| Hex | 95 | 92 | 44 | 0 | 2 | 36 | 2A | 3A | 25 | 2B |
| Octal | 225 | 222 | 104 | 0 | 2 | 66 | 52 | 72 | 45 | 53 |
| Binary | 10010101 | 10010010 | 1000100 | 0 | 10 | 110110 | 101010 | 111010 | 100101 | 101011 |
Color Harmonies of #959244
Complementary color
Monochromatic Colors of #959244
Black with #959244
Text Example
Text Example
White with #959244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959244; }
p { color: rgb(149,146,68); }
H1.HeaderClassName
{
color: #959244;
}
.AnyTagClassName
{
color: #959244;
}
</style>
background-color css
<style>
a { background-color: #959244; }
a { background-color: rgb(149,146,68); }
div.DivClassName
{
background-color: #959244;
}
.BgClassName
{
background-color: #959244;
}
</style>
border-color css
<style>
span { border-color: #959244; }
span { border-color: rgb(149,146,68); }
td.TdClassName
{
border-color: #959244;
}
.TagClassName
{
border-color: #959244;
}
</style>