Shades of Highball #928C2F
Tints of Highball #928C2F
RGB
CMYK
RGB Variations
Color information
#928C2F (or 0x928C2F) is known color: Highball. HEX triplet: 92, 8C and 2F. RGB value is (146,140,47). Sum of RGB (Red+Green+Blue) = 146+140+47=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #928C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928C2F is #6D73D0. Grayscale: #838383. Windows color (decimal): -7173073 or 3116178. OLE color: 3116178.
HSL color Cylindrical-coordinate representation of color #928C2F: hue angle of 56.36º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #928C2F is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 47 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.43 |
| HSL | 56.36º | 0.51% | 0.38% | - |
| HSV(B) | 56.36º | 0.68% | 0.57% | - |
| XYZ | 21.75 | 25.07 | 6.38 | - |
| YUV | 131.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 47 | 0 | 0.04 | 0.68 | 0.43 | 56.36 | 0.51 | 0.38 |
| Hex | 92 | 8C | 2F | 0 | 4 | 44 | 2B | 38 | 33 | 26 |
| Octal | 222 | 214 | 57 | 0 | 4 | 104 | 53 | 70 | 63 | 46 |
| Binary | 10010010 | 10001100 | 101111 | 0 | 100 | 1000100 | 101011 | 111000 | 110011 | 100110 |
Color Harmonies of #928C2F
Complementary color
Monochromatic Colors of #928C2F
Black with #928C2F
Text Example
Text Example
White with #928C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C2F; }
p { color: rgb(146,140,47); }
H1.HeaderClassName
{
color: #928C2F;
}
.AnyTagClassName
{
color: #928C2F;
}
</style>
background-color css
<style>
a { background-color: #928C2F; }
a { background-color: rgb(146,140,47); }
div.DivClassName
{
background-color: #928C2F;
}
.BgClassName
{
background-color: #928C2F;
}
</style>
border-color css
<style>
span { border-color: #928C2F; }
span { border-color: rgb(146,140,47); }
td.TdClassName
{
border-color: #928C2F;
}
.TagClassName
{
border-color: #928C2F;
}
</style>