Shades of Highball #999D4C
Tints of Highball #999D4C
RGB
CMYK
RGB Variations
Color information
#999D4C (or 0x999D4C) is known color: Highball. HEX triplet: 99, 9D and 4C. RGB value is (153,157,76). Sum of RGB (Red+Green+Blue) = 153+157+76=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 157 - color contains mainly: green. Hex color #999D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999D4C is #6662B3. Grayscale: #929292. Windows color (decimal): -6709940 or 5021081. OLE color: 5021081.
HSL color Cylindrical-coordinate representation of color #999D4C: hue angle of 62.96º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #999D4C is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 157 | 76 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.38 |
| HSL | 62.96º | 0.35% | 0.46% | - |
| HSV(B) | 62.96º | 0.52% | 0.62% | - |
| XYZ | 26.5 | 31.41 | 11.5 | - |
| YUV | 146.57 | 88.17 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 76 | 0.03 | 0 | 0.52 | 0.38 | 62.96 | 0.35 | 0.46 |
| Hex | 99 | 9D | 4C | 3 | 0 | 34 | 26 | 3F | 23 | 2E |
| Octal | 231 | 235 | 114 | 3 | 0 | 64 | 46 | 77 | 43 | 56 |
| Binary | 10011001 | 10011101 | 1001100 | 11 | 0 | 110100 | 100110 | 111111 | 100011 | 101110 |
Color Harmonies of #999D4C
Complementary color
Monochromatic Colors of #999D4C
Black with #999D4C
Text Example
Text Example
White with #999D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999D4C; }
p { color: rgb(153,157,76); }
H1.HeaderClassName
{
color: #999D4C;
}
.AnyTagClassName
{
color: #999D4C;
}
</style>
background-color css
<style>
a { background-color: #999D4C; }
a { background-color: rgb(153,157,76); }
div.DivClassName
{
background-color: #999D4C;
}
.BgClassName
{
background-color: #999D4C;
}
</style>
border-color css
<style>
span { border-color: #999D4C; }
span { border-color: rgb(153,157,76); }
td.TdClassName
{
border-color: #999D4C;
}
.TagClassName
{
border-color: #999D4C;
}
</style>