Shades of Highball #94964A
Tints of Highball #94964A
RGB
CMYK
RGB Variations
Color information
#94964A (or 0x94964A) is known color: Highball. HEX triplet: 94, 96 and 4A. RGB value is (148,150,74). Sum of RGB (Red+Green+Blue) = 148+150+74=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #94964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94964A is #6B69B5. Grayscale: #8D8D8D. Windows color (decimal): -7039414 or 4888212. OLE color: 4888212.
HSL color Cylindrical-coordinate representation of color #94964A: hue angle of 61.58º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94964A is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 150 | 74 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.41 |
| HSL | 61.58º | 0.34% | 0.44% | - |
| HSV(B) | 61.58º | 0.51% | 0.59% | - |
| XYZ | 24.36 | 28.6 | 10.72 | - |
| YUV | 140.74 | 90.34 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 150 | 74 | 0.01 | 0 | 0.51 | 0.41 | 61.58 | 0.34 | 0.44 |
| Hex | 94 | 96 | 4A | 1 | 0 | 33 | 29 | 3E | 22 | 2C |
| Octal | 224 | 226 | 112 | 1 | 0 | 63 | 51 | 76 | 42 | 54 |
| Binary | 10010100 | 10010110 | 1001010 | 1 | 0 | 110011 | 101001 | 111110 | 100010 | 101100 |
Color Harmonies of #94964A
Complementary color
Monochromatic Colors of #94964A
Black with #94964A
Text Example
Text Example
White with #94964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94964A; }
p { color: rgb(148,150,74); }
H1.HeaderClassName
{
color: #94964A;
}
.AnyTagClassName
{
color: #94964A;
}
</style>
background-color css
<style>
a { background-color: #94964A; }
a { background-color: rgb(148,150,74); }
div.DivClassName
{
background-color: #94964A;
}
.BgClassName
{
background-color: #94964A;
}
</style>
border-color css
<style>
span { border-color: #94964A; }
span { border-color: rgb(148,150,74); }
td.TdClassName
{
border-color: #94964A;
}
.TagClassName
{
border-color: #94964A;
}
</style>