Shades of Highball #928E4D
Tints of Highball #928E4D
RGB
CMYK
RGB Variations
Color information
#928E4D (or 0x928E4D) is known color: Highball. HEX triplet: 92, 8E and 4D. RGB value is (146,142,77). Sum of RGB (Red+Green+Blue) = 146+142+77=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 146 - color contains mainly: red. Hex color #928E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E4D is #6D71B2. Grayscale: #888888. Windows color (decimal): -7172531 or 5082770. OLE color: 5082770.
HSL color Cylindrical-coordinate representation of color #928E4D: hue angle of 56.52º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #928E4D is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 77 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.43 |
| HSL | 56.52º | 0.31% | 0.44% | - |
| HSV(B) | 56.52º | 0.47% | 0.57% | - |
| XYZ | 22.87 | 25.99 | 10.83 | - |
| YUV | 135.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 77 | 0 | 0.03 | 0.47 | 0.43 | 56.52 | 0.31 | 0.44 |
| Hex | 92 | 8E | 4D | 0 | 3 | 2F | 2B | 39 | 1F | 2C |
| Octal | 222 | 216 | 115 | 0 | 3 | 57 | 53 | 71 | 37 | 54 |
| Binary | 10010010 | 10001110 | 1001101 | 0 | 11 | 101111 | 101011 | 111001 | 11111 | 101100 |
Color Harmonies of #928E4D
Complementary color
Monochromatic Colors of #928E4D
Black with #928E4D
Text Example
Text Example
White with #928E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E4D; }
p { color: rgb(146,142,77); }
H1.HeaderClassName
{
color: #928E4D;
}
.AnyTagClassName
{
color: #928E4D;
}
</style>
background-color css
<style>
a { background-color: #928E4D; }
a { background-color: rgb(146,142,77); }
div.DivClassName
{
background-color: #928E4D;
}
.BgClassName
{
background-color: #928E4D;
}
</style>
border-color css
<style>
span { border-color: #928E4D; }
span { border-color: rgb(146,142,77); }
td.TdClassName
{
border-color: #928E4D;
}
.TagClassName
{
border-color: #928E4D;
}
</style>