Shades of Highball #959232
Tints of Highball #959232
RGB
CMYK
RGB Variations
Color information
#959232 (or 0x959232) is known color: Highball. HEX triplet: 95, 92 and 32. RGB value is (149,146,50). Sum of RGB (Red+Green+Blue) = 149+146+50=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #959232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959232 is #6A6DCD. Grayscale: #888888. Windows color (decimal): -6974926 or 3314325. OLE color: 3314325.
HSL color Cylindrical-coordinate representation of color #959232: hue angle of 58.18º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #959232 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 50 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.42 |
| HSL | 58.18º | 0.5% | 0.39% | - |
| HSV(B) | 58.18º | 0.66% | 0.58% | - |
| XYZ | 23.25 | 27.18 | 7.04 | - |
| YUV | 135.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 50 | 0 | 0.02 | 0.66 | 0.42 | 58.18 | 0.5 | 0.39 |
| Hex | 95 | 92 | 32 | 0 | 2 | 42 | 2A | 3A | 32 | 27 |
| Octal | 225 | 222 | 62 | 0 | 2 | 102 | 52 | 72 | 62 | 47 |
| Binary | 10010101 | 10010010 | 110010 | 0 | 10 | 1000010 | 101010 | 111010 | 110010 | 100111 |
Color Harmonies of #959232
Complementary color
Monochromatic Colors of #959232
Black with #959232
Text Example
Text Example
White with #959232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959232; }
p { color: rgb(149,146,50); }
H1.HeaderClassName
{
color: #959232;
}
.AnyTagClassName
{
color: #959232;
}
</style>
background-color css
<style>
a { background-color: #959232; }
a { background-color: rgb(149,146,50); }
div.DivClassName
{
background-color: #959232;
}
.BgClassName
{
background-color: #959232;
}
</style>
border-color css
<style>
span { border-color: #959232; }
span { border-color: rgb(149,146,50); }
td.TdClassName
{
border-color: #959232;
}
.TagClassName
{
border-color: #959232;
}
</style>