Shades of Highball #938E2F
Tints of Highball #938E2F
RGB
CMYK
RGB Variations
Color information
#938E2F (or 0x938E2F) is known color: Highball. HEX triplet: 93, 8E and 2F. RGB value is (147,142,47). Sum of RGB (Red+Green+Blue) = 147+142+47=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #938E2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938E2F is #6C71D0. Grayscale: #858585. Windows color (decimal): -7107025 or 3116691. OLE color: 3116691.
HSL color Cylindrical-coordinate representation of color #938E2F: hue angle of 57º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #938E2F is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 142 | 47 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.42 |
| HSL | 57º | 0.52% | 0.38% | - |
| HSV(B) | 57º | 0.68% | 0.58% | - |
| XYZ | 22.22 | 25.75 | 6.49 | - |
| YUV | 132.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 47 | 0 | 0.03 | 0.68 | 0.42 | 57 | 0.52 | 0.38 |
| Hex | 93 | 8E | 2F | 0 | 3 | 44 | 2A | 39 | 34 | 26 |
| Octal | 223 | 216 | 57 | 0 | 3 | 104 | 52 | 71 | 64 | 46 |
| Binary | 10010011 | 10001110 | 101111 | 0 | 11 | 1000100 | 101010 | 111001 | 110100 | 100110 |
Color Harmonies of #938E2F
Complementary color
Monochromatic Colors of #938E2F
Black with #938E2F
Text Example
Text Example
White with #938E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938E2F; }
p { color: rgb(147,142,47); }
H1.HeaderClassName
{
color: #938E2F;
}
.AnyTagClassName
{
color: #938E2F;
}
</style>
background-color css
<style>
a { background-color: #938E2F; }
a { background-color: rgb(147,142,47); }
div.DivClassName
{
background-color: #938E2F;
}
.BgClassName
{
background-color: #938E2F;
}
</style>
border-color css
<style>
span { border-color: #938E2F; }
span { border-color: rgb(147,142,47); }
td.TdClassName
{
border-color: #938E2F;
}
.TagClassName
{
border-color: #938E2F;
}
</style>