Shades of Highball #94933D
Tints of Highball #94933D
RGB
CMYK
RGB Variations
Color information
#94933D (or 0x94933D) is known color: Highball. HEX triplet: 94, 93 and 3D. RGB value is (148,147,61). Sum of RGB (Red+Green+Blue) = 148+147+61=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #94933D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94933D is #6B6CC2. Grayscale: #898989. Windows color (decimal): -7040195 or 4035476. OLE color: 4035476.
HSL color Cylindrical-coordinate representation of color #94933D: hue angle of 59.31º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94933D is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 61 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.42 |
| HSL | 59.31º | 0.42% | 0.41% | - |
| HSV(B) | 59.31º | 0.59% | 0.58% | - |
| XYZ | 23.49 | 27.5 | 8.48 | - |
| YUV | 137.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 61 | 0 | 0.01 | 0.59 | 0.42 | 59.31 | 0.42 | 0.41 |
| Hex | 94 | 93 | 3D | 0 | 1 | 3B | 2A | 3B | 2A | 29 |
| Octal | 224 | 223 | 75 | 0 | 1 | 73 | 52 | 73 | 52 | 51 |
| Binary | 10010100 | 10010011 | 111101 | 0 | 1 | 111011 | 101010 | 111011 | 101010 | 101001 |
Color Harmonies of #94933D
Complementary color
Monochromatic Colors of #94933D
Black with #94933D
Text Example
Text Example
White with #94933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94933D; }
p { color: rgb(148,147,61); }
H1.HeaderClassName
{
color: #94933D;
}
.AnyTagClassName
{
color: #94933D;
}
</style>
background-color css
<style>
a { background-color: #94933D; }
a { background-color: rgb(148,147,61); }
div.DivClassName
{
background-color: #94933D;
}
.BgClassName
{
background-color: #94933D;
}
</style>
border-color css
<style>
span { border-color: #94933D; }
span { border-color: rgb(148,147,61); }
td.TdClassName
{
border-color: #94933D;
}
.TagClassName
{
border-color: #94933D;
}
</style>