Shades of Highball #94954A
Tints of Highball #94954A
RGB
CMYK
RGB Variations
Color information
#94954A (or 0x94954A) is known color: Highball. HEX triplet: 94, 95 and 4A. RGB value is (148,149,74). Sum of RGB (Red+Green+Blue) = 148+149+74=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #94954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94954A is #6B6AB5. Grayscale: #8C8C8C. Windows color (decimal): -7039670 or 4887956. OLE color: 4887956.
HSL color Cylindrical-coordinate representation of color #94954A: hue angle of 60.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94954A is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 149 | 74 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.42 |
| HSL | 60.8º | 0.34% | 0.44% | - |
| HSV(B) | 60.8º | 0.5% | 0.58% | - |
| XYZ | 24.2 | 28.29 | 10.66 | - |
| YUV | 140.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 149 | 74 | 0.01 | 0 | 0.50 | 0.42 | 60.8 | 0.34 | 0.44 |
| Hex | 94 | 95 | 4A | 1 | 0 | 32 | 2A | 3D | 22 | 2C |
| Octal | 224 | 225 | 112 | 1 | 0 | 62 | 52 | 75 | 42 | 54 |
| Binary | 10010100 | 10010101 | 1001010 | 1 | 0 | 110010 | 101010 | 111101 | 100010 | 101100 |
Color Harmonies of #94954A
Complementary color
Monochromatic Colors of #94954A
Black with #94954A
Text Example
Text Example
White with #94954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94954A; }
p { color: rgb(148,149,74); }
H1.HeaderClassName
{
color: #94954A;
}
.AnyTagClassName
{
color: #94954A;
}
</style>
background-color css
<style>
a { background-color: #94954A; }
a { background-color: rgb(148,149,74); }
div.DivClassName
{
background-color: #94954A;
}
.BgClassName
{
background-color: #94954A;
}
</style>
border-color css
<style>
span { border-color: #94954A; }
span { border-color: rgb(148,149,74); }
td.TdClassName
{
border-color: #94954A;
}
.TagClassName
{
border-color: #94954A;
}
</style>