Shades of Highball #94924E
Tints of Highball #94924E
RGB
CMYK
RGB Variations
Color information
#94924E (or 0x94924E) is known color: Highball. HEX triplet: 94, 92 and 4E. RGB value is (148,146,78). Sum of RGB (Red+Green+Blue) = 148+146+78=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 148 - color contains mainly: red. Hex color #94924E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94924E is #6B6DB1. Grayscale: #8B8B8B. Windows color (decimal): -7040434 or 5149332. OLE color: 5149332.
HSL color Cylindrical-coordinate representation of color #94924E: hue angle of 58.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94924E is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 78 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.42 |
| HSL | 58.29º | 0.31% | 0.44% | - |
| HSV(B) | 58.29º | 0.47% | 0.58% | - |
| XYZ | 23.87 | 27.4 | 11.24 | - |
| YUV | 138.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 78 | 0 | 0.01 | 0.47 | 0.42 | 58.29 | 0.31 | 0.44 |
| Hex | 94 | 92 | 4E | 0 | 1 | 2F | 2A | 3A | 1F | 2C |
| Octal | 224 | 222 | 116 | 0 | 1 | 57 | 52 | 72 | 37 | 54 |
| Binary | 10010100 | 10010010 | 1001110 | 0 | 1 | 101111 | 101010 | 111010 | 11111 | 101100 |
Color Harmonies of #94924E
Complementary color
Monochromatic Colors of #94924E
Black with #94924E
Text Example
Text Example
White with #94924E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94924E; }
p { color: rgb(148,146,78); }
H1.HeaderClassName
{
color: #94924E;
}
.AnyTagClassName
{
color: #94924E;
}
</style>
background-color css
<style>
a { background-color: #94924E; }
a { background-color: rgb(148,146,78); }
div.DivClassName
{
background-color: #94924E;
}
.BgClassName
{
background-color: #94924E;
}
</style>
border-color css
<style>
span { border-color: #94924E; }
span { border-color: rgb(148,146,78); }
td.TdClassName
{
border-color: #94924E;
}
.TagClassName
{
border-color: #94924E;
}
</style>