Shades of Highball #938E38
Tints of Highball #938E38
RGB
CMYK
RGB Variations
Color information
#938E38 (or 0x938E38) is known color: Highball. HEX triplet: 93, 8E and 38. RGB value is (147,142,56). Sum of RGB (Red+Green+Blue) = 147+142+56=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #938E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938E38 is #6C71C7. Grayscale: #868686. Windows color (decimal): -7107016 or 3706515. OLE color: 3706515.
HSL color Cylindrical-coordinate representation of color #938E38: hue angle of 56.7º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #938E38 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 142 | 56 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.42 |
| HSL | 56.7º | 0.45% | 0.4% | - |
| HSV(B) | 56.7º | 0.62% | 0.58% | - |
| XYZ | 22.42 | 25.83 | 7.55 | - |
| YUV | 133.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 56 | 0 | 0.03 | 0.62 | 0.42 | 56.7 | 0.45 | 0.4 |
| Hex | 93 | 8E | 38 | 0 | 3 | 3E | 2A | 39 | 2D | 28 |
| Octal | 223 | 216 | 70 | 0 | 3 | 76 | 52 | 71 | 55 | 50 |
| Binary | 10010011 | 10001110 | 111000 | 0 | 11 | 111110 | 101010 | 111001 | 101101 | 101000 |
Color Harmonies of #938E38
Complementary color
Monochromatic Colors of #938E38
Black with #938E38
Text Example
Text Example
White with #938E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938E38; }
p { color: rgb(147,142,56); }
H1.HeaderClassName
{
color: #938E38;
}
.AnyTagClassName
{
color: #938E38;
}
</style>
background-color css
<style>
a { background-color: #938E38; }
a { background-color: rgb(147,142,56); }
div.DivClassName
{
background-color: #938E38;
}
.BgClassName
{
background-color: #938E38;
}
</style>
border-color css
<style>
span { border-color: #938E38; }
span { border-color: rgb(147,142,56); }
td.TdClassName
{
border-color: #938E38;
}
.TagClassName
{
border-color: #938E38;
}
</style>