Shades of Highball #98913A
Tints of Highball #98913A
RGB
CMYK
RGB Variations
Color information
#98913A (or 0x98913A) is known color: Highball. HEX triplet: 98, 91 and 3A. RGB value is (152,145,58). Sum of RGB (Red+Green+Blue) = 152+145+58=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #98913A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98913A is #676EC5. Grayscale: #898989. Windows color (decimal): -6778566 or 3838360. OLE color: 3838360.
HSL color Cylindrical-coordinate representation of color #98913A: hue angle of 55.53º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98913A is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 58 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.40 |
| HSL | 55.53º | 0.45% | 0.41% | - |
| HSV(B) | 55.53º | 0.62% | 0.6% | - |
| XYZ | 23.84 | 27.23 | 8 | - |
| YUV | 137.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 58 | 0 | 0.05 | 0.62 | 0.40 | 55.53 | 0.45 | 0.41 |
| Hex | 98 | 91 | 3A | 0 | 5 | 3E | 28 | 38 | 2D | 29 |
| Octal | 230 | 221 | 72 | 0 | 5 | 76 | 50 | 70 | 55 | 51 |
| Binary | 10011000 | 10010001 | 111010 | 0 | 101 | 111110 | 101000 | 111000 | 101101 | 101001 |
Color Harmonies of #98913A
Complementary color
Monochromatic Colors of #98913A
Black with #98913A
Text Example
Text Example
White with #98913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98913A; }
p { color: rgb(152,145,58); }
H1.HeaderClassName
{
color: #98913A;
}
.AnyTagClassName
{
color: #98913A;
}
</style>
background-color css
<style>
a { background-color: #98913A; }
a { background-color: rgb(152,145,58); }
div.DivClassName
{
background-color: #98913A;
}
.BgClassName
{
background-color: #98913A;
}
</style>
border-color css
<style>
span { border-color: #98913A; }
span { border-color: rgb(152,145,58); }
td.TdClassName
{
border-color: #98913A;
}
.TagClassName
{
border-color: #98913A;
}
</style>