Shades of Highball #998C50
Tints of Highball #998C50
RGB
CMYK
RGB Variations
Color information
#998C50 (or 0x998C50) is known color: Highball. HEX triplet: 99, 8C and 50. RGB value is (153,140,80). Sum of RGB (Red+Green+Blue) = 153+140+80=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #998C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C50 is #6673AF. Grayscale: #898989. Windows color (decimal): -6714288 or 5278873. OLE color: 5278873.
HSL color Cylindrical-coordinate representation of color #998C50: hue angle of 49.32º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #998C50 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 80 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.4 |
| HSL | 49.32º | 0.31% | 0.46% | - |
| HSV(B) | 49.32º | 0.48% | 0.6% | - |
| XYZ | 23.96 | 26.11 | 11.37 | - |
| YUV | 137.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 80 | 0 | 0.08 | 0.48 | 0.4 | 49.32 | 0.31 | 0.46 |
| Hex | 99 | 8C | 50 | 0 | 8 | 30 | 28 | 31 | 1F | 2E |
| Octal | 231 | 214 | 120 | 0 | 10 | 60 | 50 | 61 | 37 | 56 |
| Binary | 10011001 | 10001100 | 1010000 | 0 | 1000 | 110000 | 101000 | 110001 | 11111 | 101110 |
Color Harmonies of #998C50
Complementary color
Monochromatic Colors of #998C50
Black with #998C50
Text Example
Text Example
White with #998C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C50; }
p { color: rgb(153,140,80); }
H1.HeaderClassName
{
color: #998C50;
}
.AnyTagClassName
{
color: #998C50;
}
</style>
background-color css
<style>
a { background-color: #998C50; }
a { background-color: rgb(153,140,80); }
div.DivClassName
{
background-color: #998C50;
}
.BgClassName
{
background-color: #998C50;
}
</style>
border-color css
<style>
span { border-color: #998C50; }
span { border-color: rgb(153,140,80); }
td.TdClassName
{
border-color: #998C50;
}
.TagClassName
{
border-color: #998C50;
}
</style>