Shades of Highball #998E38
Tints of Highball #998E38
RGB
CMYK
RGB Variations
Color information
#998E38 (or 0x998E38) is known color: Highball. HEX triplet: 99, 8E and 38. RGB value is (153,142,56). Sum of RGB (Red+Green+Blue) = 153+142+56=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #998E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998E38 is #6671C7. Grayscale: #878787. Windows color (decimal): -6713800 or 3706521. OLE color: 3706521.
HSL color Cylindrical-coordinate representation of color #998E38: hue angle of 53.2º 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 #998E38 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 56 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.4 |
| HSL | 53.2º | 0.46% | 0.41% | - |
| HSV(B) | 53.2º | 0.63% | 0.6% | - |
| XYZ | 23.52 | 26.4 | 7.6 | - |
| YUV | 135.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 56 | 0 | 0.07 | 0.63 | 0.4 | 53.2 | 0.46 | 0.41 |
| Hex | 99 | 8E | 38 | 0 | 7 | 3F | 28 | 35 | 2E | 29 |
| Octal | 231 | 216 | 70 | 0 | 7 | 77 | 50 | 65 | 56 | 51 |
| Binary | 10011001 | 10001110 | 111000 | 0 | 111 | 111111 | 101000 | 110101 | 101110 | 101001 |
Color Harmonies of #998E38
Complementary color
Monochromatic Colors of #998E38
Black with #998E38
Text Example
Text Example
White with #998E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E38; }
p { color: rgb(153,142,56); }
H1.HeaderClassName
{
color: #998E38;
}
.AnyTagClassName
{
color: #998E38;
}
</style>
background-color css
<style>
a { background-color: #998E38; }
a { background-color: rgb(153,142,56); }
div.DivClassName
{
background-color: #998E38;
}
.BgClassName
{
background-color: #998E38;
}
</style>
border-color css
<style>
span { border-color: #998E38; }
span { border-color: rgb(153,142,56); }
td.TdClassName
{
border-color: #998E38;
}
.TagClassName
{
border-color: #998E38;
}
</style>