Shades of Highball #969532
Tints of Highball #969532
RGB
CMYK
RGB Variations
Color information
#969532 (or 0x969532) is known color: Highball. HEX triplet: 96, 95 and 32. RGB value is (150,149,50). Sum of RGB (Red+Green+Blue) = 150+149+50=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #969532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969532 is #696ACD. Grayscale: #8A8A8A. Windows color (decimal): -6908622 or 3315094. OLE color: 3315094.
HSL color Cylindrical-coordinate representation of color #969532: hue angle of 59.4º degrees, saturation: 0.5, 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 #969532 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 149 | 50 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.41 |
| HSL | 59.4º | 0.5% | 0.39% | - |
| HSV(B) | 59.4º | 0.67% | 0.59% | - |
| XYZ | 23.9 | 28.21 | 7.2 | - |
| YUV | 138.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 50 | 0 | 0.01 | 0.67 | 0.41 | 59.4 | 0.5 | 0.39 |
| Hex | 96 | 95 | 32 | 0 | 1 | 43 | 29 | 3B | 32 | 27 |
| Octal | 226 | 225 | 62 | 0 | 1 | 103 | 51 | 73 | 62 | 47 |
| Binary | 10010110 | 10010101 | 110010 | 0 | 1 | 1000011 | 101001 | 111011 | 110010 | 100111 |
Color Harmonies of #969532
Complementary color
Monochromatic Colors of #969532
Black with #969532
Text Example
Text Example
White with #969532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969532; }
p { color: rgb(150,149,50); }
H1.HeaderClassName
{
color: #969532;
}
.AnyTagClassName
{
color: #969532;
}
</style>
background-color css
<style>
a { background-color: #969532; }
a { background-color: rgb(150,149,50); }
div.DivClassName
{
background-color: #969532;
}
.BgClassName
{
background-color: #969532;
}
</style>
border-color css
<style>
span { border-color: #969532; }
span { border-color: rgb(150,149,50); }
td.TdClassName
{
border-color: #969532;
}
.TagClassName
{
border-color: #969532;
}
</style>