Shades of Highball #988C38
Tints of Highball #988C38
RGB
CMYK
RGB Variations
Color information
#988C38 (or 0x988C38) is known color: Highball. HEX triplet: 98, 8C and 38. RGB value is (152,140,56). Sum of RGB (Red+Green+Blue) = 152+140+56=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #988C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988C38 is #6773C7. Grayscale: #868686. Windows color (decimal): -6779848 or 3706008. OLE color: 3706008.
HSL color Cylindrical-coordinate representation of color #988C38: hue angle of 52.5º 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 #988C38 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 56 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.40 |
| HSL | 52.5º | 0.46% | 0.41% | - |
| HSV(B) | 52.5º | 0.63% | 0.6% | - |
| XYZ | 23.04 | 25.72 | 7.49 | - |
| YUV | 134.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 56 | 0 | 0.08 | 0.63 | 0.40 | 52.5 | 0.46 | 0.41 |
| Hex | 98 | 8C | 38 | 0 | 8 | 3F | 28 | 34 | 2E | 29 |
| Octal | 230 | 214 | 70 | 0 | 10 | 77 | 50 | 64 | 56 | 51 |
| Binary | 10011000 | 10001100 | 111000 | 0 | 1000 | 111111 | 101000 | 110100 | 101110 | 101001 |
Color Harmonies of #988C38
Complementary color
Monochromatic Colors of #988C38
Black with #988C38
Text Example
Text Example
White with #988C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C38; }
p { color: rgb(152,140,56); }
H1.HeaderClassName
{
color: #988C38;
}
.AnyTagClassName
{
color: #988C38;
}
</style>
background-color css
<style>
a { background-color: #988C38; }
a { background-color: rgb(152,140,56); }
div.DivClassName
{
background-color: #988C38;
}
.BgClassName
{
background-color: #988C38;
}
</style>
border-color css
<style>
span { border-color: #988C38; }
span { border-color: rgb(152,140,56); }
td.TdClassName
{
border-color: #988C38;
}
.TagClassName
{
border-color: #988C38;
}
</style>