Shades of Highball #969253
Tints of Highball #969253
RGB
CMYK
RGB Variations
Color information
#969253 (or 0x969253) is known color: Highball. HEX triplet: 96, 92 and 53. RGB value is (150,146,83). Sum of RGB (Red+Green+Blue) = 150+146+83=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #969253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969253 is #696DAC. Grayscale: #8C8C8C. Windows color (decimal): -6909357 or 5477014. OLE color: 5477014.
HSL color Cylindrical-coordinate representation of color #969253: hue angle of 56.42º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #969253 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 83 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.41 |
| HSL | 56.42º | 0.29% | 0.46% | - |
| HSV(B) | 56.42º | 0.45% | 0.59% | - |
| XYZ | 24.42 | 27.67 | 12.24 | - |
| YUV | 140.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 83 | 0 | 0.03 | 0.45 | 0.41 | 56.42 | 0.29 | 0.46 |
| Hex | 96 | 92 | 53 | 0 | 3 | 2D | 29 | 38 | 1D | 2E |
| Octal | 226 | 222 | 123 | 0 | 3 | 55 | 51 | 70 | 35 | 56 |
| Binary | 10010110 | 10010010 | 1010011 | 0 | 11 | 101101 | 101001 | 111000 | 11101 | 101110 |
Color Harmonies of #969253
Complementary color
Monochromatic Colors of #969253
Black with #969253
Text Example
Text Example
White with #969253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969253; }
p { color: rgb(150,146,83); }
H1.HeaderClassName
{
color: #969253;
}
.AnyTagClassName
{
color: #969253;
}
</style>
background-color css
<style>
a { background-color: #969253; }
a { background-color: rgb(150,146,83); }
div.DivClassName
{
background-color: #969253;
}
.BgClassName
{
background-color: #969253;
}
</style>
border-color css
<style>
span { border-color: #969253; }
span { border-color: rgb(150,146,83); }
td.TdClassName
{
border-color: #969253;
}
.TagClassName
{
border-color: #969253;
}
</style>