Shades of Highball #989541
Tints of Highball #989541
RGB
CMYK
RGB Variations
Color information
#989541 (or 0x989541) is known color: Highball. HEX triplet: 98, 95 and 41. RGB value is (152,149,65). Sum of RGB (Red+Green+Blue) = 152+149+65=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #989541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989541 is #676ABE. Grayscale: #8C8C8C. Windows color (decimal): -6777535 or 4298136. OLE color: 4298136.
HSL color Cylindrical-coordinate representation of color #989541: hue angle of 57.93º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #989541 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 149 | 65 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.40 |
| HSL | 57.93º | 0.4% | 0.43% | - |
| HSV(B) | 57.93º | 0.57% | 0.6% | - |
| XYZ | 24.65 | 28.55 | 9.21 | - |
| YUV | 140.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 65 | 0 | 0.02 | 0.57 | 0.40 | 57.93 | 0.4 | 0.43 |
| Hex | 98 | 95 | 41 | 0 | 2 | 39 | 28 | 3A | 28 | 2B |
| Octal | 230 | 225 | 101 | 0 | 2 | 71 | 50 | 72 | 50 | 53 |
| Binary | 10011000 | 10010101 | 1000001 | 0 | 10 | 111001 | 101000 | 111010 | 101000 | 101011 |
Color Harmonies of #989541
Complementary color
Monochromatic Colors of #989541
Black with #989541
Text Example
Text Example
White with #989541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989541; }
p { color: rgb(152,149,65); }
H1.HeaderClassName
{
color: #989541;
}
.AnyTagClassName
{
color: #989541;
}
</style>
background-color css
<style>
a { background-color: #989541; }
a { background-color: rgb(152,149,65); }
div.DivClassName
{
background-color: #989541;
}
.BgClassName
{
background-color: #989541;
}
</style>
border-color css
<style>
span { border-color: #989541; }
span { border-color: rgb(152,149,65); }
td.TdClassName
{
border-color: #989541;
}
.TagClassName
{
border-color: #989541;
}
</style>