Shades of Highball #998A38
Tints of Highball #998A38
RGB
CMYK
RGB Variations
Color information
#998A38 (or 0x998A38) is known color: Highball. HEX triplet: 99, 8A and 38. RGB value is (153,138,56). Sum of RGB (Red+Green+Blue) = 153+138+56=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #998A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A38 is #6675C7. Grayscale: #858585. Windows color (decimal): -6714824 or 3705497. OLE color: 3705497.
HSL color Cylindrical-coordinate representation of color #998A38: hue angle of 50.72º 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 #998A38 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 56 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.4 |
| HSL | 50.72º | 0.46% | 0.41% | - |
| HSV(B) | 50.72º | 0.63% | 0.6% | - |
| XYZ | 22.94 | 25.23 | 7.4 | - |
| YUV | 133.14 | 84.47 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 56 | 0 | 0.10 | 0.63 | 0.4 | 50.72 | 0.46 | 0.41 |
| Hex | 99 | 8A | 38 | 0 | A | 3F | 28 | 33 | 2E | 29 |
| Octal | 231 | 212 | 70 | 0 | 12 | 77 | 50 | 63 | 56 | 51 |
| Binary | 10011001 | 10001010 | 111000 | 0 | 1010 | 111111 | 101000 | 110011 | 101110 | 101001 |
Color Harmonies of #998A38
Complementary color
Monochromatic Colors of #998A38
Black with #998A38
Text Example
Text Example
White with #998A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A38; }
p { color: rgb(153,138,56); }
H1.HeaderClassName
{
color: #998A38;
}
.AnyTagClassName
{
color: #998A38;
}
</style>
background-color css
<style>
a { background-color: #998A38; }
a { background-color: rgb(153,138,56); }
div.DivClassName
{
background-color: #998A38;
}
.BgClassName
{
background-color: #998A38;
}
</style>
border-color css
<style>
span { border-color: #998A38; }
span { border-color: rgb(153,138,56); }
td.TdClassName
{
border-color: #998A38;
}
.TagClassName
{
border-color: #998A38;
}
</style>