Shades of Highball #94994C
Tints of Highball #94994C
RGB
CMYK
RGB Variations
Color information
#94994C (or 0x94994C) is known color: Highball. HEX triplet: 94, 99 and 4C. RGB value is (148,153,76). Sum of RGB (Red+Green+Blue) = 148+153+76=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #94994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94994C is #6B66B3. Grayscale: #8F8F8F. Windows color (decimal): -7038644 or 5020052. OLE color: 5020052.
HSL color Cylindrical-coordinate representation of color #94994C: hue angle of 63.9º degrees, saturation: 0.34, 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 #94994C is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 76 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.4 |
| HSL | 63.9º | 0.34% | 0.45% | - |
| HSV(B) | 63.9º | 0.5% | 0.6% | - |
| XYZ | 24.91 | 29.6 | 11.24 | - |
| YUV | 142.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 76 | 0.03 | 0 | 0.50 | 0.4 | 63.9 | 0.34 | 0.45 |
| Hex | 94 | 99 | 4C | 3 | 0 | 32 | 28 | 40 | 22 | 2D |
| Octal | 224 | 231 | 114 | 3 | 0 | 62 | 50 | 100 | 42 | 55 |
| Binary | 10010100 | 10011001 | 1001100 | 11 | 0 | 110010 | 101000 | 1000000 | 100010 | 101101 |
Color Harmonies of #94994C
Complementary color
Monochromatic Colors of #94994C
Black with #94994C
Text Example
Text Example
White with #94994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94994C; }
p { color: rgb(148,153,76); }
H1.HeaderClassName
{
color: #94994C;
}
.AnyTagClassName
{
color: #94994C;
}
</style>
background-color css
<style>
a { background-color: #94994C; }
a { background-color: rgb(148,153,76); }
div.DivClassName
{
background-color: #94994C;
}
.BgClassName
{
background-color: #94994C;
}
</style>
border-color css
<style>
span { border-color: #94994C; }
span { border-color: rgb(148,153,76); }
td.TdClassName
{
border-color: #94994C;
}
.TagClassName
{
border-color: #94994C;
}
</style>