Shades of Highball #969431
Tints of Highball #969431
RGB
CMYK
RGB Variations
Color information
#969431 (or 0x969431) is known color: Highball. HEX triplet: 96, 94 and 31. RGB value is (150,148,49). Sum of RGB (Red+Green+Blue) = 150+148+49=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #969431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969431 is #696BCE. Grayscale: #898989. Windows color (decimal): -6908879 or 3249302. OLE color: 3249302.
HSL color Cylindrical-coordinate representation of color #969431: hue angle of 58.81º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #969431 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 148 | 49 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.41 |
| HSL | 58.81º | 0.51% | 0.39% | - |
| HSV(B) | 58.81º | 0.67% | 0.59% | - |
| XYZ | 23.72 | 27.89 | 7.04 | - |
| YUV | 137.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 49 | 0 | 0.01 | 0.67 | 0.41 | 58.81 | 0.51 | 0.39 |
| Hex | 96 | 94 | 31 | 0 | 1 | 43 | 29 | 3B | 33 | 27 |
| Octal | 226 | 224 | 61 | 0 | 1 | 103 | 51 | 73 | 63 | 47 |
| Binary | 10010110 | 10010100 | 110001 | 0 | 1 | 1000011 | 101001 | 111011 | 110011 | 100111 |
Color Harmonies of #969431
Complementary color
Monochromatic Colors of #969431
Black with #969431
Text Example
Text Example
White with #969431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969431; }
p { color: rgb(150,148,49); }
H1.HeaderClassName
{
color: #969431;
}
.AnyTagClassName
{
color: #969431;
}
</style>
background-color css
<style>
a { background-color: #969431; }
a { background-color: rgb(150,148,49); }
div.DivClassName
{
background-color: #969431;
}
.BgClassName
{
background-color: #969431;
}
</style>
border-color css
<style>
span { border-color: #969431; }
span { border-color: rgb(150,148,49); }
td.TdClassName
{
border-color: #969431;
}
.TagClassName
{
border-color: #969431;
}
</style>