Shades of Highball #988B38
Tints of Highball #988B38
RGB
CMYK
RGB Variations
Color information
#988B38 (or 0x988B38) is known color: Highball. HEX triplet: 98, 8B and 38. RGB value is (152,139,56). Sum of RGB (Red+Green+Blue) = 152+139+56=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #988B38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988B38 is #6774C7. Grayscale: #858585. Windows color (decimal): -6780104 or 3705752. OLE color: 3705752.
HSL color Cylindrical-coordinate representation of color #988B38: hue angle of 51.88º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #988B38 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 56 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.40 |
| HSL | 51.88º | 0.46% | 0.41% | - |
| HSV(B) | 51.88º | 0.63% | 0.6% | - |
| XYZ | 22.9 | 25.43 | 7.44 | - |
| YUV | 133.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 56 | 0 | 0.09 | 0.63 | 0.40 | 51.88 | 0.46 | 0.41 |
| Hex | 98 | 8B | 38 | 0 | 9 | 3F | 28 | 34 | 2E | 29 |
| Octal | 230 | 213 | 70 | 0 | 11 | 77 | 50 | 64 | 56 | 51 |
| Binary | 10011000 | 10001011 | 111000 | 0 | 1001 | 111111 | 101000 | 110100 | 101110 | 101001 |
Color Harmonies of #988B38
Complementary color
Monochromatic Colors of #988B38
Black with #988B38
Text Example
Text Example
White with #988B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B38; }
p { color: rgb(152,139,56); }
H1.HeaderClassName
{
color: #988B38;
}
.AnyTagClassName
{
color: #988B38;
}
</style>
background-color css
<style>
a { background-color: #988B38; }
a { background-color: rgb(152,139,56); }
div.DivClassName
{
background-color: #988B38;
}
.BgClassName
{
background-color: #988B38;
}
</style>
border-color css
<style>
span { border-color: #988B38; }
span { border-color: rgb(152,139,56); }
td.TdClassName
{
border-color: #988B38;
}
.TagClassName
{
border-color: #988B38;
}
</style>