Shades of Highball #998F34
Tints of Highball #998F34
RGB
CMYK
RGB Variations
Color information
#998F34 (or 0x998F34) is known color: Highball. HEX triplet: 99, 8F and 34. RGB value is (153,143,52). Sum of RGB (Red+Green+Blue) = 153+143+52=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #998F34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998F34 is #6670CB. Grayscale: #878787. Windows color (decimal): -6713548 or 3444633. OLE color: 3444633.
HSL color Cylindrical-coordinate representation of color #998F34: hue angle of 54.06º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #998F34 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 52 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.4 |
| HSL | 54.06º | 0.49% | 0.4% | - |
| HSV(B) | 54.06º | 0.66% | 0.6% | - |
| XYZ | 23.58 | 26.67 | 7.15 | - |
| YUV | 135.62 | 80.81 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 52 | 0 | 0.07 | 0.66 | 0.4 | 54.06 | 0.49 | 0.4 |
| Hex | 99 | 8F | 34 | 0 | 7 | 42 | 28 | 36 | 31 | 28 |
| Octal | 231 | 217 | 64 | 0 | 7 | 102 | 50 | 66 | 61 | 50 |
| Binary | 10011001 | 10001111 | 110100 | 0 | 111 | 1000010 | 101000 | 110110 | 110001 | 101000 |
Color Harmonies of #998F34
Complementary color
Monochromatic Colors of #998F34
Black with #998F34
Text Example
Text Example
White with #998F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F34; }
p { color: rgb(153,143,52); }
H1.HeaderClassName
{
color: #998F34;
}
.AnyTagClassName
{
color: #998F34;
}
</style>
background-color css
<style>
a { background-color: #998F34; }
a { background-color: rgb(153,143,52); }
div.DivClassName
{
background-color: #998F34;
}
.BgClassName
{
background-color: #998F34;
}
</style>
border-color css
<style>
span { border-color: #998F34; }
span { border-color: rgb(153,143,52); }
td.TdClassName
{
border-color: #998F34;
}
.TagClassName
{
border-color: #998F34;
}
</style>