Shades of Highball #898333
Tints of Highball #898333
RGB
CMYK
RGB Variations
Color information
#898333 (or 0x898333) is known color: Highball. HEX triplet: 89, 83 and 33. RGB value is (137,131,51). Sum of RGB (Red+Green+Blue) = 137+131+51=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #898333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898333 is #767CCC. Grayscale: #7B7B7B. Windows color (decimal): -7765197 or 3376009. OLE color: 3376009.
HSL color Cylindrical-coordinate representation of color #898333: hue angle of 55.81º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #898333 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 131 | 51 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.46 |
| HSL | 55.81º | 0.46% | 0.37% | - |
| HSV(B) | 55.81º | 0.63% | 0.54% | - |
| XYZ | 19.03 | 21.79 | 6.33 | - |
| YUV | 123.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 51 | 0 | 0.04 | 0.63 | 0.46 | 55.81 | 0.46 | 0.37 |
| Hex | 89 | 83 | 33 | 0 | 4 | 3F | 2E | 38 | 2E | 25 |
| Octal | 211 | 203 | 63 | 0 | 4 | 77 | 56 | 70 | 56 | 45 |
| Binary | 10001001 | 10000011 | 110011 | 0 | 100 | 111111 | 101110 | 111000 | 101110 | 100101 |
Color Harmonies of #898333
Complementary color
Monochromatic Colors of #898333
Black with #898333
Text Example
Text Example
White with #898333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898333; }
p { color: rgb(137,131,51); }
H1.HeaderClassName
{
color: #898333;
}
.AnyTagClassName
{
color: #898333;
}
</style>
background-color css
<style>
a { background-color: #898333; }
a { background-color: rgb(137,131,51); }
div.DivClassName
{
background-color: #898333;
}
.BgClassName
{
background-color: #898333;
}
</style>
border-color css
<style>
span { border-color: #898333; }
span { border-color: rgb(137,131,51); }
td.TdClassName
{
border-color: #898333;
}
.TagClassName
{
border-color: #898333;
}
</style>