Shades of Highball #969153
Tints of Highball #969153
RGB
CMYK
RGB Variations
Color information
#969153 (or 0x969153) is known color: Highball. HEX triplet: 96, 91 and 53. RGB value is (150,145,83). Sum of RGB (Red+Green+Blue) = 150+145+83=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #969153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969153 is #696EAC. Grayscale: #8B8B8B. Windows color (decimal): -6909613 or 5476758. OLE color: 5476758.
HSL color Cylindrical-coordinate representation of color #969153: hue angle of 55.52º 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 #969153 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 83 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.41 |
| HSL | 55.52º | 0.29% | 0.46% | - |
| HSV(B) | 55.52º | 0.45% | 0.59% | - |
| XYZ | 24.26 | 27.36 | 12.19 | - |
| YUV | 139.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 83 | 0 | 0.03 | 0.45 | 0.41 | 55.52 | 0.29 | 0.46 |
| Hex | 96 | 91 | 53 | 0 | 3 | 2D | 29 | 38 | 1D | 2E |
| Octal | 226 | 221 | 123 | 0 | 3 | 55 | 51 | 70 | 35 | 56 |
| Binary | 10010110 | 10010001 | 1010011 | 0 | 11 | 101101 | 101001 | 111000 | 11101 | 101110 |
Color Harmonies of #969153
Complementary color
Monochromatic Colors of #969153
Black with #969153
Text Example
Text Example
White with #969153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969153; }
p { color: rgb(150,145,83); }
H1.HeaderClassName
{
color: #969153;
}
.AnyTagClassName
{
color: #969153;
}
</style>
background-color css
<style>
a { background-color: #969153; }
a { background-color: rgb(150,145,83); }
div.DivClassName
{
background-color: #969153;
}
.BgClassName
{
background-color: #969153;
}
</style>
border-color css
<style>
span { border-color: #969153; }
span { border-color: rgb(150,145,83); }
td.TdClassName
{
border-color: #969153;
}
.TagClassName
{
border-color: #969153;
}
</style>