Shades of Highball #94923A
Tints of Highball #94923A
RGB
CMYK
RGB Variations
Color information
#94923A (or 0x94923A) is known color: Highball. HEX triplet: 94, 92 and 3A. RGB value is (148,146,58). Sum of RGB (Red+Green+Blue) = 148+146+58=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #94923A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94923A is #6B6DC5. Grayscale: #888888. Windows color (decimal): -7040454 or 3838612. OLE color: 3838612.
HSL color Cylindrical-coordinate representation of color #94923A: hue angle of 58.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94923A is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 58 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.42 |
| HSL | 58.67º | 0.44% | 0.4% | - |
| HSV(B) | 58.67º | 0.61% | 0.58% | - |
| XYZ | 23.26 | 27.16 | 8.02 | - |
| YUV | 136.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 58 | 0 | 0.01 | 0.61 | 0.42 | 58.67 | 0.44 | 0.4 |
| Hex | 94 | 92 | 3A | 0 | 1 | 3D | 2A | 3B | 2C | 28 |
| Octal | 224 | 222 | 72 | 0 | 1 | 75 | 52 | 73 | 54 | 50 |
| Binary | 10010100 | 10010010 | 111010 | 0 | 1 | 111101 | 101010 | 111011 | 101100 | 101000 |
Color Harmonies of #94923A
Complementary color
Monochromatic Colors of #94923A
Black with #94923A
Text Example
Text Example
White with #94923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94923A; }
p { color: rgb(148,146,58); }
H1.HeaderClassName
{
color: #94923A;
}
.AnyTagClassName
{
color: #94923A;
}
</style>
background-color css
<style>
a { background-color: #94923A; }
a { background-color: rgb(148,146,58); }
div.DivClassName
{
background-color: #94923A;
}
.BgClassName
{
background-color: #94923A;
}
</style>
border-color css
<style>
span { border-color: #94923A; }
span { border-color: rgb(148,146,58); }
td.TdClassName
{
border-color: #94923A;
}
.TagClassName
{
border-color: #94923A;
}
</style>