Shades of Highball #94964C
Tints of Highball #94964C
RGB
CMYK
RGB Variations
Color information
#94964C (or 0x94964C) is known color: Highball. HEX triplet: 94, 96 and 4C. RGB value is (148,150,76). Sum of RGB (Red+Green+Blue) = 148+150+76=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 150 - color contains mainly: green. Hex color #94964C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94964C is #6B69B3. Grayscale: #8D8D8D. Windows color (decimal): -7039412 or 5019284. OLE color: 5019284.
HSL color Cylindrical-coordinate representation of color #94964C: hue angle of 61.62º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94964C is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 150 | 76 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.41 |
| HSL | 61.62º | 0.33% | 0.44% | - |
| HSV(B) | 61.62º | 0.49% | 0.59% | - |
| XYZ | 24.42 | 28.63 | 11.08 | - |
| YUV | 140.97 | 91.34 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 150 | 76 | 0.01 | 0 | 0.49 | 0.41 | 61.62 | 0.33 | 0.44 |
| Hex | 94 | 96 | 4C | 1 | 0 | 31 | 29 | 3E | 21 | 2C |
| Octal | 224 | 226 | 114 | 1 | 0 | 61 | 51 | 76 | 41 | 54 |
| Binary | 10010100 | 10010110 | 1001100 | 1 | 0 | 110001 | 101001 | 111110 | 100001 | 101100 |
Color Harmonies of #94964C
Complementary color
Monochromatic Colors of #94964C
Black with #94964C
Text Example
Text Example
White with #94964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94964C; }
p { color: rgb(148,150,76); }
H1.HeaderClassName
{
color: #94964C;
}
.AnyTagClassName
{
color: #94964C;
}
</style>
background-color css
<style>
a { background-color: #94964C; }
a { background-color: rgb(148,150,76); }
div.DivClassName
{
background-color: #94964C;
}
.BgClassName
{
background-color: #94964C;
}
</style>
border-color css
<style>
span { border-color: #94964C; }
span { border-color: rgb(148,150,76); }
td.TdClassName
{
border-color: #94964C;
}
.TagClassName
{
border-color: #94964C;
}
</style>