Shades of Highball #969333
Tints of Highball #969333
RGB
CMYK
RGB Variations
Color information
#969333 (or 0x969333) is known color: Highball. HEX triplet: 96, 93 and 33. RGB value is (150,147,51). Sum of RGB (Red+Green+Blue) = 150+147+51=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #969333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969333 is #696CCC. Grayscale: #898989. Windows color (decimal): -6909133 or 3380118. OLE color: 3380118.
HSL color Cylindrical-coordinate representation of color #969333: hue angle of 58.18º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #969333 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 51 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.41 |
| HSL | 58.18º | 0.49% | 0.39% | - |
| HSV(B) | 58.18º | 0.66% | 0.59% | - |
| XYZ | 23.61 | 27.59 | 7.21 | - |
| YUV | 136.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 51 | 0 | 0.02 | 0.66 | 0.41 | 58.18 | 0.49 | 0.39 |
| Hex | 96 | 93 | 33 | 0 | 2 | 42 | 29 | 3A | 31 | 27 |
| Octal | 226 | 223 | 63 | 0 | 2 | 102 | 51 | 72 | 61 | 47 |
| Binary | 10010110 | 10010011 | 110011 | 0 | 10 | 1000010 | 101001 | 111010 | 110001 | 100111 |
Color Harmonies of #969333
Complementary color
Monochromatic Colors of #969333
Black with #969333
Text Example
Text Example
White with #969333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969333; }
p { color: rgb(150,147,51); }
H1.HeaderClassName
{
color: #969333;
}
.AnyTagClassName
{
color: #969333;
}
</style>
background-color css
<style>
a { background-color: #969333; }
a { background-color: rgb(150,147,51); }
div.DivClassName
{
background-color: #969333;
}
.BgClassName
{
background-color: #969333;
}
</style>
border-color css
<style>
span { border-color: #969333; }
span { border-color: rgb(150,147,51); }
td.TdClassName
{
border-color: #969333;
}
.TagClassName
{
border-color: #969333;
}
</style>