Shades of Highball #94933F
Tints of Highball #94933F
RGB
CMYK
RGB Variations
Color information
#94933F (or 0x94933F) is known color: Highball. HEX triplet: 94, 93 and 3F. RGB value is (148,147,63). Sum of RGB (Red+Green+Blue) = 148+147+63=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #94933F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94933F is #6B6CC0. Grayscale: #8A8A8A. Windows color (decimal): -7040193 or 4166548. OLE color: 4166548.
HSL color Cylindrical-coordinate representation of color #94933F: hue angle of 59.29º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94933F is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 63 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.42 |
| HSL | 59.29º | 0.4% | 0.41% | - |
| HSV(B) | 59.29º | 0.57% | 0.58% | - |
| XYZ | 23.54 | 27.52 | 8.77 | - |
| YUV | 137.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 63 | 0 | 0.01 | 0.57 | 0.42 | 59.29 | 0.4 | 0.41 |
| Hex | 94 | 93 | 3F | 0 | 1 | 39 | 2A | 3B | 28 | 29 |
| Octal | 224 | 223 | 77 | 0 | 1 | 71 | 52 | 73 | 50 | 51 |
| Binary | 10010100 | 10010011 | 111111 | 0 | 1 | 111001 | 101010 | 111011 | 101000 | 101001 |
Color Harmonies of #94933F
Complementary color
Monochromatic Colors of #94933F
Black with #94933F
Text Example
Text Example
White with #94933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94933F; }
p { color: rgb(148,147,63); }
H1.HeaderClassName
{
color: #94933F;
}
.AnyTagClassName
{
color: #94933F;
}
</style>
background-color css
<style>
a { background-color: #94933F; }
a { background-color: rgb(148,147,63); }
div.DivClassName
{
background-color: #94933F;
}
.BgClassName
{
background-color: #94933F;
}
</style>
border-color css
<style>
span { border-color: #94933F; }
span { border-color: rgb(148,147,63); }
td.TdClassName
{
border-color: #94933F;
}
.TagClassName
{
border-color: #94933F;
}
</style>