Shades of Highball #998948
Tints of Highball #998948
RGB
CMYK
RGB Variations
Color information
#998948 (or 0x998948) is known color: Highball. HEX triplet: 99, 89 and 48. RGB value is (153,137,72). Sum of RGB (Red+Green+Blue) = 153+137+72=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #998948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998948 is #6676B7. Grayscale: #868686. Windows color (decimal): -6715064 or 4753817. OLE color: 4753817.
HSL color Cylindrical-coordinate representation of color #998948: hue angle of 48.15º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #998948 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 137 | 72 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.4 |
| HSL | 48.15º | 0.36% | 0.44% | - |
| HSV(B) | 48.15º | 0.53% | 0.6% | - |
| XYZ | 23.25 | 25.13 | 9.76 | - |
| YUV | 134.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 72 | 0 | 0.10 | 0.53 | 0.4 | 48.15 | 0.36 | 0.44 |
| Hex | 99 | 89 | 48 | 0 | A | 35 | 28 | 30 | 24 | 2C |
| Octal | 231 | 211 | 110 | 0 | 12 | 65 | 50 | 60 | 44 | 54 |
| Binary | 10011001 | 10001001 | 1001000 | 0 | 1010 | 110101 | 101000 | 110000 | 100100 | 101100 |
Color Harmonies of #998948
Complementary color
Monochromatic Colors of #998948
Black with #998948
Text Example
Text Example
White with #998948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998948; }
p { color: rgb(153,137,72); }
H1.HeaderClassName
{
color: #998948;
}
.AnyTagClassName
{
color: #998948;
}
</style>
background-color css
<style>
a { background-color: #998948; }
a { background-color: rgb(153,137,72); }
div.DivClassName
{
background-color: #998948;
}
.BgClassName
{
background-color: #998948;
}
</style>
border-color css
<style>
span { border-color: #998948; }
span { border-color: rgb(153,137,72); }
td.TdClassName
{
border-color: #998948;
}
.TagClassName
{
border-color: #998948;
}
</style>