Shades of Highball #99924D
Tints of Highball #99924D
RGB
CMYK
RGB Variations
Color information
#99924D (or 0x99924D) is known color: Highball. HEX triplet: 99, 92 and 4D. RGB value is (153,146,77). Sum of RGB (Red+Green+Blue) = 153+146+77=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #99924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99924D is #666DB2. Grayscale: #8C8C8C. Windows color (decimal): -6712755 or 5083801. OLE color: 5083801.
HSL color Cylindrical-coordinate representation of color #99924D: hue angle of 54.47º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99924D is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 77 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.4 |
| HSL | 54.47º | 0.33% | 0.45% | - |
| HSV(B) | 54.47º | 0.5% | 0.6% | - |
| XYZ | 24.76 | 27.87 | 11.1 | - |
| YUV | 140.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 77 | 0 | 0.05 | 0.50 | 0.4 | 54.47 | 0.33 | 0.45 |
| Hex | 99 | 92 | 4D | 0 | 5 | 32 | 28 | 36 | 21 | 2D |
| Octal | 231 | 222 | 115 | 0 | 5 | 62 | 50 | 66 | 41 | 55 |
| Binary | 10011001 | 10010010 | 1001101 | 0 | 101 | 110010 | 101000 | 110110 | 100001 | 101101 |
Color Harmonies of #99924D
Complementary color
Monochromatic Colors of #99924D
Black with #99924D
Text Example
Text Example
White with #99924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99924D; }
p { color: rgb(153,146,77); }
H1.HeaderClassName
{
color: #99924D;
}
.AnyTagClassName
{
color: #99924D;
}
</style>
background-color css
<style>
a { background-color: #99924D; }
a { background-color: rgb(153,146,77); }
div.DivClassName
{
background-color: #99924D;
}
.BgClassName
{
background-color: #99924D;
}
</style>
border-color css
<style>
span { border-color: #99924D; }
span { border-color: rgb(153,146,77); }
td.TdClassName
{
border-color: #99924D;
}
.TagClassName
{
border-color: #99924D;
}
</style>