Shades of Highball #898238
Tints of Highball #898238
RGB
CMYK
RGB Variations
Color information
#898238 (or 0x898238) is known color: Highball. HEX triplet: 89, 82 and 38. RGB value is (137,130,56). Sum of RGB (Red+Green+Blue) = 137+130+56=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #898238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898238 is #767DC7. Grayscale: #7B7B7B. Windows color (decimal): -7765448 or 3703433. OLE color: 3703433.
HSL color Cylindrical-coordinate representation of color #898238: hue angle of 54.81º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #898238 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 56 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.46 |
| HSL | 54.81º | 0.42% | 0.38% | - |
| HSV(B) | 54.81º | 0.59% | 0.54% | - |
| XYZ | 19.01 | 21.57 | 6.9 | - |
| YUV | 123.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 56 | 0 | 0.05 | 0.59 | 0.46 | 54.81 | 0.42 | 0.38 |
| Hex | 89 | 82 | 38 | 0 | 5 | 3B | 2E | 37 | 2A | 26 |
| Octal | 211 | 202 | 70 | 0 | 5 | 73 | 56 | 67 | 52 | 46 |
| Binary | 10001001 | 10000010 | 111000 | 0 | 101 | 111011 | 101110 | 110111 | 101010 | 100110 |
Color Harmonies of #898238
Complementary color
Monochromatic Colors of #898238
Black with #898238
Text Example
Text Example
White with #898238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898238; }
p { color: rgb(137,130,56); }
H1.HeaderClassName
{
color: #898238;
}
.AnyTagClassName
{
color: #898238;
}
</style>
background-color css
<style>
a { background-color: #898238; }
a { background-color: rgb(137,130,56); }
div.DivClassName
{
background-color: #898238;
}
.BgClassName
{
background-color: #898238;
}
</style>
border-color css
<style>
span { border-color: #898238; }
span { border-color: rgb(137,130,56); }
td.TdClassName
{
border-color: #898238;
}
.TagClassName
{
border-color: #898238;
}
</style>