Shades of Highball #998C36
Tints of Highball #998C36
RGB
CMYK
RGB Variations
Color information
#998C36 (or 0x998C36) is known color: Highball. HEX triplet: 99, 8C and 36. RGB value is (153,140,54). Sum of RGB (Red+Green+Blue) = 153+140+54=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #998C36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998C36 is #6673C9. Grayscale: #868686. Windows color (decimal): -6714314 or 3574937. OLE color: 3574937.
HSL color Cylindrical-coordinate representation of color #998C36: hue angle of 52.12º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #998C36 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 54 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.4 |
| HSL | 52.12º | 0.48% | 0.41% | - |
| HSV(B) | 52.12º | 0.65% | 0.6% | - |
| XYZ | 23.18 | 25.79 | 7.25 | - |
| YUV | 134.08 | 82.81 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 54 | 0 | 0.08 | 0.65 | 0.4 | 52.12 | 0.48 | 0.41 |
| Hex | 99 | 8C | 36 | 0 | 8 | 41 | 28 | 34 | 30 | 29 |
| Octal | 231 | 214 | 66 | 0 | 10 | 101 | 50 | 64 | 60 | 51 |
| Binary | 10011001 | 10001100 | 110110 | 0 | 1000 | 1000001 | 101000 | 110100 | 110000 | 101001 |
Color Harmonies of #998C36
Complementary color
Monochromatic Colors of #998C36
Black with #998C36
Text Example
Text Example
White with #998C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C36; }
p { color: rgb(153,140,54); }
H1.HeaderClassName
{
color: #998C36;
}
.AnyTagClassName
{
color: #998C36;
}
</style>
background-color css
<style>
a { background-color: #998C36; }
a { background-color: rgb(153,140,54); }
div.DivClassName
{
background-color: #998C36;
}
.BgClassName
{
background-color: #998C36;
}
</style>
border-color css
<style>
span { border-color: #998C36; }
span { border-color: rgb(153,140,54); }
td.TdClassName
{
border-color: #998C36;
}
.TagClassName
{
border-color: #998C36;
}
</style>