Shades of Highball #94933A
Tints of Highball #94933A
RGB
CMYK
RGB Variations
Color information
#94933A (or 0x94933A) is known color: Highball. HEX triplet: 94, 93 and 3A. RGB value is (148,147,58). Sum of RGB (Red+Green+Blue) = 148+147+58=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #94933A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94933A is #6B6CC5. Grayscale: #898989. Windows color (decimal): -7040198 or 3838868. OLE color: 3838868.
HSL color Cylindrical-coordinate representation of color #94933A: hue angle of 59.33º 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 #94933A is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 58 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.42 |
| HSL | 59.33º | 0.44% | 0.4% | - |
| HSV(B) | 59.33º | 0.61% | 0.58% | - |
| XYZ | 23.41 | 27.47 | 8.07 | - |
| YUV | 137.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 58 | 0 | 0.01 | 0.61 | 0.42 | 59.33 | 0.44 | 0.4 |
| Hex | 94 | 93 | 3A | 0 | 1 | 3D | 2A | 3B | 2C | 28 |
| Octal | 224 | 223 | 72 | 0 | 1 | 75 | 52 | 73 | 54 | 50 |
| Binary | 10010100 | 10010011 | 111010 | 0 | 1 | 111101 | 101010 | 111011 | 101100 | 101000 |
Color Harmonies of #94933A
Complementary color
Monochromatic Colors of #94933A
Black with #94933A
Text Example
Text Example
White with #94933A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94933A; }
p { color: rgb(148,147,58); }
H1.HeaderClassName
{
color: #94933A;
}
.AnyTagClassName
{
color: #94933A;
}
</style>
background-color css
<style>
a { background-color: #94933A; }
a { background-color: rgb(148,147,58); }
div.DivClassName
{
background-color: #94933A;
}
.BgClassName
{
background-color: #94933A;
}
</style>
border-color css
<style>
span { border-color: #94933A; }
span { border-color: rgb(148,147,58); }
td.TdClassName
{
border-color: #94933A;
}
.TagClassName
{
border-color: #94933A;
}
</style>