Shades of Highball #998F38
Tints of Highball #998F38
RGB
CMYK
RGB Variations
Color information
#998F38 (or 0x998F38) is known color: Highball. HEX triplet: 99, 8F and 38. RGB value is (153,143,56). Sum of RGB (Red+Green+Blue) = 153+143+56=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #998F38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998F38 is #6670C7. Grayscale: #888888. Windows color (decimal): -6713544 or 3706777. OLE color: 3706777.
HSL color Cylindrical-coordinate representation of color #998F38: hue angle of 53.81º 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 #998F38 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 56 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.4 |
| HSL | 53.81º | 0.46% | 0.41% | - |
| HSV(B) | 53.81º | 0.63% | 0.6% | - |
| XYZ | 23.67 | 26.7 | 7.65 | - |
| YUV | 136.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 56 | 0 | 0.07 | 0.63 | 0.4 | 53.81 | 0.46 | 0.41 |
| Hex | 99 | 8F | 38 | 0 | 7 | 3F | 28 | 36 | 2E | 29 |
| Octal | 231 | 217 | 70 | 0 | 7 | 77 | 50 | 66 | 56 | 51 |
| Binary | 10011001 | 10001111 | 111000 | 0 | 111 | 111111 | 101000 | 110110 | 101110 | 101001 |
Color Harmonies of #998F38
Complementary color
Monochromatic Colors of #998F38
Black with #998F38
Text Example
Text Example
White with #998F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F38; }
p { color: rgb(153,143,56); }
H1.HeaderClassName
{
color: #998F38;
}
.AnyTagClassName
{
color: #998F38;
}
</style>
background-color css
<style>
a { background-color: #998F38; }
a { background-color: rgb(153,143,56); }
div.DivClassName
{
background-color: #998F38;
}
.BgClassName
{
background-color: #998F38;
}
</style>
border-color css
<style>
span { border-color: #998F38; }
span { border-color: rgb(153,143,56); }
td.TdClassName
{
border-color: #998F38;
}
.TagClassName
{
border-color: #998F38;
}
</style>